Re: [syzbot] [wireless?] BUG: soft lockup in mac80211_hwsim_beacon (2)
From: Edward Adam Davis
Date: Tue Jun 18 2024 - 06:33:43 EST
please test sl
#syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 2ccbdf43d5e7
diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c
index 6830be4419e2..a6e761638078 100644
--- a/drivers/usb/class/cdc-wdm.c
+++ b/drivers/usb/class/cdc-wdm.c
@@ -273,7 +273,7 @@ static void wdm_int_callback(struct urb *urb)
}
if (urb->actual_length < sizeof(struct usb_cdc_notification)) {
- dev_err(&desc->intf->dev, "wdm_int_callback - %d bytes\n",
+ dev_dbg(&desc->intf->dev, "wdm_int_callback - %d bytes\n",
urb->actual_length);
goto exit;
}