OSDN Git Service

hwmon: (coretemp) Fix truncated name of alarm attributes
authorJean Delvare <khali@linux-fr.org>
Tue, 14 Jan 2014 14:59:55 +0000 (15:59 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 14 Jan 2014 17:47:52 +0000 (09:47 -0800)
commit3f9aec7610b39521c7c69d754de7265f6994c194
tree62dd2667a9e0868b18e7727dfd58947d514be196
parent319e2e3f63c348a9b66db4667efa73178e18b17d
hwmon: (coretemp) Fix truncated name of alarm attributes

When the core number exceeds 9, the size of the buffer storing the
alarm attribute name is insufficient and the attribute name is
truncated. This causes libsensors to skip these attributes as the
truncated name is not recognized.

Reported-by: Andreas Hollmann <hollmann@in.tum.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/coretemp.c