This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2324d50d051e Merge tag 'docs-5.9' of git://git.lwn.net/linux new d4cdd146d0db kunit: generalize kunit_resource API beyond allocated resources new 725aca958595 kunit: add support for named resources new 39f65da09203 Documentation: kunit: Remove references to --defconfig new 5a9fcad71caa kunit: capture stderr on all make subprocess calls new 6816fe61bda8 kunit: tool: fix broken default args in unit tests new d43c7fb05765 kunit: tool: fix improper treatment of file location new 53e5504bdbdb Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.ker [...] new b85d387c9b09 kselftest: fix TAP output for skipped tests new ce32659b3673 selftests: breakpoints: fix computation of test plan new f000a39c27cc selftests: breakpoints: do not use ksft_exit_skip after ks [...] new 5b0b77ac41e8 selftests: sigaltstack: do not use ksft_exit_skip after ks [...] new 63aa57f52ce4 selftests: sync_test: do not use ksft_exit_skip after ksft [...] new 51ad5b54b61d selftests/clone3: Reorder reporting output new ce79097a8f83 selftests: Remove unneeded selftest API headers new eaa163caa4cc selftests/binderfs: Fix harness API usage new 245dd6041d0d selftests: Add header documentation and helpers new e80068be2182 selftests/harness: Switch to TAP output new 9847d24af95c selftests/harness: Refactor XFAIL into SKIP new d088c9280254 selftests/harness: Display signed values correctly new 0ef67a888375 selftests/harness: Report skip reason new bb91c0ca7b74 selftests: pidfd: do not use ksft_exit_skip after ksft_set_plan new 05790fd7f8d3 selftests: pidfd: skip test if unshare fails with EPERM new 99aacebecb75 selftests: do not use .ONESHELL new c9f75047eb9b selftests: fix condition in run_tests new 541f5643d3ed Replace HTTP links with HTTPS ones: KMOD KERNEL MODULE LOA [...] new a80d6055b344 selftests: kmod: Add module address visibility test new 3e4cd8ea7a99 selftests/harness: Clean up kern-doc for fixtures new 0bf18a0cdca5 selftests/seccomp: Refactor to use fixture variants new 4c6614dc86ad selftests/seccomp: Check ENOSYS under tracing new 850d0cc64c8e selftests/harness: Limit step counter reporting new 4834ce9d8e07 Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.or [...]
The 31 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: Documentation/dev-tools/kunit/kunit-tool.rst | 17 +- Documentation/dev-tools/kunit/start.rst | 2 +- include/kunit/test.h | 210 ++++++++++++--- lib/kunit/kunit-test.c | 111 ++++++-- lib/kunit/string-stream.c | 14 +- lib/kunit/test.c | 171 ++++++++----- tools/testing/kunit/kunit.py | 24 -- tools/testing/kunit/kunit_kernel.py | 6 +- tools/testing/kunit/kunit_tool_test.py | 14 +- .../breakpoints/step_after_suspend_test.c | 53 ++-- tools/testing/selftests/clone3/clone3.c | 2 +- .../selftests/clone3/clone3_clear_sighand.c | 3 +- tools/testing/selftests/clone3/clone3_set_tid.c | 2 +- .../selftests/filesystems/binderfs/binderfs_test.c | 284 +++++++++++---------- tools/testing/selftests/kmod/kmod.sh | 2 +- tools/testing/selftests/kselftest.h | 106 +++++++- tools/testing/selftests/kselftest/runner.sh | 2 +- tools/testing/selftests/kselftest_harness.h | 166 +++++++++--- tools/testing/selftests/lib.mk | 20 +- .../selftests/pid_namespace/regression_enomem.c | 1 - tools/testing/selftests/pidfd/pidfd_getfd_test.c | 1 - tools/testing/selftests/pidfd/pidfd_setns_test.c | 1 - tools/testing/selftests/pidfd/pidfd_test.c | 55 +++- tools/testing/selftests/sigaltstack/sas.c | 4 +- tools/testing/selftests/sync/sync_test.c | 2 +- tools/testing/selftests/uevent/uevent_filtering.c | 1 - 26 files changed, 854 insertions(+), 420 deletions(-)