forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 60268b0 ("hwmon: (amd_energy) modify the visibility of the counters") restricted visibility of AMD energy counters to work around a side-channel attack using energy data to determine which instructions are executed. The attack is described in 'PLATYPUS: Software-based Power Side-Channel Attacks on x86'. It relies on quick and accurate energy readings. This change made the counters provided by the amd_energy driver effectively unusable for non-provileged users. However, unprivileged read access is the whole point of hardware monitoring attributes. An attempt to remedy the situation by limiting and randomizing access to chip registers was rejected by AMD. Since the driver is for all practical purposes unusable, remove it. Cc: Naveen Krishna Chatradhi <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
- Loading branch information
Showing
5 changed files
with
0 additions
and
516 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -39,7 +39,6 @@ Hardware Monitoring Kernel Drivers | |
adt7475 | ||
aht10 | ||
amc6821 | ||
amd_energy | ||
asb100 | ||
asc7621 | ||
aspeed-pwm-tacho | ||
|
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 |
---|---|---|
|
@@ -870,13 +870,6 @@ S: Supported | |
T: git git://people.freedesktop.org/~agd5f/linux | ||
F: drivers/gpu/drm/amd/display/ | ||
|
||
AMD ENERGY DRIVER | ||
M: Naveen Krishna Chatradhi <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/hwmon/amd_energy.rst | ||
F: drivers/hwmon/amd_energy.c | ||
|
||
AMD FAM15H PROCESSOR POWER MONITORING DRIVER | ||
M: Huang Rui <[email protected]> | ||
L: [email protected] | ||
|
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.