[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3cb523bc8eb334cb420508a84f3f1d37543f4253@linux.dev>
Date: Tue, 15 Apr 2025 16:53:45 +0000
From: "Jiayuan Chen" <jiayuan.chen@...ux.dev>
To: "Ihor Solodrai" <ihor.solodrai@...ux.dev>, ast@...nel.org,
andrii@...nel.org, daniel@...earbox.net, eddyz87@...il.com
Cc: bpf@...r.kernel.org, netdev@...r.kernel.org, kuba@...nel.org,
pabeni@...hat.com, mykolal@...com, kernel-team@...a.com
Subject: Re: [PATCH bpf] selftests/bpf: remove sockmap_ktls
disconnect_after_delete test
April 16, 2025 at 24:33, "Ihor Solodrai" <ihor.solodrai@...ux.dev> wrote:
>
> "sockmap_ktls disconnect_after_delete" test has been failing on BPF CI
> after recent merges from netdev:
> * https://github.com/kernel-patches/bpf/actions/runs/14458537639
> * https://github.com/kernel-patches/bpf/actions/runs/14457178732
> It happens because disconnect has been disabled for TLS [1], and it
> renders the test case invalid. Remove it from the suite.
> [1] https://lore.kernel.org/netdev/20250404180334.3224206-1-kuba@kernel.org/
> Signed-off-by: Ihor Solodrai <ihor.solodrai@...ux.dev>
Reviewed-by: Jiayuan Chen <jiayuan.chen@...ux.dev>
The original selftest patch used disconnect to re-produce the endless
loop caused by tcp_bpf_unhash, which has already been removed.
I hope this doesn't conflict with bpf-next...
Thanks.
Powered by blists - more mailing lists