Linux USB
 help / color / mirror / Atom feed
* USB: urb error log during reboot on devices with multiple serial consoles (Linux Kernel version 5.15.71)
@ 2025-09-18  8:39 Ko, Kang Jun
  2025-09-18  9:09 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Ko, Kang Jun @ 2025-09-18  8:39 UTC (permalink / raw)
  To: linux-usb@vger.kernel.org

Hello,

I am reporting an USB related issue on the Linux Kernel version 5.15.71
Below is an error message that is seen in my dmesg log when my network switch goes into reboot. 

/****** Reboot log ******/
...
Reboot reason: Reboot requested by user
reboot: Restarting system
ftdi_sio ttyUSB0: usb_serial_generic_write_start - error submitting urb: -19
...
/****** Reboot log ******/

Summary:
Our network switch has two serial consoles attached to the system (one connected to the processor, one connected to FTDI chip).
When the switch goes into reboot, I can see (from the console connected to the processor) the above error message.
There is no functional problem in rebooting the switch but I would like to know if the error message is something intended by the Linux Kernel.

Reproduction steps:
Attach two serial consoles to the system and reboot.

Additional notes:
The serial drivers do not have a designated "shutdown" method so the driver is still present when the kernel goes through the device_shutdown method within the kernel_restart_prepare() function. The ftdi_sio serial driver continues to submit URB messages to the console when the console is already removed from the system, which results in the error message.

Conclusion:
Although this is not a functional issue and is not observed on systems with one serial console attached, this error message can be seen 100% on reboot on devices with multiple consoles. I would like to know if this error log is intended by design or if it is something that was not considered because there is no functional issue.

Thank you,
Jun Ko


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-25  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-18  8:39 USB: urb error log during reboot on devices with multiple serial consoles (Linux Kernel version 5.15.71) Ko, Kang Jun
2025-09-18  9:09 ` Greg KH
2025-09-25  1:29   ` Ko, Kang Jun
2025-09-25  8:20     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox