mbox series

[bpf-next,v3,0/2] Add F_SETFL for fcntl

Message ID cover.1712539403.git.tanggeliang@kylinos.cn (mailing list archive)
Headers show
Series Add F_SETFL for fcntl | expand

Message

Geliang Tang April 8, 2024, 1:36 a.m. UTC
From: Geliang Tang <tanggeliang@kylinos.cn>

Two fixes for test_sockmap:

Patch 1, v3 of "selftests/bpf: Add F_SETFL for fcntl":
- detect nonblock flag automaticly, 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):
  selftests/bpf: Add F_SETFL for fcntl in test_sockmap
  selftests/bpf: Fix umount cgroup2 error in test_sockmap

 tools/testing/selftests/bpf/test_sockmap.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)