David Gow ([email protected])

Number of posts: 1203 (0.7 per day)
First post: 2019-10-07 21:37:54
Last post: 2024-06-13 07:57:20

Date List Subject
2024-03-12 04:54:59 linux-kernel Re: [PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
2024-03-12 04:54:25 linux-kernel Re: [PATCH v2 3/7] kunit: Fix timeout message
2024-03-12 04:54:03 linux-kernel Re: [PATCH v2 2/7] kunit: Fix kthread reference
2024-03-12 04:53:42 linux-kernel Re: [PATCH v2 1/7] kunit: Handle thread creation error
2024-03-01 07:21:13 linux-kernel Re: linux-next: build failure after merge of the kunit-next tree
2024-03-01 07:16:10 linux-kernel Re: [PATCH v1 0/8] Run KUnit tests late and handle faults
2024-03-01 07:15:30 linux-kernel Re: [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
2024-02-29 08:11:36 linux-kernel Re: lock warnings in dev_addr_lists test
2024-02-29 08:07:30 linux-kernel Re: [PATCH v10] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
2024-02-28 05:27:39 linux-kernel [PATCH v2] drm: tests: Fix invalid printf format specifiers in KUnit tests
2024-02-23 07:02:08 linux-kernel Re: [tip: timers/core] time/kunit: Use correct format specifier
2024-02-22 06:22:44 linux-kernel Re: [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg
2024-02-21 09:36:24 linux-kernel [PATCH 6/9] net: test: Fix printf format specifier in skb_segment kunit test
2024-02-21 09:35:53 linux-kernel [PATCH 5/9] rtc: test: Fix invalid format specifier.
2024-02-21 09:35:23 linux-kernel [PATCH 4/9] time: test: Fix incorrect format specifier
2024-02-21 09:34:19 linux-kernel [PATCH 3/9] lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg
2024-02-21 09:32:50 linux-kernel [PATCH 9/9] kunit: Annotate _MSG assertion variants with gnu printf specifiers
2024-02-21 09:32:28 linux-kernel [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg
2024-02-21 09:32:22 linux-kernel [PATCH 8/9] drm/xe/tests: Fix printf format specifiers in xe_migrate test
2024-02-21 09:31:55 linux-kernel [PATCH 7/9] drm: tests: Fix invalid printf format specifiers in KUnit tests
2024-02-21 09:28:43 linux-kernel [PATCH 1/9] kunit: test: Log the correct filter string in executor_test
2024-02-21 09:28:20 linux-kernel [PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
2024-02-20 00:46:30 linux-kernel Re: [PATCH RFC] kunit: tool: add 'mte=on' qemu arg on arm64
2024-02-19 23:42:58 linux-kernel Re: [PATCH] kunit: make kunit_bus_type const
2024-02-03 06:50:23 linux-kernel Re: [KTAP V2 PATCH v2] ktap_v2: add test metadata
2024-02-03 04:15:11 linux-kernel Re: [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded
2024-02-01 06:07:30 linux-kernel [PATCH] kunit: device: Unregister the kunit_bus on shutdown
2024-01-25 06:52:34 linux-wireless Re: pull-request: wireless-2024-01-22
2024-01-24 07:30:08 linux-kernel Re: [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded
2024-01-24 03:50:09 linux-kernel Re: Re: [PATCH v2] kunit: Mark filter* params as rw
2024-01-23 08:02:20 linux-kernel Re: [PATCH v2] kunit: Mark filter* params as rw
2024-01-16 05:11:37 linux-kernel Re: [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded
2024-01-12 04:34:50 linux-kernel Re: [PATCH v3] Documentation: KUnit: Update the instructions on how to test static functions
2024-01-12 04:07:17 linux-kernel Re: [PATCH v4] kunit: run test suites only after module initialization completes
2024-01-11 23:50:27 linux-kernel [PATCH] MAINTAINERS: kunit: Add Rae Moar as a reviewer
2024-01-11 23:44:10 linux-kernel Re: [PATCH] kunit: device: Fix a NULL vs IS_ERR() check in init()
2024-01-11 23:39:39 linux-kernel Re: [PATCH] kunit: Fix a NULL vs IS_ERR() bug
2024-01-09 05:45:10 linux-kernel Re: [PATCH v2] Documentation: KUnit: Update the instructions on how to test static functions
2024-01-08 07:28:01 linux-kernel Re: [PATCH v3] kunit: run test suites only after module initialization completes
2023-12-23 05:09:22 linux-wireless Re: [PATCH 1/6] kunit: add parameter generation macro using description from array
2023-12-23 04:19:16 linux-kernel [PATCH] kunit: Fix some comments which were mistakenly kerneldoc
2023-12-22 14:13:08 linux-wireless Re: [PATCH 0/6] Add some more cfg80211 and mac80211 kunit tests
2023-12-22 10:04:20 linux-wireless Re: [PATCH 0/6] Add some more cfg80211 and mac80211 kunit tests
2023-12-22 10:03:37 linux-wireless Re: [PATCH 2/6] kunit: add a convenience allocation wrapper for SKBs
2023-12-22 10:03:31 linux-wireless Re: [PATCH 1/6] kunit: add parameter generation macro using description from array
2023-12-22 08:39:48 linux-kernel Re: [PATCH] kunit: Protect string comparisons against NULL
2023-12-22 08:39:31 linux-kernel Re: [PATCH v2 2/2] kunit: Add example of kunit_activate_static_stub() with pointer-to-function
2023-12-22 08:39:16 linux-kernel Re: [PATCH v2 1/2] kunit: Allow passing function pointer to kunit_activate_static_stub()
2023-12-22 08:38:34 linux-kernel Re: [PATCH] kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
2023-12-16 08:07:29 linux-kernel Re: [PATCH] kbuild: rust: add `rustupoverride` target
2023-12-15 07:50:10 linux-kernel [PATCH v4 0/5] kunit: Add helpers for creating test-managed devices