LinuxLists
Users
About
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
Next Page
Date
List
Subject
2024-06-13 07:57:20
linux-kernel
Re: [PATCH v5 11/11] clk: Add KUnit tests for clks registered with struct clk_parent_data
2024-06-13 07:50:49
linux-kernel
Re: [PATCH v5 06/11] platform: Add test managed platform_device/driver APIs
2024-06-13 07:50:32
linux-kernel
Re: [PATCH v5 05/11] of: Add a KUnit test for overlays and test managed APIs
2024-06-13 07:49:23
linux-kernel
Re: [PATCH v5 02/11] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
2024-06-13 04:42:15
linux-kernel
Re: [PATCH v3 0/2] usercopy: Convert test_user_copy to KUnit test
2024-06-12 09:14:23
linux-kernel
Re: [PATCH v2 2/2] usercopy: Convert test_user_copy to KUnit test
2024-06-12 09:14:08
linux-kernel
Re: [PATCH v2 1/2] kunit: test: Add vm_mmap() allocation resource manager
2024-06-11 06:14:31
linux-kernel
Re: [PATCH] x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking
2024-06-08 09:21:37
linux-kernel
Re: [PATCH 5/5] kunit: Merge assertion test into kunit-test.c
2024-06-08 09:21:22
linux-kernel
Re: [PATCH 4/5] kunit: assert: export non-static functions
2024-06-08 09:21:22
linux-kernel
Re: [PATCH 3/5] kunit: string-stream-test: Make it a separate module
2024-06-08 09:20:52
linux-kernel
Re: [PATCH 2/5] kunit: kunit-test: Remove stub for log tests
2024-06-08 09:20:39
linux-kernel
Re: [PATCH 1/5] kunit: string-stream: export non-static functions
2024-06-08 08:45:13
linux-kernel
Re: [PATCH 1/2] kunit: test: Add vm_mmap() allocation resource manager
2024-06-08 08:45:00
linux-kernel
Re: [PATCH 2/2] usercopy: Convert test_user_copy to KUnit test
2024-06-07 07:22:49
linux-kernel
Re: [PATCH] list: test: add the missing MODULE_DESCRIPTION() macro
2024-06-07 07:10:44
linux-kernel
Re: [PATCH] kunit: add missing MODULE_DESCRIPTION() macros to core modules
2024-06-04 22:41:34
linux-kernel
[PATCH] arch: um: rust: Add i386 support for Rust
2024-06-01 02:08:13
linux-kernel
Re: [PATCH] list: test: remove unused struct 'klist_test_struct'
2024-05-30 04:22:55
linux-kernel
Re: [PATCH v5] kunit: Cover 'assert.c' with tests
2024-05-29 09:33:50
linux-kernel
[PATCH] arch: um: rust: Use the generated target.json again
2024-05-22 08:37:56
linux-kernel
Re: First Contributions for KUnit
2024-05-14 22:55:18
linux-kernel
Re: [PATCH] Documentation: kunit: Clarify test filter format
2024-05-04 08:31:17
linux-kernel
Re: [PATCH v4 05/10] platform: Add test managed platform_device/driver APIs
2024-05-04 08:30:48
linux-kernel
Re: [PATCH v4 01/10] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
2024-05-02 00:02:46
linux-nfs
Re: [PATCH] kunit: bail out early in __kunit_test_suites_init() if there are no suites to test
2024-05-01 08:08:34
linux-kernel
Re: [PATCH v4 00/10] clk: Add kunit tests for fixed rate and parent data
2024-05-01 07:57:51
linux-kernel
Re: [PATCH v4 03/10] dt-bindings: test: Add KUnit empty node binding
2024-05-01 07:57:06
linux-kernel
Re: [PATCH v4 05/10] platform: Add test managed platform_device/driver APIs
2024-05-01 07:56:07
linux-kernel
Re: [PATCH v4 02/10] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
2024-05-01 07:55:41
linux-kernel
Re: [PATCH v4 01/10] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
2024-04-24 00:09:28
linux-kernel
Re: [PATCH] kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPER
2024-04-23 09:08:47
linux-kernel
[PATCH] kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option
2024-04-23 08:03:16
linux-kernel
Re: [PATCH v4 2/2] kunit: avoid memory leak on device register error
2024-04-19 04:59:16
linux-kernel
Re: [PATCH v3 2/2] kunit: avoid memory leak on device register error
2024-04-19 04:59:04
linux-kernel
Re: [PATCH v3 1/2] kunit: unregister the device on error
2024-04-12 03:26:51
linux-kernel
Re: BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410
2024-04-12 02:59:20
linux-kernel
[PATCH] kunit: Fix race condition in try-catch completion
2024-04-11 04:27:59
linux-kernel
Re: BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410
2024-04-09 08:37:49
linux-kernel
Re: [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
2024-04-09 08:37:18
linux-kernel
Re: [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
2024-04-09 08:36:47
linux-kernel
Re: [PATCH v3 02/15] kunit: bug: Count suppressed warning backtraces
2024-04-09 08:36:22
linux-kernel
Re: [PATCH v3 01/15] bug/kunit: Core support for suppressing warning backtraces
2024-03-26 10:08:27
linux-kernel
[PATCH] kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests
2024-03-23 07:37:54
linux-kernel
Re: [PATCH v3 4/7] kunit: Handle test faults
2024-03-23 05:25:19
linux-nfs
Re: [PATCH] kunit: bail out early in __kunit_test_suites_init() if there are no suites to test
2024-03-22 04:12:36
linux-kernel
Re: [PATCH] Documentation: kunit: correct KUNIT_VERY_SLOW to KUNIT_SPEED_VERY_SLOW
2024-03-21 04:45:07
linux-kernel
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
2024-03-12 05:06:03
linux-kernel
Re: [PATCH v2 4/7] kunit: Handle test faults
2024-03-12 04:57:08
linux-kernel
Re: [PATCH v2 7/7] kunit: Add tests for fault
2024-03-12 04:56:43
linux-kernel
Re: [PATCH v2 6/7] kunit: Print last test location on fault