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

From: Greg Kroah-Hartman
Date: Fri Jul 08 2022 - 03:19:34 EST


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