diff options
author | David Arcari <darcari@redhat.com> | 2021-01-07 09:47:07 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-01-08 07:31:03 -0800 |
commit | 84e261553e6f919bf0b4d65244599ab2b41f1da5 (patch) | |
tree | df772388a2344a53a83a2e58882dbede3823c9ad /drivers/edac | |
parent | 1eda52334e6d13eb1a85f713ce06dd39342b5020 (diff) | |
download | linux-84e261553e6f919bf0b4d65244599ab2b41f1da5.tar.bz2 |
hwmon: (amd_energy) fix allocation of hwmon_channel_info config
hwmon, specifically hwmon_num_channel_attrs, expects the config
array in the hwmon_channel_info structure to be terminated by
a zero entry. amd_energy does not honor this convention. As
result, a KASAN warning is possible. Fix this by adding an
additional entry and setting it to zero.
Fixes: 8abee9566b7e ("hwmon: Add amd_energy driver to report energy counters")
Signed-off-by: David Arcari <darcari@redhat.com>
Cc: Naveen Krishna Chatradhi <nchatrad@amd.com>
Cc: Jean Delvare <jdelvare@suse.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: linux-kernel@vger.kernel.org
Cc: stable@vger.kernel.org
Signed-off-by: David Arcari <darcari@redhat.com>
Acked-by: Naveen Krishna Chatradhi <nchatrad@amd.com>
Link: https://lore.kernel.org/r/20210107144707.6927-1-darcari@redhat.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/edac')
0 files changed, 0 insertions, 0 deletions