summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-01-1030-146/+978
|\
| * kunit: Fix some comments which were mistakenly kerneldocDavid Gow2024-01-031-3/+3
| * kunit: Protect string comparisons against NULLRichard Fitzgerald2024-01-031-1/+1
| * kunit: Add example of kunit_activate_static_stub() with pointer-to-functionRichard Fitzgerald2024-01-031-0/+35
| * kunit: Allow passing function pointer to kunit_activate_static_stub()Richard Fitzgerald2024-01-031-1/+1
| * kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULLRichard Fitzgerald2024-01-031-1/+3
| * kunit: Reset test->priv after each param iterationMichal Wajdeczko2023-12-181-0/+1
| * kunit: Add example for using test->privMichal Wajdeczko2023-12-181-0/+15
| * drm/tests: Switch to kunit devicesMaxime Ripard2023-12-181-63/+3
| * ASoC: topology: Replace fake root_device with kunit_device in testsdavidgow@google.com2023-12-181-8/+2
| * overflow: Replace fake root_device with kunit_devicedavidgow@google.com2023-12-181-3/+2
| * fortify: test: Use kunit_devicedavidgow@google.com2023-12-181-2/+3
| * kunit: Add APIs for managing devicesdavidgow@google.com2023-12-188-2/+475
| * Documentation: Add debugfs docs with run after bootRae Moar2023-12-181-4/+47
| * kunit: add ability to run tests after boot using debugfsRae Moar2023-12-182-0/+78
| * kunit: add is_init test attributeRae Moar2023-12-184-1/+73
| * kunit: add example suite to test init suitesRae Moar2023-12-181-0/+37
| * kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-186-25/+109
| * kunit: move KUNIT_TABLE out of INIT_DATARae Moar2023-12-181-3/+3
| * kunit: tool: add test for parsing attributesRae Moar2023-12-182-0/+25
| * kunit: tool: fix parsing of test attributesRae Moar2023-12-181-1/+3
| * kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald2023-12-181-5/+25
| * kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2023-12-181-1/+3
| * kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Richard Fitzgerald2023-12-181-1/+1
| * kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsRichard Fitzgerald2023-12-181-1/+1
| * drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPERDavid Gow2023-12-181-6/+3
| * drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()David Gow2023-12-181-21/+9
| * kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-184-9/+33
* | Merge tag 'linux_kselftest-nolibc-6.8-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-01-109-50/+318
|\ \
| * | selftests/nolibc: disable coredump via setrlimitThomas Weißschuh2023-12-111-0/+2
| * | tools/nolibc: add support for getrlimit/setrlimitThomas Weißschuh2023-12-112-0/+67
| * | tools/nolibc: drop custom definition of struct rusageThomas Weißschuh2023-12-111-20/+1
| * | tools/nolibc: drop duplicated testcase ioctl_tiocinqThomas Weißschuh2023-12-111-1/+0
| * | tools/nolibc: annotate va_list printf formatsThomas Weißschuh2023-12-111-2/+2
| * | selftests/nolibc: make result alignment more robustThomas Weißschuh2023-12-111-5/+10
| * | tools/nolibc: mips: add support for PICThomas Weißschuh2023-12-112-2/+7
| * | selftests/nolibc: run-tests.sh: enable testing via qemu-userThomas Weißschuh2023-12-111-3/+19
| * | selftests/nolibc: introduce QEMU_ARCH_USERThomas Weißschuh2023-12-111-1/+4
| * | selftests/nolibc: fix testcase status alignmentThomas Weißschuh2023-12-111-2/+2
| * | selftests/nolibc: add configuration for mipso32beThomas Weißschuh2023-12-112-1/+8
| * | selftests/nolibc: extraconfig supportThomas Weißschuh2023-12-111-0/+6
| * | selftests/nolibc: explicitly specify ABI for MIPSThomas Weißschuh2023-12-111-1/+1
| * | selftests/nolibc: use XARCH for MIPSThomas Weißschuh2023-12-112-6/+8
| * | tools/nolibc: move MIPS ABI validation into arch-mips.hThomas Weißschuh2023-12-112-1/+5
| * | tools/nolibc: error out on unsupported architectureThomas Weißschuh2023-12-111-0/+2
| * | selftests/nolibc: add script to run testsuiteThomas Weißschuh2023-12-112-0/+154
| * | selftests/nolibc: support out-of-tree buildsThomas Weißschuh2023-12-111-4/+14
| * | selftests/nolibc: anchor paths in $(srcdir) if possibleThomas Weißschuh2023-12-111-2/+2
| * | selftests/nolibc: use EFI -bios for LoongArch qemuThomas Weißschuh2023-12-111-1/+8
| * | tools/nolibc: Use linux/wait.h rather than duplicating itMark Brown2023-12-111-3/+1