This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2137cb863b80 Merge tag 'kbuild-6.19-2' of git://git.kernel.org/pub/scm/ [...] new 2d98144440f0 selftests/futex: Remove unused test_futex_mpol() new 9407d138b8d5 selftests/futex: Add newline to ksft_exit_fail_msg() new 275498b88104 selftests/futex: Skip tests if shmget unsupported new cd91b502f1b4 selftests/futex: Create test for robust list new c42ba5a87bdc futex: Store time as ktime_t in restart block new 0048fbb4011e Merge tag 'locking-futex-2025-12-10' of git://git.kernel.o [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/linux/restart_block.h | 2 +- kernel/futex/waitwake.c | 9 +- .../testing/selftests/futex/functional/.gitignore | 1 + tools/testing/selftests/futex/functional/Makefile | 3 +- .../selftests/futex/functional/futex_numa_mpol.c | 5 - .../selftests/futex/functional/futex_wait.c | 8 +- .../selftests/futex/functional/futex_waitv.c | 2 + .../selftests/futex/functional/robust_list.c | 552 +++++++++++++++++++++ 8 files changed, 567 insertions(+), 15 deletions(-) create mode 100644 tools/testing/selftests/futex/functional/robust_list.c