diff options
| author | Cong Nguyen <congnt264@gmail.com> | 2026-08-28 17:54:13 +0700 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2026-09-07 07:22:19 -0700 |
| commit | 5a0aacaa2d593d7582ecfe289529b937b6dc5d3c (patch) | |
| tree | 82b6c0917c065f257abd30091306bca06248642b /scripts | |
| parent | 70c33e211b2b78830f76c908e5236b77ffde63a0 (diff) | |
| download | linux-5a0aacaa2d593d7582ecfe289529b937b6dc5d3c.tar.gz linux-5a0aacaa2d593d7582ecfe289529b937b6dc5d3c.zip | |
hwmon: (applesmc) fix key backlight workqueue leak on register failure
applesmc_create_key_backlight() allocates applesmc_led_wq before calling
led_classdev_register(). When register fails, the error is returned to
applesmc_init(), which jumps to out_light_sysfs and skips
applesmc_release_key_backlight(), leaking the workqueue.
Destroy the workqueue on the register failure path. The bug was introduced
when the inline init block was refactored into a helper that returns errors
directly, dropping the old out_light_wq unwind label.
Fixes: 0b0b5dff8967 ("hwmon: (applesmc) Simplify feature sysfs handling")
Cc: stable@vger.kernel.org
Assisted-by: Claude:claude-opus-4
Signed-off-by: Cong Nguyen <congnt264@gmail.com>
Link: https://patch.msgid.link/20260828105413.2401385-1-congnt264@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
