Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of...
Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest Pull kunit updates from Shuah Khan: - fix user-after-free (UAF) bug in kunit_init_suite() - add option to kunit tool to print just the summary of test results - add option to kunit tool to print just the failed test results - fix kunit_zalloc_skb() to use user passed in gfp value instead of hardcoding GFP_KERNEL - fixe kunit_zalloc_skb() kernel doc to include allocation flags variable - update KUnit email address for Brendan Higgins - add LoongArch config to qemu_configs - allow overriding the shutdown mode from qemu config - enable shutdown in loongarch qemu_config - fix potential null dereference in kunit_device_driver_test() - fix debugfs to use IS_ERR() for alloc_string_stream() error check * tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: kunit: qemu_configs: loongarch: Enable shutdown kunit: tool: Allow overriding the shutdown mode from qemu config kunit: qemu_configs: Add LoongArch config kunit: debugfs: Use IS_ERR() for alloc_string_stream() error check kunit: Fix potential null dereference in kunit_device_driver_test() MAINTAINERS: Update KUnit email address for Brendan Higgins kunit: string-stream: Fix a UAF bug in kunit_init_suite() kunit: tool: print failed tests only kunit: tool: Only print the summary kunit: skb: add gfp to kernel doc for kunit_zalloc_skb() kunit: skb: use "gfp" variable instead of hardcoding GFP_KERNEL
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- include/kunit/skbuff.h 3 additions, 2 deletionsinclude/kunit/skbuff.h
- lib/kunit/debugfs.c 6 additions, 3 deletionslib/kunit/debugfs.c
- lib/kunit/kunit-test.c 2 additions, 0 deletionslib/kunit/kunit-test.c
- tools/testing/kunit/kunit.py 25 additions, 3 deletionstools/testing/kunit/kunit.py
- tools/testing/kunit/kunit_kernel.py 3 additions, 1 deletiontools/testing/kunit/kunit_kernel.py
- tools/testing/kunit/kunit_parser.py 84 additions, 50 deletionstools/testing/kunit/kunit_parser.py
- tools/testing/kunit/kunit_printer.py 10 additions, 4 deletionstools/testing/kunit/kunit_printer.py
- tools/testing/kunit/kunit_tool_test.py 28 additions, 27 deletionstools/testing/kunit/kunit_tool_test.py
- tools/testing/kunit/qemu_configs/loongarch.py 21 additions, 0 deletionstools/testing/kunit/qemu_configs/loongarch.py
Loading
Please register or sign in to comment