On Tue, Oct 17, 2023 at 5:50 PM Paolo Abeni <pabeni@xxxxxxxxxx> 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> Right :) Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>