]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'sock-netns-with-tests' of https://github.com/masatake/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 7 Oct 2024 11:27:43 +0000 (13:27 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Oct 2024 11:27:43 +0000 (13:27 +0200)
commita128d92986494d469b2d551abc995fb08d2be889
tree3c3b9c2f738d728490562c418fd2a9cbff1b031e
parentef313820ea80adabeb37d6597d984663f3cd381e
parentd6502a5f903b6880b21a07f034b84219fad07dd5
Merge branch 'sock-netns-with-tests' of https://github.com/masatake/util-linux

* 'sock-netns-with-tests' of https://github.com/masatake/util-linux:
  tests: (lsfd) verify SOCK.NETID and ENDPOINTS for sockets made in another netns
  tests: (lsns) verify the code finding an isolated netns via socket
  tests: (nsenter) verify the code entering the network ns via socket made in the ns
  tests: (test_sysinfo) add a helper to detect NS_GET_USERNS
  tests: (test_mkfds::foreign-sockets) new factory
  tests: (test_mkfds, refactor) use xmemdup newly added in xalloc.h
  xalloc.h: add xmemdup
  tests: (test_mkfds) fix a typo in an option name
  test_mkfds: (cosmetic) remove whitespaces between a function and its arguments
tests/helpers/test_mkfds.c