forked from svenkatr/linux
-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v4.9.127' into linux-4.9-at91
This is the 4.9.127 stable release
- Loading branch information
Showing
964 changed files
with
10,404 additions
and
3,922 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -356,6 +356,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 <[email protected]> | ||
Description: Information about CPU vulnerabilities | ||
|
@@ -367,3 +368,26 @@ Description: Information about CPU vulnerabilities | |
"Not affected" CPU is not affected by the vulnerability | ||
"Vulnerable" CPU is affected and no mitigation in effect | ||
"Mitigation: $M" CPU is affected and mitigation $M is in effect | ||
|
||
Details about the l1tf file can be found in | ||
Documentation/admin-guide/l1tf.rst | ||
|
||
What: /sys/devices/system/cpu/smt | ||
/sys/devices/system/cpu/smt/active | ||
/sys/devices/system/cpu/smt/control | ||
Date: June 2018 | ||
Contact: Linux kernel mailing list <[email protected]> | ||
Description: Control Symetric Multi Threading (SMT) | ||
|
||
active: Tells whether SMT is active (enabled and siblings online) | ||
|
||
control: Read/write interface to control SMT. Possible | ||
values: | ||
|
||
"on" SMT is enabled | ||
"off" SMT is disabled | ||
"forceoff" SMT is force disabled. Cannot be changed. | ||
"notsupported" SMT is not supported by the CPU | ||
|
||
If control status is "forceoff" or "notsupported" writes | ||
are rejected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.