diff options
author | Deven Bowers <deven.desai@linux.microsoft.com> | 2024-08-02 23:08:33 -0700 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2024-08-20 14:03:47 -0400 |
commit | ac6731870ed943c7c6a8d4114b3ccaddfbdf7d58 (patch) | |
tree | cefdb5d8a8801e6d96bbd2c27d192e8c010e3433 /Documentation/admin-guide/kernel-parameters.txt | |
parent | 10ca05a7606519c7ec6a4b48be00ef90822c36a8 (diff) | |
download | lwn-ac6731870ed943c7c6a8d4114b3ccaddfbdf7d58.tar.gz lwn-ac6731870ed943c7c6a8d4114b3ccaddfbdf7d58.zip |
documentation: add IPE documentation
Add IPE's admin and developer documentation to the kernel tree.
Co-developed-by: Fan Wu <wufan@linux.microsoft.com>
Signed-off-by: Deven Bowers <deven.desai@linux.microsoft.com>
Signed-off-by: Fan Wu <wufan@linux.microsoft.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index f1384c7b59c9..9970a8a44288 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -2350,6 +2350,18 @@ ipcmni_extend [KNL,EARLY] Extend the maximum number of unique System V IPC identifiers from 32,768 to 16,777,216. + ipe.enforce= [IPE] + Format: <bool> + Determine whether IPE starts in permissive (0) or + enforce (1) mode. The default is enforce. + + ipe.success_audit= + [IPE] + Format: <bool> + Start IPE with success auditing enabled, emitting + an audit event when a binary is allowed. The default + is 0. + irqaffinity= [SMP] Set the default irq affinity mask The argument is a cpu list, as described above. |