Skip to content

Commit c0fc00e

Browse files
amitdanielkachhapwilldeacon
authored andcommitted
Documentation/vmcoreinfo: Add documentation for 'KERNELPACMASK'
Add documentation for KERNELPACMASK variable being added to the vmcoreinfo. It indicates the PAC bits mask information of signed kernel pointers if Armv8.3-A Pointer Authentication feature is present. Signed-off-by: Amit Daniel Kachhap <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Dave Young <[email protected]> Cc: Baoquan He <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 203b115 commit c0fc00e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/admin-guide/kdump/vmcoreinfo.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,12 @@ KERNELOFFSET
393393
The kernel randomization offset. Used to compute the page offset. If
394394
KASLR is disabled, this value is zero.
395395

396+
KERNELPACMASK
397+
-------------
398+
399+
The mask to extract the Pointer Authentication Code from a kernel virtual
400+
address.
401+
396402
arm
397403
===
398404

0 commit comments

Comments
 (0)