Re: [PATCH] can: usb: etas_es58x: correctly anchor the urb in the read bulk callback

From: Greg Kroah-Hartman

Date: Mon Mar 02 2026 - 07:55:10 EST


On Mon, Mar 02, 2026 at 11:01:48AM +0100, Marc Kleine-Budde wrote:
> On 23.02.2026 17:39:20, Greg Kroah-Hartman wrote:
> > When submitting an urb, that is using the anchor pattern, it needs to be
> > anchored before submitting it otherwise it could be leaked if
> > usb_kill_anchored_urbs() is called. This logic is correctly done
> > elsewhere in the driver, except in the read bulk callback so do that
> > here also.
> >
> > Cc: Vincent Mailhol <mailhol@xxxxxxxxxx>
> > Cc: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
> > Cc: stable <stable@xxxxxxxxxx>
>
> FYI: checkpatch suggests:
> Invalid email format for stable: 'stable <stable@xxxxxxxxxx>', prefer 'stable@xxxxxxxxxx'

Checkpatch is wrong here, either is just fine.

thanks,

greg k-h