diff options
| author | Guenter Roeck <linux@roeck-us.net> | 2026-08-21 07:49:15 -0700 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2026-09-07 07:22:19 -0700 |
| commit | 06b7cf395b1fb652a50db39674a759658fbfba0d (patch) | |
| tree | 7b9464a506c627185acfa570e0c3391969c87052 /scripts/basic | |
| parent | 100eb7c7d0b28c52ad1b25d51c316fdc46c27c71 (diff) | |
| download | linux-06b7cf395b1fb652a50db39674a759658fbfba0d.tar.gz linux-06b7cf395b1fb652a50db39674a759658fbfba0d.zip | |
hwmon: (sht4x) Add missing locks
Sashiko reports:
Heater sysfs callbacks (heater_enable_store, heater_power_store, and
heater_time_store) are exposed to data races without the hwmon lock.
If a user-space process reads hwmon data while another process enables
the heater, heater_enable_store() executes without holding
hwmon_lock(dev). This can interleave I2C commands and mutate shared
state (data->heating_complete and data->data_pending) concurrently
with sht4x_read_values(), leading to corrupted I2C sequences.
Fixes: 53dfa12299c1 ("hwmon: (sht4x) Rely on subsystem locking")
Cc: Alessandro Zini <alessandro.zini@siemens.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Link: https://patch.msgid.link/20260821144916.2889031-1-linux@roeck-us.net
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
