- 3e7aeb7 Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 2 months ago
- 7ece381 kunit: Protect string comparisons against NULL by Richard Fitzgerald · 1 year, 2 months ago
- 292010e kunit: add parameter generation macro using description from array by Benjamin Berg · 1 year, 2 months ago
- 6c4ea2f kunit: add is_init test attribute by Rae Moar · 1 year, 3 months ago
- d81f0d7 kunit: add KUNIT_INIT_TABLE to init linker section by Rae Moar · 1 year, 3 months ago
- 05e2006 kunit: Use string_stream for test log by Richard Fitzgerald · 1 year, 6 months ago
- d68b4b6 Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 6 months ago
- b229baa kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.h by Andy Shevchenko · 1 year, 8 months ago
- b67abaa kunit: Allow kunit test modules to use test filtering by Janusz Krzysztofik · 1 year, 7 months ago
- 18258c6 kunit: Make 'list' action available to kunit test modules by Janusz Krzysztofik · 1 year, 7 months ago
- c95e7c0 kunit: Report the count of test suites in a module by Janusz Krzysztofik · 1 year, 7 months ago
- a00a727 kunit: Add module attribute by Rae Moar · 1 year, 7 months ago
- 02c2d0c kunit: Add speed attribute by Rae Moar · 1 year, 7 months ago
- 39e92cb kunit: Add test attributes API structure by Rae Moar · 1 year, 7 months ago
- 2607551 kunit: Move kunit_abort() call out of kunit_do_failed_assertion() by David Gow · 1 year, 9 months ago
- b1eaa8b kunit: Update kunit_print_ok_not_ok function by Michal Wajdeczko · 1 year, 10 months ago
- 57e3cde kunit: kmalloc_array: Use kunit_add_action() by David Gow · 1 year, 9 months ago
- cdc87bd Documentation: kunit: Warn that exit functions run even if init fails by David Gow · 1 year, 10 months ago
- 7232282 kunit: increase KUNIT_LOG_SIZE to 2048 bytes by Heiko Carstens · 2 years ago
- 2c6a96d kunit: fix bug of extra newline characters in debugfs logs by Rae Moar · 2 years ago
- 887d85a kunit: fix bug in debugfs logs of parameterized tests by Rae Moar · 2 years ago
- 254c713 kunit: fix kunit_test_init_section_suites(...) by Brendan Higgins · 2 years, 1 month ago
- dd2f0a0 kunit: fix bug in KUNIT_EXPECT_MEMEQ by Rae Moar · 2 years, 1 month ago
- 908d0c1 kunit: Provide a static key to check if KUnit is actively running tests by David Gow · 2 years, 3 months ago
- 34c68f4 kunit: remove KUNIT_INIT_MEM_ASSERTION macro by Daniel Latypov · 2 years, 4 months ago
- 697365c kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros by Daniel Latypov · 2 years, 5 months ago
- b8a926b kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros by Maíra Canal · 2 years, 4 months ago
- c1144e0 kunit: declare kunit_assert structs as const by Daniel Latypov · 2 years, 5 months ago
- 97d453b kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED by Daniel Latypov · 2 years, 5 months ago
- a8495ad kunit: remove format func from struct kunit_assert, get it to 0 bytes by Daniel Latypov · 2 years, 5 months ago
- 7d97635 kunit: no longer call module_info(test, "Y") for kunit modules by Joe Fradley · 2 years, 6 months ago
- d20a6ba kunit: add kunit.enable to enable/disable KUnit test by Joe Fradley · 2 years, 6 months ago
- aded3ca kunit: fix assert_type for comparison macros by Sander Vanheule · 2 years, 6 months ago
- e5857d3 kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites by Daniel Latypov · 2 years, 8 months ago
- 3d6e446 kunit: unify module and builtin suite definitions by Jeremy Kerr · 2 years, 8 months ago
- 7b23794 kunit: test.h: fix a kernel-doc markup by Mauro Carvalho Chehab · 2 years, 8 months ago
- c272612 kunit: Taint the kernel when KUnit tests are run by David Gow · 2 years, 8 months ago
- 7466886 kunit: take `kunit_assert` as `const` by Miguel Ojeda · 2 years, 10 months ago
- 1cdba21 kunit: add ability to specify suite-level init and exit functions by Daniel Latypov · 2 years, 10 months ago
- 9bf2eed kunit: add support for kunit_suites that reference init code by Brendan Higgins · 2 years, 11 months ago
- 61695f8 kunit: split resource API from test.h into new resource.h by Daniel Latypov · 3 years ago
- caae945 kunit: Introduce _NULL and _NOT_NULL macros by Ricardo Ribalda · 3 years, 1 month ago
- c274145 kunit: cleanup assertion macro internal variables by Daniel Latypov · 3 years, 1 month ago
- 2b6861e kunit: factor out str constants from binary assertion structs by Daniel Latypov · 3 years, 1 month ago
- 064ff29 kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros by Daniel Latypov · 3 years, 1 month ago
- 6125a5c kunit: decrease macro layering for EQ/NE asserts by Daniel Latypov · 3 years, 1 month ago
- 40f3977 kunit: decrease macro layering for integer asserts by Daniel Latypov · 3 years, 1 month ago
- 955df7d kunit: reduce layering in string assertion macros by Daniel Latypov · 3 years, 1 month ago
- c585590 kunit: drop unused intermediate macros for ptr inequality checks by Daniel Latypov · 3 years, 1 month ago
- 6709d0f kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc. by Daniel Latypov · 3 years, 1 month ago
- 05a7da8 kunit: drop unused assert_type from kunit_assert and clean up macros by Daniel Latypov · 3 years, 2 months ago
- 21957f9 kunit: split out part of kunit_assert into a static const by Daniel Latypov · 3 years, 2 months ago
- a91e9ad kunit: drop unused kunit* field in kunit_assert by Daniel Latypov · 3 years, 2 months ago
- 4fdacef kunit: move check if assertion passed into the macros by Daniel Latypov · 3 years, 2 months ago
- ec54c28 include/kunit/test.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 4 months ago
- 361b57d kunit: fix kernel-doc warnings due to mismatched arg names by Daniel Latypov · 3 years, 5 months ago
- a48ad6e Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 8 months ago
- 26c6cb7 kunit: make test->lock irq safe by Vlastimil Babka · 3 years, 8 months ago
- 6d2426b kunit: Support skipped tests by David Gow · 3 years, 8 months ago
- 7122deb kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers by Daniel Latypov · 3 years, 10 months ago
- 44acdbb kunit: Add gnu_printf specifiers by David Gow · 3 years, 10 months ago
- 3747b5c kunit: Assign strings to 'const char*' in STREQ assertions by David Gow · 3 years, 10 months ago
- 6e62dfa kunit: Do not typecheck binary assertions by David Gow · 3 years, 10 months ago
- fadb08e kunit: Support for Parameterized Testing by Arpitha Raghunandan · 4 years, 4 months ago
- 3084db0 kunit: fix display of failed expectations for strings by Daniel Latypov · 4 years, 4 months ago
- 7f32b10 kunit: test: fix remaining kernel-doc warnings by Mauro Carvalho Chehab · 4 years, 4 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 4 months ago
- 7cf726a Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 5 months ago
- 623050a kunit: test.h: fix a bad kernel-doc markup by Mauro Carvalho Chehab · 4 years, 6 months ago
- 38d9b90 kunit: test.h: solve kernel-doc warnings by Mauro Carvalho Chehab · 4 years, 6 months ago
- 83c4e7a KUnit: KASAN Integration by Patricia Alfonso · 4 years, 5 months ago
- 8c0d884 init: main: add KUnit to kernel init by Brendan Higgins · 4 years, 7 months ago
- aac3546 kunit: test: create a single centralized executor for all tests by Alan Maguire · 4 years, 7 months ago
- 725aca9 kunit: add support for named resources by Alan Maguire · 4 years, 9 months ago
- d4cdd14 kunit: generalize kunit_resource API beyond allocated resources by Alan Maguire · 4 years, 9 months ago
- c4714b0 Documentation: test.h - fix warnings by Lothar Rubusch · 4 years, 11 months ago
- c3bba69 kunit: subtests should be indented 4 spaces according to TAP by Alan Maguire · 5 years ago
- e2219db kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display by Alan Maguire · 5 years ago
- c475c77 kunit: allow kunit tests to be loaded as a module by Alan Maguire · 5 years ago
- 741a98d kunit: fix failure to build without printk by Brendan Higgins · 5 years ago
- e4aea8f kunit: test: add the concept of assertions by Brendan Higgins · 5 years ago
- 5f3e062 kunit: test: add support for test abort by Brendan Higgins · 5 years ago
- 73cda7b kunit: test: add the concept of expectations by Brendan Higgins · 5 years ago
- 0a756853 kunit: test: add test resource management API by Brendan Higgins · 5 years ago
- 914cc63 kunit: test: add KUnit test runner core by Brendan Higgins · 5 years ago