projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622d6f1
)
Documentation/hw-vuln: Update spectre doc
author
Lin Yujun
<linyujun809@huawei.com>
Tue, 30 Aug 2022 12:36:14 +0000
(20:36 +0800)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 27 Sep 2022 19:21:44 +0000
(13:21 -0600)
commit
7c693f54c873691
("x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS")
adds the "ibrs " option in
Documentation/admin-guide/kernel-parameters.txt but omits it to
Documentation/admin-guide/hw-vuln/spectre.rst, add it.
Signed-off-by: Lin Yujun <linyujun809@huawei.com>
Link:
https://lore.kernel.org/r/20220830123614.23007-1-linyujun809@huawei.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/hw-vuln/spectre.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/hw-vuln/spectre.rst
b/Documentation/admin-guide/hw-vuln/spectre.rst
index 2ce2a38cdd556c7c52b37c5b1e79092a551653d1..c4dcdb3d0d45109f79ed08287394df35e01afce7 100644
(file)
--- a/
Documentation/admin-guide/hw-vuln/spectre.rst
+++ b/
Documentation/admin-guide/hw-vuln/spectre.rst
@@
-613,6
+613,7
@@
kernel command line.
eibrs enhanced IBRS
eibrs,retpoline enhanced IBRS + Retpolines
eibrs,lfence enhanced IBRS + LFENCE
+ ibrs use IBRS to protect kernel
Not specifying this option is equivalent to
spectre_v2=auto.