diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2019-05-11 23:45:54 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-16 19:45:14 +0200 |
commit | 1e9a9ef6703375c863f9cd1832b3cf5985aad055 (patch) | |
tree | 8fdd6e3138a4cf38c44217392ed28df316a64628 /Documentation | |
parent | 8c7398befdf1ecb163b5d0f6f5ba27b45c63211e (diff) | |
download | linux-stable-1e9a9ef6703375c863f9cd1832b3cf5985aad055.tar.gz linux-stable-1e9a9ef6703375c863f9cd1832b3cf5985aad055.tar.bz2 linux-stable-1e9a9ef6703375c863f9cd1832b3cf5985aad055.zip |
x86/speculation/l1tf: Document l1tf in sysfs
The vulnerabilties/l1tf attribute was added by commit 17dbca119312
"x86/speculation/l1tf: Add sysfs reporting for l1tf", which has
already been backported to 3.16, but only documented in commit
d90a7a0ec83f "x86/bugs, kvm: Introduce boot-time control of L1TF
mitigations", which has not and probbaly won't be.
Add just that line of documentation for now.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-system-cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index 50f95689ab38..3f727d9f0d56 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu @@ -277,6 +277,7 @@ What: /sys/devices/system/cpu/vulnerabilities /sys/devices/system/cpu/vulnerabilities/spectre_v1 /sys/devices/system/cpu/vulnerabilities/spectre_v2 /sys/devices/system/cpu/vulnerabilities/spec_store_bypass + /sys/devices/system/cpu/vulnerabilities/l1tf Date: January 2018 Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org> Description: Information about CPU vulnerabilities |