diff options
| author | Fan Wu <fanwu01@zju.edu.cn> | 2026-08-19 16:14:48 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-09-01 16:49:35 +0200 |
| commit | 7b0df6efd143f8085bdb68778a013a46f1349913 (patch) | |
| tree | 799482fc6acab961e1c0ca6288ff500b1bd5cff4 /scripts/Makefile.thinlto | |
| parent | 2c0f5ca48674a5b5f9fa4a9c3325aa48053af0bc (diff) | |
| download | linux-7b0df6efd143f8085bdb68778a013a46f1349913.tar.gz linux-7b0df6efd143f8085bdb68778a013a46f1349913.zip | |
usb: typec: qcom-pmic: cancel reset_work on stop
pdphy_stop() disables IRQs but leaves reset_work pending. If the IRQ
handler schedules it just before disable_irq(), the work runs after
remove() frees the struct via devm.
Call cancel_work_sync() after disabling IRQs to close the window.
This issue was found by an in-house static analysis tool.
Fixes: a4422ff22142 ("usb: typec: qcom: Add Qualcomm PMIC Type-C driver")
Cc: stable <stable@kernel.org>
Assisted-by: Codex:gpt-5.6
Signed-off-by: Fan Wu <fanwu01@zju.edu.cn>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://patch.msgid.link/20260819161448.76597-1-fanwu01@zju.edu.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
