This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4c80ba392bf6 iommu: fix KASAN use-after-free in iommu_insert_resv_region new fd1baf6ca2ea selftests/ftrace: Fix to check the existence of set_ftrace_filter new 25deae098e74 selftests/ftrace: Fix ftrace test cases to check unsupported new ba1b9c5048e4 selftests/ftrace: Do not to use absolute debugfs path new 5cc6c8d4a99d selftests/ftrace: Fix multiple kprobe testcase new be12252212fa selftests: safesetid: Move link library to LDLIBS new 295c4e21cf27 selftests: safesetid: Check the return value of setuid/setgid new 8ef1ec0ca32c selftests: safesetid: Fix Makefile to set correct test program new 39101b226544 fs/ext4/inode-test: Fix inode test on 32 bit platforms. new 70efb58bbbc2 kunit: testing kunit: Bug fix in test_run_timeout function new e7d7ad0e413f Documentation: kunit: fix typos and gramatical errors new 99e51aa8f701 Documentation: kunit: add documentation for kunit_tool new 3a019636e6b0 selftests: Fix dangling documentation references to kselft [...] new d187801d1a46 kselftest/runner: Print new line in print of timeout log new 4eac734486fd kselftest: Support old perl versions new 6afa873170a6 Merge tag 'linux-kselftest-5.5-rc2' of git://git.kernel.or [...]
The 15 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/kselftest.rst | 8 +-- Documentation/dev-tools/kunit/index.rst | 1 + Documentation/dev-tools/kunit/kunit-tool.rst | 57 ++++++++++++++++++++++ Documentation/dev-tools/kunit/start.rst | 13 +++-- Documentation/dev-tools/kunit/usage.rst | 24 ++++----- fs/ext4/inode-test.c | 2 +- tools/testing/kunit/kunit_tool_test.py | 2 +- .../ftrace/test.d/ftrace/func-filter-stacktrace.tc | 2 + .../selftests/ftrace/test.d/ftrace/func_cpumask.tc | 5 ++ tools/testing/selftests/ftrace/test.d/functions | 5 +- .../ftrace/test.d/kprobe/multiple_kprobes.tc | 6 +-- .../inter-event/trigger-action-hist-xfail.tc | 4 +- .../inter-event/trigger-onchange-action-hist.tc | 2 +- .../inter-event/trigger-snapshot-action-hist.tc | 4 +- tools/testing/selftests/kselftest/module.sh | 2 +- tools/testing/selftests/kselftest/prefix.pl | 1 + tools/testing/selftests/kselftest/runner.sh | 1 + tools/testing/selftests/safesetid/Makefile | 5 +- tools/testing/selftests/safesetid/safesetid-test.c | 15 ++++-- 19 files changed, 119 insertions(+), 40 deletions(-) create mode 100644 Documentation/dev-tools/kunit/kunit-tool.rst