On Tue, Oct 17, 2023 at 05:49 PM +02, Paolo Abeni wrote: > In the blamed commit below, I completely forgot to release the acquired > resources before erroring out in the TCP BPF code, as reported by Dan. > > Address the issues by replacing the bogus return with a jump to the > relevant cleanup code. > > Fixes: 419ce133ab92 ("tcp: allow again tcp_disconnect() when threads are waiting") > Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Signed-off-by: Paolo Abeni <pabeni@xxxxxxxxxx> > --- Acked-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>