Hi Petr, Thank you for the patch.
On Thu, Dec 18, 2025 at 15:27, Petr Beneš <[email protected]> wrote: > There are two places where ci_ep->desc could be accessed despite it is > not valid at that moment. Either the endpoint has not been enabled yet > or it has been disabled meanwhile (The ethernet gadged behaves this way > at least.). That results in dereferencing a null pointer. > > Moreover, the patch gets rid of possible outstanding requests if the > endpoint's state changes to disabled. > > Signed-off-by: Petr Beneš <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > > v2: return values aligned with Linux as requested by Mattijs >

