David Gow ([email protected])

Number of posts: 1172 (0.71 per day)
First post: 2019-10-07 21:37:54
Last post: 2024-04-24 00:09:28

Date List Subject
2023-12-08 10:10:19 linux-kernel [PATCH v2 1/4] kunit: Add APIs for managing devices
2023-12-08 10:09:56 linux-kernel [PATCH v2 0/4] kunit: Add helpers for creating test-managed devices
2023-12-08 07:39:18 linux-kernel Re: [PATCH 2/4] fortify: test: Use kunit_device
2023-12-08 03:13:27 linux-kernel Re: [PATCH v2 2/2] kunit: tool: add test for parsing attributes
2023-12-08 03:07:41 linux-kernel Re: [PATCH v2 1/2] kunit: tool: fix parsing of test attributes
2023-12-06 08:31:05 linux-kernel Re: [PATCH] kunit: tool: fix parsing of test attributes
2023-12-06 08:23:15 linux-kernel [PATCH] kunit: test: Use an action wrapper instead of a cast
2023-12-06 07:45:11 linux-kernel Re: [PATCH 1/4] kunit: Add APIs for managing devices
2023-12-06 07:45:03 linux-kernel Re: [PATCH 1/4] kunit: Add APIs for managing devices
2023-12-05 07:32:45 linux-kernel [PATCH 4/4] ASoC: topology: Replace fake root_device with kunit_device in tests
2023-12-05 07:32:31 linux-kernel [PATCH 3/4] overflow: Replace fake root_device with kunit_device
2023-12-05 07:32:22 linux-kernel [PATCH 2/4] fortify: test: Use kunit_device
2023-12-05 07:32:20 linux-kernel [PATCH 1/4] kunit: Add APIs for managing devices
2023-12-05 07:32:11 linux-kernel [PATCH 0/4] kunit: Add helpers for creating test-managed devices
2023-12-01 03:42:27 linux-kernel Re: [PATCH v2 RESEND] kunit: debugfs: Handle errors from alloc_string_stream()
2023-12-01 03:34:46 linux-kernel Re: [PATCH RESEND] kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
2023-11-30 07:18:16 linux-kernel Re: [PATCH] kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
2023-11-28 07:26:06 linux-kernel [PATCH v2 3/3] drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER
2023-11-28 07:24:46 linux-kernel [PATCH v2 2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()
2023-11-28 07:24:39 linux-kernel [PATCH v2 1/3] kunit: Add a macro to wrap a deferred action function
2023-11-06 18:08:40 linux-kernel Re: [PATCH v2] kunit: test: Avoid cast warning when adding kfree() as an action
2023-10-27 03:57:40 linux-kernel Re: [PATCH v3] kunit: Warn if tests are slow
2023-10-26 07:07:25 linux-kernel Re: [PATCH v2] kunit: Warn if tests are slow
2023-09-27 13:52:28 linux-kernel Re: [PATCH v3] list: test: potential dereference of null pointer
2023-09-22 17:17:54 linux-kernel Re: [PATCH] list: test: potential dereference of null pointer
2023-09-22 15:26:42 linux-kernel Re: [PATCH 2/3] kunit: Add kunit_move_action_to_top_or_reset() to reorder actions
2023-09-15 10:27:46 linux-kernel [RFC PATCH] kunit: Add a macro to wrap a deferred action function
2023-09-14 16:49:28 linux-kernel Re: [PATCH v2 1/2] kunit: add ability to run tests after boot using debugfs
2023-09-14 10:48:00 linux-kernel Re: [PATCH v2 2/2] Documentation: Add debugfs docs with run after boot
2023-08-25 08:37:18 linux-kernel Re: [PATCH v5 06/10] kunit: string-stream: Add kunit_alloc_string_stream()
2023-08-12 08:50:52 linux-kernel Re: [PATCH] kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECT
2023-08-11 09:38:44 linux-kernel Re: [PATCH v3 3/7] kunit: Handle logging of lines longer than the fragment buffer size
2023-08-11 08:53:50 linux-kernel Re: [PATCH v3 7/7] kunit: Don't waste first attempt to format string in kunit_log_append()
2023-08-10 17:44:08 linux-kernel Re: [PATCH v3 3/7] kunit: Handle logging of lines longer than the fragment buffer size
2023-08-09 13:30:31 linux-kernel Re: [PATCH v2 2/6] kunit: kunit-test: Add test cases for extending log buffer
2023-08-09 12:32:59 linux-kernel Re: [PATCH v2 1/6] kunit: Replace fixed-size log with dynamically-extending buffer
2023-08-08 21:56:37 linux-kernel Re: [PATCH v5 1/3] kunit: Report the count of test suites in a module
2023-08-08 21:42:38 linux-kernel Re: [PATCH v5 2/3] kunit: Make 'list' action available to kunit test modules
2023-08-08 20:26:04 linux-kernel Re: [PATCH v5 3/3] kunit: Allow kunit test modules to use test filtering
2023-08-05 10:19:37 linux-kernel Re: [PATCH] kunit: Replace fixed-size log with dynamically-extending buffer
2023-08-03 23:18:21 linux-kernel Re: [PATCH -next v2] kunit: fix uninitialized variables bug in attributes filtering
2023-08-03 08:50:40 linux-kernel Re: [PATCH -next] kunit: fix uninitialized variables bug in attributes filtering
2023-07-29 09:15:01 linux-kernel Re: [PATCH v3 0/9] kunit: Add test attributes API
2023-07-25 11:47:54 linux-kernel Re: [PATCH v5 9/9] drm: selftest: convert drm_mm selftest to KUnit
2023-07-25 09:44:12 linux-kernel Re: [PATCH v2 5/9] kunit: tool: Add command line interface to filter and report attributes
2023-07-25 09:25:41 linux-kernel Re: [PATCH v2 4/9] kunit: Add ability to filter attributes
2023-07-25 09:21:34 linux-kernel Re: [PATCH v2 6/9] kunit: memcpy: Mark tests as slow using test attributes
2023-07-25 09:20:09 linux-kernel Re: [PATCH v2 9/9] kunit: Add documentation of KUnit test attributes
2023-07-25 09:19:40 linux-kernel Re: [PATCH v2 1/9] kunit: Add test attributes API structure
2023-07-25 09:11:07 linux-kernel Re: [PATCH v2 8/9] kunit: add tests for filtering attributes
2023-07-20 08:10:12 linux-kernel [PATCH 3/3] rust: kunit: allow to know if we are in a test