Brendan Higgins ([email protected])

Number of posts: 1655 (0.6 per day)
First post: 2016-10-12 20:01:35
Last post: 2024-05-02 21:24:18

Date List Subject
2022-06-23 19:45:07 linux-kernel Re: [RFC PATCH] kunit: tool: Enable virtio/PCI by default on UML
2022-05-18 04:46:58 linux-kernel Re: [PATCH v3 1/3] panic: Taint kernel if tests are run
2022-05-18 04:44:38 linux-kernel Re: [PATCH v3 2/3] kunit: Taint the kernel when KUnit tests are run
2022-05-18 04:37:37 linux-kernel Re: [PATCH] kunit: tool: Use qemu-system-i386 for i386 runs
2022-05-18 00:16:42 linux-kernel Re: [PATCH v3 2/3] kunit: Taint the kernel when KUnit tests are run
2022-05-17 17:56:51 linux-kernel Re: [PATCH] kunit: fix executor OOM error handling logic on non-UML
2022-05-14 03:25:04 linux-kernel Re: [PATCH v6 04/23] kunit: take `kunit_assert` as `const`
2022-05-14 03:03:58 linux-kernel Re: [PATCH] kunit: tool: stop using a shell to run kernel under QEMU
2022-05-14 02:42:18 linux-kernel Re: [PATCH -kselftest/kunit] kcsan: test: use new suite_{init,exit} support
2022-05-14 02:07:08 linux-kernel Re: [PATCH] kunit: tool: misc cleanups
2022-05-14 01:46:27 linux-kernel Re: [PATCH] kunit: tool: Add list of all valid test configs on UML
2022-05-14 01:08:30 linux-kernel [PATCH v1] kunit: tool: update riscv QEMU config with new serial dependency
2022-05-14 00:47:35 linux-kernel Re: [PATCH 2/3] kunit: tool: make parser stop overwriting status of suites w/ no_tests
2022-05-14 00:39:44 linux-kernel Re: [PATCH 3/3] kunit: tool: minor cosmetic cleanups in kunit_parser.py
2022-05-13 20:07:09 linux-kernel Re: [PATCH] lib/atomic64_test.c: convert to use KUnit
2022-05-13 17:18:14 linux-kernel Re: [PATCH] lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
2022-05-13 13:39:38 linux-kernel Re: [PATCH 1/3] kunit: tool: remove dead parse_crash_in_log() logic
2022-05-13 12:58:05 linux-kernel Re: [PATCH] kunit: tool: Add list of all valid test configs on UML
2022-05-13 09:26:17 linux-kernel Re: [PATCH] lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
2022-05-13 06:16:54 linux-kernel Re: [PATCH] kunit: tool: print clearer error message when there's no TAP output
2022-05-12 20:07:41 linux-kernel Re: [PATCH] kunit: bail out of test filtering logic quicker if OOM
2022-05-11 22:24:12 linux-kernel Re: [PATCH v2] kunit: tool: update test counts summary line format
2022-05-04 22:51:44 linux-kernel Re: [RFC PATCH 1/2] kunit: Expose 'static stub' API to redirect functions
2022-05-02 23:15:59 linux-kernel Re: [PATCH v2 1/4] kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)
2022-05-02 17:09:26 linux-kernel Re: [PATCH v2 4/4] kunit: fix debugfs code to use enum kunit_status, not bool
2022-05-02 12:04:38 linux-kernel Re: [PATCH v2 3/4] kfence: test: use new suite_{init/exit} support, add .kunitconfig
2022-05-01 21:46:58 linux-kernel Re: [PATCH v2 2/4] kunit: add ability to specify suite-level init and exit functions
2022-04-27 09:42:41 linux-kernel Re: [PATCH v2 2/2] kunit: Rework kunit_resource allocation policy
2022-04-22 21:31:56 linux-kernel [PATCH v2] kunit: add support for kunit_suites that reference init code
2022-04-21 07:38:45 linux-kernel Re: [PATCH] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit
2022-04-09 10:03:29 linux-kernel Re: [PATCH v1] kunit: add support for kunit_suites that reference init code
2022-04-05 02:28:54 linux-kernel Re: [PATCH v1] kunit: add support for kunit_suites that reference init code
2022-04-05 02:20:26 linux-kernel Re: [RFC PATCH 0/2] kunit: Support redirecting function calls
2022-04-05 02:11:48 linux-kernel Re: [RFC PATCH 0/2] kunit: Support redirecting function calls
2022-04-05 01:47:53 linux-kernel Re: [RFC PATCH 1/2] kunit: Expose 'static stub' API to redirect functions
2022-04-05 00:23:54 linux-kernel Re: [RFC PATCH 2/2] kunit: expose ftrace-based API for stubbing out functions during tests
2022-03-30 12:15:31 linux-kernel Re: [PATCH] kunit: tool: add null pointer check
2022-03-30 09:56:37 linux-kernel Re: [PATCH v2] Documentation: kunit: fix path to .kunitconfig in start.rst
2022-03-28 23:02:47 linux-kernel Re: [PATCH v2 2/2] kunit: split resource API impl from test.c into new resource.c
2022-03-28 23:00:10 linux-kernel Re: [PATCH] Documentation: kunit: update kconfig options needed for UML coverage
2022-03-28 22:18:26 linux-kernel Re: [RFC v1] kunit: add support for kunit_suites that reference init code
2022-03-28 22:15:29 linux-kernel Re: [PATCH] Documentation: kunit: Fix cross-referencing warnings
2022-03-28 21:57:27 linux-kernel Re: [PATCH] Documentation: kunit: update kconfig options needed for UML coverage
2022-03-28 21:23:47 linux-kernel Re: [PATCH] Documentation: kunit: update kconfig options needed for UML coverage
2022-03-25 19:52:13 linux-kernel Re: [PATCH v2] kunit: tool: more descriptive metavars/--help output
2022-03-25 19:26:58 linux-kernel Re: [PATCH] kunit: split resource API from test.h into new resource.h
2022-03-25 19:10:22 linux-kernel Re: [PATCH] kunit: tool: Do not colorize output when redirected
2022-03-25 18:47:52 linux-kernel Re: [PATCH] kunit: split resource API from test.h into new resource.h
2022-03-25 18:15:29 linux-kernel Re: [PATCH] kunit: Make kunit_remove_resource() idempotent
2022-03-25 15:35:16 linux-kernel Re: [PATCH 5/5] kunit: tool: simplify code since build_dir can't be None
2022-03-25 15:14:08 linux-kernel Re: [PATCH 2/5] kunit: tool: make --json handling a bit clearer