This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 22c5696e3fe0 Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/p [...] new 76ee96d3d7f1 Documentation: kunit: Correct MODULE_IMPORT_NS() syntax new e42ad39318df kunit: Add test for static stub new 63d0a9123120 kunit: Adjust kunit_test timeout based on test_{suite,case} speed new 5ac244b9cc8f kunit: Make default kunit_test timeout configurable via bo [...] new 34db4fba8191 kunit: fix longest symbol length test new 6f46e6fb4e26 Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.ke [...] new 44c71c16f37d selftests/cpu-hotplug: fix typo in hotplaggable_offline_cp [...] new cd9f02adca65 selftests: Add version file to kselftest installation dir new da9ba4132057 selftests: ipc: Replace fail print statements with ksft_te [...] new e72fe8cbd8a0 selftests/ptrace: Fix spelling mistake "multible" -> "multiple" new 95d32c7ee050 selftests: print installation complete message new a089bb2822a4 selftests: tracing: Use mutex_unlock for testing glob filter new 07b7c2b4eca3 selftests: breakpoints: use suspend_stats to reliably chec [...] new 661e9cd19659 selftests/kexec: fix test_kexec_jump build new 213879061a9c selftests/tracing: Fix false failure of subsystem event test new 30fb5e134f05 selftests/pidfd: Fix duplicate-symbol warnings for SCHED_ [...] new 0db240bc077f Merge tag 'linux_kselftest-next-6.17-rc1' of git://git.ker [...]
The 17 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/usage.rst | 2 +- include/kunit/try-catch.h | 1 + lib/Kconfig.debug | 1 + lib/kunit/Kconfig | 13 +++++ lib/kunit/kunit-test.c | 55 ++++++++++++++++++++-- lib/kunit/test.c | 47 +++++++++++++++++- lib/kunit/try-catch-impl.h | 4 +- lib/kunit/try-catch.c | 29 +----------- lib/tests/longest_symbol_kunit.c | 3 +- tools/testing/selftests/Makefile | 8 ++++ .../breakpoints/step_after_suspend_test.c | 41 ++++++++++++---- .../selftests/cpu-hotplug/cpu-on-off-test.sh | 4 +- .../ftrace/test.d/event/subsystem-enable.tc | 28 ++++++++++- .../ftrace/test.d/ftrace/func-filter-glob.tc | 2 +- tools/testing/selftests/ipc/msgque.c | 47 +++++++++--------- tools/testing/selftests/kexec/Makefile | 2 +- tools/testing/selftests/pidfd/pidfd.h | 9 ++++ tools/testing/selftests/ptrace/peeksiginfo.c | 2 +- 18 files changed, 220 insertions(+), 78 deletions(-)