]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (amc6821) Fix possible race condition bug
authorAxel Lin <axel.lin@ingics.com>
Thu, 31 Jul 2014 01:43:19 +0000 (09:43 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 31 Jul 2014 04:42:37 +0000 (21:42 -0700)
commit56057cd2b7e189a8025588a99dd4358bf7ea3409
tree68af0f6580a73753e5c43bc51ba46a87aaa1a18b
parent950608ab61f750f9b7538482ef8b741aedf19d43
hwmon: (amc6821) Fix possible race condition bug

Ensure mutex lock protects the read-modify-write period to prevent possible
race condition bug.
In additional, update data->valid should also be protected by the mutex lock.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/amc6821.c