Linux USB
 help / color / mirror / Atom feed
* [PATCH v1 0/1] usb: gadget: dummy_hcd: Fix regression due to hrtimer migration
@ 2024-06-26 13:47 Marcello Sylvester Bauer
  2024-06-26 13:47 ` [PATCH v1 1/1] usb: gadget: dummy_hcd: make hrtimer expire in soft irq context Marcello Sylvester Bauer
  2024-06-26 14:00 ` [PATCH v1 0/1] usb: gadget: dummy_hcd: Fix regression due to hrtimer migration Alan Stern
  0 siblings, 2 replies; 3+ messages in thread
From: Marcello Sylvester Bauer @ 2024-06-26 13:47 UTC (permalink / raw)
  To: linux-kernel, linux-usb
  Cc: Greg Kroah-Hartman, Uwe Kleine-Koenig, Thomas Gleixner,
	Alan Stern, Matthias Stoeckl, Marcello Sylvester Bauer

The kernel CI bots such as syzbot and intel kernel bot reported a
regression due to the migration of the transfare scheduler from timer
list to hrtimer. The current assumption is that this is because timer
list uses soft interrupt context. I have not been able to reproduce the
regression consistently. So I'm submitting this patch in the hope that
it solves the issue.

Do not apply the patch if any bot still reports the problem.

Marcello Sylvester Bauer (1):
  usb: gadget: dummy_hcd: make hrtimer expire in soft irq context

 drivers/usb/gadget/udc/dummy_hcd.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-06-26 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 13:47 [PATCH v1 0/1] usb: gadget: dummy_hcd: Fix regression due to hrtimer migration Marcello Sylvester Bauer
2024-06-26 13:47 ` [PATCH v1 1/1] usb: gadget: dummy_hcd: make hrtimer expire in soft irq context Marcello Sylvester Bauer
2024-06-26 14:00 ` [PATCH v1 0/1] usb: gadget: dummy_hcd: Fix regression due to hrtimer migration Alan Stern

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