You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,9 @@ Wrt the PDF doc:
61
61
- pg 99:
62
62
- 'Chapter 9' should be 'Chapter 10'
63
63
- 'Chapter 10' should be 'Chapter 11'
64
+
- pg 155:
65
+
- the line '// ch4/helloworld_lkm/hellowworld_lkm.c' has the letter 'w' twice; it should be:
66
+
'// ch4/helloworld_lkm/helloworld_lkm.c' (thanks to @xuhw21)
64
67
- pg 246:
65
68
- 'via the module_parm_cb() macro' should be 'via the module_param_cb() macro'
66
69
- pg 291:
@@ -81,9 +84,15 @@ Wrt the PDF doc:
81
84
- pg 388:
82
85
- '... the next available memory chunk is on order 7, of size 256 KB.' should be: '... the next available memory chunk is on order 6, of size 256 KB.
83
86
87
+
- pg 656: the line
88
+
'In place of atomic64_dec_if_positive(), use atomic64_dec_if_positive()'
89
+
should be
90
+
'In place of atomic_dec_if_positive(), use atomic64_dec_if_positive()'
91
+
(thanks to @xuhw21)
92
+
84
93
- pg 661:
85
94
- '... there is a incorrect reference regarding a folder chp15/kthread_simple/kthread. The correct reference should be ch5/kthread_simple/kthread in part 2 of the book's GitHub [[Repository]](https://github.com/PacktPublishing/Linux-Kernel-Programming-Part-2)
0 commit comments