thermal: Fix locking in cooling device sysfs update cur_state
authorThara Gopinath <thara.gopinath@linaro.org>
Tue, 27 Nov 2018 22:43:11 +0000 (17:43 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Feb 2019 18:47:03 +0000 (19:47 +0100)
commit9c74cd4afbd3b5b6d90366b7dcb2a7befa8a37f2
tree715da2fb9fc3c02ac9d8c8a93efc5d3db237458d
parentf8a33ec5367e41e7a7641c5c75255d1355581e05
thermal: Fix locking in cooling device sysfs update cur_state

[ Upstream commit 68000a0d983f539c95ebe5dccd4f29535c7ac0af ]

Sysfs interface to update cooling device cur_state does not
currently holding cooling device lock sometimes leading to
stale values in cur_state if getting updated simultanelously
from user space and thermal framework. Adding the proper locking
code fixes this issue.

Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/thermal/thermal_sysfs.c