-
- Downloads
Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of...
Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest Pull more KUnit updates from Shuah Khan: "Features and fixes: - simplify resource use - make kunit_malloc() and kunit_free() allocations and frees consistent. kunit_free() frees only the memory allocated by kunit_malloc() - stop downloading risc-v opensbi binaries using wget - other fixes and improvements to tool and KUnit framework" * tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: Documentation: kunit: Update description of --alltests option kunit: declare kunit_assert structs as const kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED kunit: remove format func from struct kunit_assert, get it to 0 bytes kunit: tool: Don't download risc-v opensbi firmware with wget kunit: make kunit_kfree(NULL) a no-op to match kfree() kunit: make kunit_kfree() not segfault on invalid inputs kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends kunit: drop test pointer in string_stream_fragment kunit: string-stream: Simplify resource use
No related branches found
No related tags found
Showing
- Documentation/dev-tools/kunit/run_wrapper.rst 9 additions, 8 deletionsDocumentation/dev-tools/kunit/run_wrapper.rst
- include/kunit/assert.h 6 additions, 22 deletionsinclude/kunit/assert.h
- include/kunit/resource.h 0 additions, 16 deletionsinclude/kunit/resource.h
- include/kunit/test.h 66 additions, 54 deletionsinclude/kunit/test.h
- lib/kunit/kunit-test.c 7 additions, 0 deletionslib/kunit/kunit-test.c
- lib/kunit/string-stream.c 19 additions, 77 deletionslib/kunit/string-stream.c
- lib/kunit/string-stream.h 1 addition, 2 deletionslib/kunit/string-stream.h
- lib/kunit/test.c 16 additions, 16 deletionslib/kunit/test.c
- tools/testing/kunit/qemu_configs/riscv.py 7 additions, 11 deletionstools/testing/kunit/qemu_configs/riscv.py
Loading
Please register or sign in to comment