aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon
diff options
context:
space:
mode:
authorNaveen Krishna Chatradhi <NaveenKrishna.Chatradhi@amd.com>2020-11-20 00:12:46 +0530
committerGuenter Roeck <linux@roeck-us.net>2020-12-02 17:42:23 -0800
commit0c8bed26044445cda6afb6fe4875752164cb03cd (patch)
treeac15388aaff6bfe66f20cf9035d42b7c3ffc6516 /Documentation/hwmon
parenthwmon: (amd_energy) Add AMD family 19h model 01h x86 match (diff)
downloadlinux-dev-0c8bed26044445cda6afb6fe4875752164cb03cd.tar.xz
linux-dev-0c8bed26044445cda6afb6fe4875752164cb03cd.zip
docs: hwmon: (amd_energy) update documentation
Update the supported processors and mention vulnerability fix. Signed-off-by: Naveen Krishna Chatradhi <NaveenKrishna.Chatradhi@amd.com> Link: https://lore.kernel.org/r/20201119184246.228322-2-NaveenKrishna.Chatradhi@amd.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r--Documentation/hwmon/amd_energy.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/hwmon/amd_energy.rst b/Documentation/hwmon/amd_energy.rst
index 86e4ebc5cbc2..9d58cd5ee3da 100644
--- a/Documentation/hwmon/amd_energy.rst
+++ b/Documentation/hwmon/amd_energy.rst
@@ -5,7 +5,9 @@ Kernel driver amd_energy
Supported chips:
-* AMD Family 17h Processors
+* AMD Family 17h Processors: Model 30h
+
+* AMD Family 19h Processors: Model 01h
Prefix: 'amd_energy'
@@ -112,3 +114,6 @@ energy[N]_input EcoreX Core Energy X = [0] to [nr_cpus - 1]
energy[N]_input EsocketX Socket Energy X = [0] to [nr_socks -1]
Measured input socket energy
=============== ======== ======================================
+
+Note: To address CVE-2020-12912, the visibility of the energy[N]_input
+attributes is restricted to owner and groups only.