netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v6 0/2] Add F_SETFL for fcntl in test_sockmap
@ 2024-06-11  9:13 Geliang Tang
  2024-06-11  9:13 ` [PATCH net-next v6 1/2] tls: wait for receiving next skb for sk_redirect Geliang Tang
  2024-06-11  9:13 ` [PATCH net-next v6 2/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap Geliang Tang
  0 siblings, 2 replies; 4+ messages in thread
From: Geliang Tang @ 2024-06-11  9:13 UTC (permalink / raw)
  To: Andrii Nakryiko, Eduard Zingerman, Mykola Lysenko,
	Alexei Starovoitov, Daniel Borkmann, Martin KaFai Lau, Song Liu,
	Yonghong Song, John Fastabend, KP Singh, Stanislav Fomichev,
	Hao Luo, Jiri Olsa, Shuah Khan, Boris Pismenny, Jakub Kicinski,
	David S. Miller, Eric Dumazet, Paolo Abeni, Jakub Sitnicki
  Cc: Geliang Tang, bpf, linux-kselftest, netdev

From: Geliang Tang <tanggeliang@kylinos.cn>

v6:
 - add a fix for tls_sw_recvmsg().

v5:
 - add a new patch "Check recv lengths in test_sockmap" instead of using
   "continue" in msg_loop.

v4:
 - address Martin's comments for v3. (thanks.)
 - add Yonghong's "Acked-by" tags. (thanks.)
 - update subject-prefix from "bpf-next" to "bpf".

Patch 1, v3 of "selftests/bpf: Add F_SETFL for fcntl":
- detect nonblock flag automatically, then test_sockmap can run in both
block and nonblock modes.
- use continue instead of again in v2.

Patch 2, fix for umount cgroup2 error.

Geliang Tang (2):
  tls: wait for receiving next skb for sk_redirect
  selftests/bpf: Add F_SETFL for fcntl in test_sockmap

 net/tls/tls_sw.c                           | 2 ++
 tools/testing/selftests/bpf/test_sockmap.c | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-12  2:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11  9:13 [PATCH net-next v6 0/2] Add F_SETFL for fcntl in test_sockmap Geliang Tang
2024-06-11  9:13 ` [PATCH net-next v6 1/2] tls: wait for receiving next skb for sk_redirect Geliang Tang
2024-06-12  2:17   ` Jakub Kicinski
2024-06-11  9:13 ` [PATCH net-next v6 2/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap Geliang Tang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).