Skip to content

Commit 5cd96a8

Browse files
committed
Fix typo
1 parent 0e11c00 commit 5cd96a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ \section{System Calls}
12341234
...
12351235
\end{verbatim}
12361236
But CET should not be enabled in the kernel, it may break the Kprobes and bpf.
1237-
Consequently, CET is disabled since v.11.
1237+
Consequently, CET is disabled since v5.11.
12381238
To guarantee the manual symbol lookup worked, we only use up to v5.4.
12391239

12401240
Unfortunately, since Linux v5.7 \cpp|kallsyms_lookup_name| is also unexported, it needs certain trick to get the address of \cpp|kallsyms_lookup_name|.

0 commit comments

Comments
 (0)