diff options
author | Oliver Neukum <oneukum@suse.com> | 2025-04-01 10:45:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-11 16:27:32 +0200 |
commit | 1fdc4dca350c0b8ada0b8ebf212504e1ad55e511 (patch) | |
tree | 49a9b776db1a7745018a5997d6dfd0d9b89e485a /rust/helpers/helpers.c | |
parent | c1846ed4eb527bdfe6b3b7dd2c78e2af4bf98f4f (diff) | |
download | linux-1fdc4dca350c0b8ada0b8ebf212504e1ad55e511.tar.gz linux-1fdc4dca350c0b8ada0b8ebf212504e1ad55e511.tar.bz2 linux-1fdc4dca350c0b8ada0b8ebf212504e1ad55e511.zip |
USB: wdm: wdm_wwan_port_tx_complete mutex in atomic context
wdm_wwan_port_tx_complete is called from a completion
handler with irqs disabled and possible in IRQ context
usb_autopm_put_interface can take a mutex.
Hence usb_autopm_put_interface_async must be used.
Fixes: cac6fb015f71 ("usb: class: cdc-wdm: WWAN framework integration")
Cc: stable <stable@kernel.org>
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20250401084749.175246-4-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions