Re: [PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks

From: Michal Luczaj

Date: Sun Jun 28 2026 - 18:06:49 EST


On 6/27/26 19:34, sun jian wrote:
> On Sat, Jun 27, 2026 at 4:37 AM Michal Luczaj <mhal@xxxxxxx> wrote:
>>
>> Fix for UDP sockets getting leaked during sockmap lookup/release.
>> Accompanied by selftests updates.
>> ...
>
> Hi Michal,
>
> I tested this series on bpf.git base commit:
> 26490a375cb9be9bac96b5171610fd85ca6c2305
> The test environment was virtme-ng x86_64.

Great, thank you.

> However, I can reproduce the same timeout in three consecutive
> runs on the unmodified base commit, so this looks pre-existing or
> environmental in my virtme-ng setup rather than a regression from
> this series.

Yup, same for me. Good thing bpf-next appears to have this fixed.

thanks,
Michal