linux/tools/testing/selftests/pidfd
Linus Torvalds 0db240bc07 linux_kselftest-next-6.17-rc1
Fixes
 
 - false failure of subsystem event test
 - glob filter test to use mutex_unlock() instead of mutex_trylock()
 - several spelling errors in tests
 - test_kexec_jump build errors
 - pidfd test duplicate-symbol warnings for SCHED_ CPP symbols
 
 Adds a reliable check for suspend to breakpoints suspend test
 Improvements to ipc test
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEPZKym/RZuOCGeA/kCwJExA0NQxwFAmiH76IACgkQCwJExA0N
 QxyHAw/+PWj6IvX+3qQEhPL1l/huPpknPVqd/UVEozAudtkDMNwTXAzmc8TZAGU1
 BiQTMRBothDZVxLa6YyQCNgHcFuE9X4PIDPCeRrtHQmoSIJz5Db7wrgy1LtrStBN
 9bOrsoYUFyy5xWlnidreu5IHuZFrLGUdwF4BhlBL9IvNBv2FKujHfzGl0mbc2agH
 /pbJuLiDKRWk+Wqgyv8LOBu9wsQSraunyiKxYZ+ICqzhangnH8SBVNejum9B/KUT
 P2Jzyjjo9hyZxR85B7951HqubzWZjhrS2I9boDYaI0x8RyOM75pO6cdh681Gdzz9
 lluospIzQRsKR1brtP+M5vH7F6yGnrQRvjp/PvW5a410JFYeIiuhCuDhGZzYsPdj
 nFFXP/CLlTJ4U1TVAzZ0OpwapoLfSmnUzrmVHFJRDW6YpuhliFbxb4YErCRxmBLX
 MLxN7NnPG0fUxO4voy49GiqXfFuYnvgZO1FWJuczKv4NXxPUbc77Y1K9Tv4mV97n
 W5e1EO3JDLghUAkoQyDy9oC7g6ZYET1EcqhOeTujazOAVPlIKJ0YOnLqlFppc3F7
 oqlXJbRdjamn9w+UcAjWNPQxYAJeK8jyB+S2LkCDLULD3dgJEzBj7szC67Ou3yQB
 qKuh9u6xhFKc0xgW2YSm3+Cpj8BPGlKzNf+Ks4TIGF8pvurPCy0=
 =DyuD
 -----END PGP SIGNATURE-----

Merge tag 'linux_kselftest-next-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull kselftest updates from Shuah Khan:

 - Fixes:
      - false failure of subsystem event test
      - glob filter test to use mutex_unlock() instead of mutex_trylock()
      - several spelling errors in tests
      - test_kexec_jump build errors
      - pidfd test duplicate-symbol warnings for SCHED_ CPP symbols

 - Add a reliable check for suspend to breakpoints suspend test

 - Improvements to ipc test

* tag 'linux_kselftest-next-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests/pidfd: Fix duplicate-symbol warnings for SCHED_ CPP symbols
  selftests/tracing: Fix false failure of subsystem event test
  selftests/kexec: fix test_kexec_jump build
  selftests: breakpoints: use suspend_stats to reliably check suspend success
  selftests: tracing: Use mutex_unlock for testing glob filter
  selftests: print installation complete message
  selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
  selftests: ipc: Replace fail print statements with ksft_test_result_fail
  selftests: Add version file to kselftest installation dir
  selftests/cpu-hotplug: fix typo in hotplaggable_offline_cpus function name
2025-07-29 12:48:53 -07:00
..
.gitignore selftests/pidfd: test setattr support 2025-06-23 12:22:08 +02:00
config selftests/pidfd: Fix config for pidfd_setns_test 2024-05-11 19:18:39 +02:00
Makefile selftests/pidfd: decode pidfd file handles withou having to specify an fd 2025-06-24 17:06:35 +02:00
pidfd.h linux_kselftest-next-6.17-rc1 2025-07-29 12:48:53 -07:00
pidfd_bind_mount.c selftests/pidfd: move syscall definitions into wrappers.h 2025-05-12 11:40:12 +02:00
pidfd_exec_helper.c selftests/pidfd: add seventh PIDFD_INFO_EXIT selftest 2025-03-05 13:26:21 +01:00
pidfd_fdinfo_test.c selftests/pidfd: fix header inclusion 2025-03-05 13:26:20 +01:00
pidfd_file_handle_test.c selftests/pidfd: decode pidfd file handles withou having to specify an fd 2025-06-24 17:06:35 +02:00
pidfd_getfd_test.c selftests: add ESRCH tests for pidfd_getfd() 2024-02-07 15:48:31 +01:00
pidfd_info_test.c selftest/pidfd: add test for thread-group leader pidfd open for thread 2025-04-07 09:38:24 +02:00
pidfd_open_test.c selftests/pidfd: expand common pidfd header 2025-03-05 13:26:20 +01:00
pidfd_poll_test.c selftests: pidfd: ksft_exit functions do not return 2024-05-06 13:57:20 -06:00
pidfd_setattr_test.c selftests/pidfd: test setattr support 2025-06-23 12:22:08 +02:00
pidfd_setns_test.c selftests/pidfd: expand common pidfd header 2025-03-05 13:26:20 +01:00
pidfd_test.c selftests/pidfd: add tests for PIDFD_SELF_* 2025-02-05 15:14:55 +01:00
pidfd_wait.c selftests/pidfd: add pidfs file handle selftests 2024-12-17 09:16:18 +01:00
pidfd_xattr_test.c selftests/pidfd: test extended attribute support 2025-06-23 12:22:08 +02:00