This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 88e969fc18a2 Merge tag 'input-for-v6.14-rc0' of git://git.kernel.org/pu [...] new 687c5e560079 selftest: media_tests: fix trivial UAF typo new eed8ecdf123e selftests/ipc: Remove unused variables new e0746bde6f82 selftests/vDSO: support DT_GNU_HASH new e8731ecdd67d selftests: kselftest: Add ksft_test_result_xpass new 74864403c578 selftests: Warn about skipped tests in result summary new 6d59d557e3ec selftests/filesystems: Add missing gitignore file new d54d3f69b7a1 selftests/zram: gitignore output file new 8694e6a7f7db selftests: timers: clocksource-switch: Adapt progress to k [...] new 5a7a4e46f85e selftests: kselftest: Fix the wrong format specifier new 9301be2ce104 selftests: acct: Add ksft_exit_skip if not running as root new 103c0b5e82fb selftests/run_kselftest.sh: Fix help string for --per-test-log new b6f9cd83c60e selftests/ring-buffer: Add test for out-of-bound pgoff mapping new 02bc220dc6dc selftests: harness: fix printing of mismatch values in __EXPECT() new 41ca14efaf85 selftests: tmpfs: Add Test-skip if not run as root new 58beae2585d5 selftests: tmpfs: Add kselftest support to tmpfs new 159ca65c42d9 selftests/ftrace: Fix to use remount when testing mount GI [...] new 89ae64384e58 selftests/ftrace: Make uprobe test more robust against bin [...] new a1cd99e700ec selftests/resctrl: Adjust effective L3 cache size with SNC [...] new d6d35d0b0f42 selftests/resctrl: Discover SNC kernel support and adjust [...] new 336d02bc4c6b selftests/rseq: Fix handling of glibc without rseq support new 8fb1e2eed14d Merge tag 'linux_kselftest-next-6.14-rc1' of git://git.ker [...] new 875aec2357cd kunit: platform: Resolve 'struct completion' warning new 56530007cac0 kunit: add fallback for os.sched_getaffinity new 220374e70b0b kunit: enable hardware acceleration when available new 31691914c392 kunit: Introduce autorun option new e8f17cb6f5ab Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.ke [...] new 4b92b79c5645 selftests/nolibc: run-tests.sh: detect missing toolchain new 7f89bc51101c tools/nolibc: add support for waitid() new a0bc8947ac73 selftests/nolibc: use waitid() over waitpid() new 4c7f09ab79b1 selftests/nolibc: use a pipe to in vfprintf tests new 349afc8a52f8 selftests/nolibc: skip tests for unimplemented syscalls new a47b4b9fbaa1 selftests/nolibc: rename riscv to riscv64 new 60fe18237f72 selftests/nolibc: add configurations for riscv32 new 24728b70b036 Merge tag 'nolibc-20250113-for-6.14-1' of https://git.kern [...] new 7004a2e46d16 Merge tag 'linux_kselftest-nolibc-6.14-rc1' of git://git.k [...]
The 35 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/kunit/platform_device.h | 1 + include/kunit/test.h | 4 +- lib/kunit/Kconfig | 12 ++ lib/kunit/debugfs.c | 2 +- lib/kunit/executor.c | 21 +++- lib/kunit/test.c | 6 +- tools/include/nolibc/sys.h | 18 +++ tools/testing/kunit/kunit.py | 11 +- tools/testing/kunit/kunit_kernel.py | 3 + tools/testing/kunit/qemu_configs/arm64.py | 2 +- tools/testing/selftests/acct/acct_syscall.c | 2 +- .../selftests/filesystems/statmount/.gitignore | 1 + .../ftrace/test.d/00basic/mount_options.tc | 8 +- .../ftrace/test.d/dynevent/add_remove_uprobe.tc | 4 +- tools/testing/selftests/ipc/msgque.c | 2 +- tools/testing/selftests/kselftest.h | 28 ++++- tools/testing/selftests/kselftest/ksft.py | 3 + tools/testing/selftests/kselftest/ktap_helpers.sh | 4 + tools/testing/selftests/kselftest_harness.h | 24 ++-- .../selftests/media_tests/regression_test.txt | 8 +- tools/testing/selftests/nolibc/Makefile | 11 ++ tools/testing/selftests/nolibc/nolibc-test.c | 44 ++++--- tools/testing/selftests/nolibc/run-tests.sh | 9 +- tools/testing/selftests/resctrl/Makefile | 1 + tools/testing/selftests/resctrl/cmt_test.c | 4 +- tools/testing/selftests/resctrl/mba_test.c | 2 + tools/testing/selftests/resctrl/mbm_test.c | 4 +- tools/testing/selftests/resctrl/resctrl.h | 6 + tools/testing/selftests/resctrl/resctrl_tests.c | 9 +- tools/testing/selftests/resctrl/resctrlfs.c | 137 +++++++++++++++++++++ tools/testing/selftests/ring-buffer/map_test.c | 8 +- tools/testing/selftests/rseq/rseq.c | 32 +++-- tools/testing/selftests/rseq/rseq.h | 9 +- tools/testing/selftests/run_kselftest.sh | 2 +- .../testing/selftests/timers/clocksource-switch.c | 6 +- tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c | 41 +++--- tools/testing/selftests/vDSO/parse_vdso.c | 110 ++++++++++++----- .../testing/selftests/zram}/.gitignore | 2 +- 38 files changed, 487 insertions(+), 114 deletions(-) copy {arch/x86/boot/tools => tools/testing/selftests/zram}/.gitignore (83%)