Rae Moar ([email protected])

Number of posts: 225 (0.22 per day)
First post: 2021-06-29 23:09:09
Last post: 2024-04-23 21:35:26

Date List Subject
2024-04-23 21:35:26 linux-kernel Re: [PATCH] kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPER
2024-04-23 21:13:23 linux-kernel Re: [PATCH] kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option
2024-04-12 21:32:43 linux-kernel Re: [PATCH] kunit: Fix race condition in try-catch completion
2024-04-03 21:44:49 linux-kernel [KTAP V2 PATCH v4] ktap_v2: add test metadata
2024-03-27 23:32:42 linux-kernel Re: [PATCH] kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests
2024-03-21 23:22:40 linux-nfs Re: [PATCH] kunit: bail out early in __kunit_test_suites_init() if there are no suites to test
2024-03-18 21:28:02 linux-kernel [PATCH v4] kunit: tool: add ability to parse multiple files
2024-03-18 21:16:41 linux-kernel Re: [PATCH v3] kunit: tool: add ability to parse multiple files
2024-03-14 19:45:44 linux-kernel Re: [PATCH] kunit: time: Add faster unit test with shorter time range
2024-03-14 19:05:26 linux-kernel Re: [PATCH] kunit: time: Add faster unit test with shorter time range
2024-03-11 21:21:36 linux-kernel Re: [PATCH v2 4/7] kunit: Handle test faults
2024-03-07 22:29:56 linux-kernel [PATCH v3] kunit: tool: add ability to parse multiple files
2024-03-06 22:31:12 linux-kernel [PATCH v2] kunit: tool: add ability to parse multiple files
2024-03-05 20:58:54 linux-kernel Re: [PATCH v2 3/7] kunit: Fix timeout message
2024-03-05 20:58:46 linux-kernel Re: [PATCH v2 2/7] kunit: Fix kthread reference
2024-03-05 20:58:01 linux-kernel Re: [PATCH v2 1/7] kunit: Handle thread creation error
2024-02-27 19:41:28 linux-kernel Re: [PATCH] kunit: tool: add parsing of all files in directory
2024-02-22 22:18:33 linux-kernel [PATCH] kunit: tool: add parsing of all files in directory
2024-02-22 20:59:22 linux-kernel Re: [PATCH 1/9] kunit: test: Log the correct filter string in executor_test
2024-02-15 17:19:26 linux-kernel [KTAP V2 PATCH v3] ktap_v2: add test metadata
2024-02-06 04:04:15 linux-kernel Re: [KTAP V2 PATCH v2] ktap_v2: add test metadata
2024-02-02 20:16:28 linux-kernel Re: [PATCH] kunit: device: Unregister the kunit_bus on shutdown
2024-01-26 22:15:56 linux-kernel [KTAP V2 PATCH v2] ktap_v2: add test metadata
2024-01-16 19:36:03 linux-kernel Re: [PATCH] MAINTAINERS: kunit: Add Rae Moar as a reviewer
2024-01-05 22:21:42 linux-kernel Re: [PATCH v3] kunit: run test suites only after module initialization completes
2023-12-19 23:17:27 linux-kernel Re: [PATCH 2/2] kunit: Add example of kunit_activate_static_stub() with pointer-to-function
2023-12-19 23:01:50 linux-kernel Re: [PATCH 1/2] kunit: Allow passing function pointer to kunit_activate_static_stub()
2023-12-19 21:03:57 linux-kernel Re: [PATCH] kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
2023-12-15 22:49:05 linux-kernel Re: [PATCH v4 5/5] drm/tests: Switch to kunit devices
2023-12-13 19:45:49 linux-kernel [PATCH v5 3/6] kunit: add example suite to test init suites
2023-12-13 19:44:54 linux-kernel [PATCH v5 6/6] Documentation: Add debugfs docs with run after boot
2023-12-13 19:44:53 linux-kernel [PATCH v5 1/6] kunit: move KUNIT_TABLE out of INIT_DATA
2023-12-13 19:44:52 linux-kernel [PATCH v5 4/6] kunit: add is_init test attribute
2023-12-13 19:44:49 linux-kernel [PATCH v5 5/6] kunit: add ability to run tests after boot using debugfs
2023-12-13 19:44:49 linux-kernel [PATCH v5 2/6] kunit: add KUNIT_INIT_TABLE to init linker section
2023-12-13 01:03:11 linux-kernel [PATCH v4 6/6] Documentation: Add debugfs docs with run after boot
2023-12-13 01:03:10 linux-kernel [PATCH v4 2/6] kunit: add KUNIT_INIT_TABLE to init linker section
2023-12-13 01:02:55 linux-kernel [PATCH v4 4/6] kunit: add is_init test attribute
2023-12-13 01:02:49 linux-kernel [PATCH v4 5/6] kunit: add ability to run tests after boot using debugfs
2023-12-13 01:02:30 linux-kernel [PATCH v4 3/6] kunit: add example suite to test init suites
2023-12-13 01:02:20 linux-kernel [PATCH v4 1/6] kunit: move KUNIT_TABLE out of INIT_DATA
2023-12-11 22:25:04 linux-kernel Re: [PATCH v3 4/6] kunit: add is_init test attribute
2023-12-11 22:17:06 linux-kernel Re: [PATCH v3 6/6] Documentation: Add debugfs docs with run after boot
2023-12-11 22:08:49 linux-kernel Re: [PATCH v3 1/6] kunit: move KUNIT_TABLE out of INIT_DATA
2023-12-08 19:33:14 linux-kernel Re: [PATCH] kunit: test: Use an action wrapper instead of a cast
2023-12-08 19:12:58 linux-kernel [PATCH v3 2/2] kunit: tool: add test for parsing attributes
2023-12-08 19:12:41 linux-kernel [PATCH v3 1/2] kunit: tool: fix parsing of test attributes
2023-12-07 21:38:38 linux-kernel [PATCH v2 2/2] kunit: tool: add test for parsing attributes
2023-12-07 21:38:37 linux-kernel [PATCH v2 1/2] kunit: tool: fix parsing of test attributes
2023-12-05 20:39:42 linux-kernel [PATCH] kunit: tool: fix parsing of test attributes
2023-12-04 22:20:59 linux-kernel [PATCH v3 6/6] Documentation: Add debugfs docs with run after boot