Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e79c51e

Browse files
committed
cleanup: rename LLKD to LKP
1 parent 4d98dbe commit e79c51e

File tree

45 files changed

+85
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+85
-85
lines changed

ch10/query_task_sched.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# (c) Author: Kaiwan N Billimoria
77
# Publisher: Packt
88
# GitHub repository:
9-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
9+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
1010
# ****************************************************************
1111
# Brief Description:
1212
#

ch11/cgroups_v2_cpu_eg/cgv2_cpu_ctrl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# ch11/cgroups_v2_cpu_eg/cgv2_cpu_ctrl.sh
33
# ***************************************************************
44
# This program is part of the source code released for the book
5-
# "Learn Linux Kernel Development"
5+
# "Linux Kernel Programming"
66
# (c) Author: Kaiwan N Billimoria
77
# Publisher: Packt
88
# GitHub repository:
9-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
9+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
1010
# ****************************************************************
1111
# Brief Description:
1212
# A quick test case for cgroups v2 CPU controller.

ch11/cgroups_v2_cpu_eg/simp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# ch11/cgroups_v2_cpu_eg/simp.sh
33
# ***************************************************************
44
# This program is part of the source code released for the book
5-
# "Learn Linux Kernel Development"
5+
# "Linux Kernel Programming"
66
# (c) Author: Kaiwan N Billimoria
77
# Publisher: Packt
88
# GitHub repository:
9-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
9+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
1010
# ****************************************************************
1111
# Brief Description:
1212
# Part of the cgroups v2 CPU controller test script.

ch11/cpu_affinity/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ch11/Makefile
22
# ***************************************************************
33
# * This program is part of the source code released for the book
4-
# * "Learn Linux Kernel Development"
4+
# * "Linux Kernel Programming"
55
# * (c) Author: Kaiwan N Billimoria
66
# * Publisher: Packt
77
# * GitHub repository:

ch11/latency_tests/latency_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
# wrapper script runtest.
77
#----------------------------------------------------------------------
88
# This program is part of the source code released for the book
9-
# "Learn Linux Kernel Development"
9+
# "Linux Kernel Programming"
1010
# (c) Author: Kaiwan N Billimoria
1111
# Publisher: Packt
1212
# GitHub repository:
13-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
13+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
1414
#
1515
# For details, refer the book, Ch 11.
1616
#----------------------------------------------------------------------

ch11/latency_tests/runtest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#----------------------------------------------------------------------
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# For details, refer the book, Ch 11.
1111
#----------------------------------------------------------------------

ch12/1_miscdrv_rdwr_mutexlock/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch12/2_miscdrv_rdwr_spinlock/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch13/1_rmw_atomic_bitops/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch13/2_percpu/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch13/3_lockdep/buggy_thrdshow_eg/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch2/Kconfig.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
+ default n
1010
+ help
1111
+ This option is merely a dummy 'test'; it's simply to have readers of our book
12-
+ - 'Learn Linux Kernel Development', Kaiwan NB, Packt - try out the creation of
12+
+ - 'Linux Kernel Programming', Kaiwan NB, Packt - try out the creation of
1313
+ a few menu items within the kernel config.
1414
+
1515
+ Try setting this option to 'Y' (true), save and exit, and see the effect this

ch5/cross/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch5/fp_in_lkm/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch5/lkm_template/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch5/min_sysinfo/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch5/modparams/modparams1/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch5/modparams/modparams2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch5/modstacking/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/modstacking/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch6/countem.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# countem.sh
33
# ***************************************************************
44
# * This program is part of the source code released for the book
5-
# * "Learn Linux Kernel Development"
5+
# * "Linux Kernel Programming"
66
# * (c) Author: Kaiwan N Billimoria
77
# * Publisher: Packt
88
# * GitHub repository:
9-
# * https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
9+
# * https://github.com/PacktPublishing/Linux-Kernel-Programming
1010
# *
1111
# * From: Ch 6 : Kernel and Memory Management Internals Essentials
1212
# ****************************************************************

ch6/current_affairs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch6/ebpf_stacktrace_eg/runit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# ch6/ebpf_stacktrace_eg/runit.sh
33
# ***************************************************************
44
# * This program is part of the source code released for the book
5-
# * "Learn Linux Kernel Development"
5+
# * "Linux Kernel Programming"
66
# * (c) Author: Kaiwan N Billimoria
77
# * Publisher: Packt
88
# * GitHub repository:
9-
# * https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
9+
# * https://github.com/PacktPublishing/Linux-Kernel-Programming
1010
# *
1111
# * From: Ch 6 : Kernel and Memory Management Internals Essentials
1212
# ****************************************************************

ch6/foreach/prcs_showall/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch6/foreach/prcs_showall/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch6/foreach/thrd_showall/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch6/foreach/thrd_showall/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch7/ASLR_check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# ASLR_check.sh
33
# ***************************************************************
44
# * This program is part of the source code released for the book
5-
# * "Learn Linux Kernel Development"
5+
# * "Linux Kernel Programming"
66
# * (c) Author: Kaiwan N Billimoria
77
# * Publisher: Packt
88
# * GitHub repository:
9-
# * https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
9+
# * https://github.com/PacktPublishing/Linux-Kernel-Programming
1010
# *
1111
# * From: Ch 6 : Kernel and Memory Management Internals Essentials
1212
# ****************************************************************

ch7/color.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# color.sh
33
# ***************************************************************
44
# * This program is part of the source code released for the book
5-
# * "Learn Linux Kernel Development"
5+
# * "Linux Kernel Programming"
66
# * (c) Author: Kaiwan N Billimoria
77
# * Publisher: Packt
88
# * GitHub repository:
9-
# * https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
9+
# * https://github.com/PacktPublishing/Linux-Kernel-Programming
1010
# *
1111
# * From: Ch 6 : Kernel and Memory Management Internals Essentials
1212
# ****************************************************************

ch7/show_kernel_seg/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ch5/lkm_template/Makefile
22
# ***************************************************************
33
# This program is part of the source code released for the book
4-
# "Learn Linux Kernel Development"
4+
# "Linux Kernel Programming"
55
# (c) Author: Kaiwan N Billimoria
66
# Publisher: Packt
77
# GitHub repository:
8-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
8+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
99
#
1010
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1111
# ***************************************************************

ch8/lowlevel_mem/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ***************************************************************
22
# This program is part of the source code released for the book
3-
# "Learn Linux Kernel Development"
3+
# "Linux Kernel Programming"
44
# (c) Author: Kaiwan N Billimoria
55
# Publisher: Packt
66
# GitHub repository:
7-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
7+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
88
#
99
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1010
# ***************************************************************

ch8/page_exact_loop/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ***************************************************************
22
# This program is part of the source code released for the book
3-
# "Learn Linux Kernel Development"
3+
# "Linux Kernel Programming"
44
# (c) Author: Kaiwan N Billimoria
55
# Publisher: Packt
66
# GitHub repository:
7-
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
7+
# https://github.com/PacktPublishing/Linux-Kernel-Programming
88
#
99
# From: Ch 5 : Writing Your First Kernel Module LKMs, Part 2
1010
# ***************************************************************

0 commit comments

Comments
 (0)