]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: usbtmc: Flush anchored URBs in usbtmc_release
authorHeitor Alves de Siqueira <halves@igalia.com>
Thu, 12 Mar 2026 12:27:28 +0000 (09:27 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2026 15:15:32 +0000 (16:15 +0100)
commit8a768552f7a8276fb9e01d49773d2094ace7c8f1
tree103ee24b47589986e530b2147d48302f03b0dad8
parente1eabb072c75681f78312c484ccfffb7430f206e
usb: usbtmc: Flush anchored URBs in usbtmc_release

When calling usbtmc_release, pending anchored URBs must be flushed or
killed to prevent use-after-free errors (e.g. in the HCD giveback
path). Call usbtmc_draw_down() to allow anchored URBs to be completed.

Fixes: 4f3c8d6eddc2 ("usb: usbtmc: Support Read Status Byte with SRQ per file")
Reported-by: syzbot+9a3c54f52bd1edbd975f@syzkaller.appspotmail.com
Closes: https://syzkaller.appspot.com/bug?extid=9a3c54f52bd1edbd975f
Cc: stable <stable@kernel.org>
Signed-off-by: Heitor Alves de Siqueira <halves@igalia.com>
Link: https://patch.msgid.link/20260312-usbtmc-flush-release-v1-1-5755e9f4336f@igalia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/usbtmc.c