|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
|
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
|
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
|
|
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
|
|
-<div class='date'><span class='ecrm-1200'>September 2, 2023</span></div>
|
|
|
|
|
|
+<div class='date'><span class='ecrm-1200'>September 3, 2023</span></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -6551,8 +6551,8 @@ and the branch is unlikely to be taken.
|
|
</code>, the fastpath will be patched with an unconditional jump instruction to the slowpath
|
|
</code>, the fastpath will be patched with an unconditional jump instruction to the slowpath
|
|
code <code> <span class='ectt-1000'>pr_alert</span>
|
|
code <code> <span class='ectt-1000'>pr_alert</span>
|
|
</code>, so the branch will always be taken until the key is disabled again.
|
|
</code>, so the branch will always be taken until the key is disabled again.
|
|
-</p><!-- l. 2090 --><p class='indent'> The following kernel module derived from <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>chardev.c</span></span></span>, demostrates how the static
|
|
|
|
-key works.
|
|
|
|
|
|
+</p><!-- l. 2090 --><p class='indent'> The following kernel module derived from <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>chardev.c</span></span></span>, demonstrates how the
|
|
|
|
+static key works.
|
|
</p><!-- l. 1 --><p class='indent'>
|
|
</p><!-- l. 1 --><p class='indent'>
|
|
</p>
|
|
</p>
|
|
<pre class='fancyvrb' id='fancyvrb102'><a id='x1-68031r1'></a><span class='ecrm-0500'>1</span><span id='textcolor3491'><span class='ectt-0800'>/*</span></span>
|
|
<pre class='fancyvrb' id='fancyvrb102'><a id='x1-68031r1'></a><span class='ecrm-0500'>1</span><span id='textcolor3491'><span class='ectt-0800'>/*</span></span>
|