diff options
author | Xiao Yang <[email protected]> | 2022-05-13 18:16:37 +0800 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2022-05-13 14:48:50 +0200 |
commit | 553b0cb30b5452198de3187f1a79989eba38df00 (patch) | |
tree | 08c136b303102a6c6a05fb741dbf86bb67b7fd89 | |
parent | f5c0b4f30416c670408a77be94703d04d22b57df (diff) |
x86/speculation: Add missing srbds=off to the mitigations= help text
The mitigations= cmdline option help text misses the srbds=off option.
Add it.
[ bp: Add a commit message. ]
Signed-off-by: Xiao Yang <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 3f1cc5e317ed..93e9b15f1cf4 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3103,6 +3103,7 @@ mds=off [X86] tsx_async_abort=off [X86] kvm.nx_huge_pages=off [X86] + srbds=off [X86,INTEL] no_entry_flush [PPC] no_uaccess_flush [PPC] |