mbox series

[0/1] usb: ueagle-atm: wait for a firmware upload to complete

Message ID 20250410093146.3776801-1-aitsygunka@yandex.ru
Headers show
Series usb: ueagle-atm: wait for a firmware upload to complete | expand

Message

Andrey Tsygunka April 10, 2025, 9:31 a.m. UTC
This suggested patch adds a fix to the ueagle-atm driver related to the
syzkaller report [1]. This report is currently relevant for older kernel
versions, WARN() is not shown in the upstream version due to its
replacement by pd_debug() in commit
d87c295f599cab2ab3b3df53a9098adba4a6002b in the sysfs subsystem, but it
reports a driver-side issue.

Hope this will be a useful fix.

[1] https://syzkaller.appspot.com/bug?extid=457452d30bcdda75ead2

Andrey Tsygunka (1):
  usb: ueagle-atm: wait for a firmware upload to complete

 drivers/usb/atm/ueagle-atm.c | 40 +++++++++++++++++++++++++++++++-----
 1 file changed, 35 insertions(+), 5 deletions(-)