Re: [PATCH] gadgetfs: ep_io - wait until IRQ finishes

From: Jozo M.
Date: Fri Jul 08 2022 - 03:29:46 EST


The first commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

pi 8. 7. 2022 o 9:19 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> napísal(a):
>
> On Fri, Jul 08, 2022 at 09:06:44AM +0200, Jozef Martiniak wrote:
> > after usb_ep_queue() if wait_for_completion_interruptible() is
> > interrupted we need to wait until IRQ gets finished.
> >
> > Otherwise complete() from epio_complete() can corrupt stack.
> >
> > Signed-off-by: Jozef Martiniak <jomajm@xxxxxxxxx>
>
> What commit id does this fix?
>
> thanks,
>
> greg k-h