Show patches with: Submitter = David Gow       |    Archived = No       |   343 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] asm-generic: current: Don't include thread-info.h if building asm [1/2] asm-generic: current: Don't include thread-info.h if building asm 1 - - --- 2023-07-04 David Gow Accepted
[1/2] kunit: Do not typecheck binary assertions [1/2] kunit: Do not typecheck binary assertions - 2 - --- 2021-05-07 David Gow brendanhiggins Superseded
[1/2] kunit: Expose 'static stub' API to redirect functions kunit: Function Redirection ("static stub") support - 1 - --- 2022-12-08 David Gow brendanhiggins New
[1/2] kunit: Provide a static key to check if KUnit is actively running tests [1/2] kunit: Provide a static key to check if KUnit is actively running tests - - - --- 2022-10-21 David Gow brendanhiggins New
[1/2] kunit: tool: Add x86_64-smp architecture for SMP testing [1/2] kunit: tool: Add x86_64-smp architecture for SMP testing 1 1 - --- 2022-05-18 David Gow brendanhiggins New
[1/2] kunit: tool: Do not error on tests without test plans [1/2] kunit: tool: Do not error on tests without test plans - - - --- 2021-10-21 David Gow brendanhiggins New
[1/3] kunit: Add a macro to wrap a deferred action function [1/3] kunit: Add a macro to wrap a deferred action function 1 2 1 --- 2023-11-10 David Gow brendanhiggins New
[1/3] list: test: Add test for list_del_init_careful() [1/3] list: test: Add test for list_del_init_careful() - - - --- 2022-02-05 David Gow New
[1/3] rust: kunit: add KUnit case and suite macros rust: kunit: Support KUnit tests with a user-space like syntax - - - --- 2023-07-20 David Gow New
[1/4] drm/amdgpu: Fix compilation under UML kunit,um: Fix kunit.py build --alltests - - - --- 2022-02-18 David Gow New
[1/4] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices - 1 - --- 2023-12-05 David Gow brendanhiggins New
[1/5] kunit: unify module and builtin suite definitions Rework KUnit test execution in modules - - - --- 2022-06-18 David Gow New
[1/9] kunit: test: Log the correct filter string in executor_test kunit: Fix printf format specifier issues in KUnit assertions - 3 1 --- 2024-02-21 David Gow brendanhiggins Accepted
[2/2] arch: um: Use the x86 checksum implementation on 32-bit [1/2] asm-generic: current: Don't include thread-info.h if building asm - - - --- 2023-07-04 David Gow Accepted
[2/2] Documentation: Add Function Redirection API docs kunit: Function Redirection ("static stub") support - 2 - --- 2022-12-08 David Gow brendanhiggins New
[2/2] kcsan: test: Add a .kunitconfig to run KCSAN tests [1/2] kunit: tool: Add x86_64-smp architecture for SMP testing 1 1 - --- 2022-05-18 David Gow New
[2/2] kunit: Assign strings to 'const char*' in STREQ assertions [1/2] kunit: Do not typecheck binary assertions - 2 - --- 2021-05-07 David Gow brendanhiggins Superseded
[2/2] kunit: Report test parameter results as (K)TAP subtests [1/2] kunit: tool: Do not error on tests without test plans - 1 - --- 2021-10-21 David Gow brendanhiggins New
[2/2] kunit: Use the static key in kunit_fail_current_test() [1/2] kunit: Provide a static key to check if KUnit is actively running tests - - - --- 2022-10-21 David Gow brendanhiggins New
[2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER() [1/3] kunit: Add a macro to wrap a deferred action function 1 - - --- 2023-11-10 David Gow Accepted
[2/3] list: test: Add a test for list_is_head() [1/3] list: test: Add test for list_del_init_careful() - - - --- 2022-02-05 David Gow New
[2/3] rust: macros: add macro to easily run KUnit tests rust: kunit: Support KUnit tests with a user-space like syntax - 1 - --- 2023-07-20 David Gow New
[2/4] drm/amdgpu: Make smu7_hwmgr build on UML kunit,um: Fix kunit.py build --alltests - - - --- 2022-02-18 David Gow New
[2/4] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices 1 1 - --- 2023-12-05 David Gow New
[2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites Rework KUnit test execution in modules - - - --- 2022-06-18 David Gow New
[2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg kunit: Fix printf format specifier issues in KUnit assertions - 1 1 --- 2024-02-21 David Gow Accepted
[3/3] drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER [1/3] kunit: Add a macro to wrap a deferred action function - - - --- 2023-11-10 David Gow Accepted
[3/3] list: test: Add a test for list_entry_is_head() [1/3] list: test: Add test for list_del_init_careful() - - - --- 2022-02-05 David Gow New
[3/3] rust: kunit: allow to know if we are in a test rust: kunit: Support KUnit tests with a user-space like syntax - 1 - --- 2023-07-20 David Gow New
[3/4] IB/qib: Compile under User-Mode Linux kunit,um: Fix kunit.py build --alltests - - - --- 2022-02-18 David Gow New
[3/4] overflow: Replace fake root_device with kunit_device kunit: Add helpers for creating test-managed devices - 1 - --- 2023-12-05 David Gow New
[3/5] thunderbolt: test: Use kunit_test_suite() macro Rework KUnit test execution in modules 1 - - --- 2022-06-18 David Gow New
[3/9] lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg kunit: Fix printf format specifier issues in KUnit assertions - 1 1 --- 2024-02-21 David Gow Accepted
[4/4] ASoC: topology: Replace fake root_device with kunit_device in tests kunit: Add helpers for creating test-managed devices 1 - - --- 2023-12-05 David Gow New
[4/4] kunit: tool: Disable broken options for --alltests kunit,um: Fix kunit.py build --alltests - - - --- 2022-02-18 David Gow brendanhiggins New
[4/5] nitro_enclaves: test: Use kunit_test_suite() macro Rework KUnit test execution in modules - - - --- 2022-06-18 David Gow New
[4/9] time: test: Fix incorrect format specifier kunit: Fix printf format specifier issues in KUnit assertions - 1 1 --- 2024-02-21 David Gow Accepted
[5/5] mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macro Rework KUnit test execution in modules - - - --- 2022-06-18 David Gow New
[5/9] rtc: test: Fix invalid format specifier. kunit: Fix printf format specifier issues in KUnit assertions 1 1 1 --- 2024-02-21 David Gow Accepted
[6/9] net: test: Fix printf format specifier in skb_segment kunit test kunit: Fix printf format specifier issues in KUnit assertions - 1 1 --- 2024-02-21 David Gow Accepted
[7/9] drm: tests: Fix invalid printf format specifiers in KUnit tests kunit: Fix printf format specifier issues in KUnit assertions 1 2 1 --- 2024-02-21 David Gow Accepted
[8/9] drm/xe/tests: Fix printf format specifiers in xe_migrate test kunit: Fix printf format specifier issues in KUnit assertions 1 1 1 --- 2024-02-21 David Gow Accepted
[9/9] kunit: Annotate _MSG assertion variants with gnu printf specifiers kunit: Fix printf format specifier issues in KUnit assertions - 1 1 --- 2024-02-21 David Gow brendanhiggins Accepted
[kselftest/test] kunit: Always print actual pointer values in asserts [kselftest/test] kunit: Always print actual pointer values in asserts - 1 - --- 2019-11-21 David Gow Mainlined
[kunit-fixes,v5,1/4] kunit: Support skipped tests [kunit-fixes,v5,1/4] kunit: Support skipped tests - 2 1 --- 2021-06-25 David Gow brendanhiggins Accepted
[kunit-fixes,v5,2/4] kunit: tool: Support skipped tests in kunit_tool [kunit-fixes,v5,1/4] kunit: Support skipped tests - 2 - --- 2021-06-25 David Gow brendanhiggins Accepted
[kunit-fixes,v5,3/4] kunit: test: Add example tests which are always skipped [kunit-fixes,v5,1/4] kunit: Support skipped tests - 3 - --- 2021-06-25 David Gow brendanhiggins Accepted
[kunit-fixes,v5,4/4] kasan: test: make use of kunit_skip() [kunit-fixes,v5,1/4] kunit: Support skipped tests - 3 - --- 2021-06-25 David Gow Accepted
[kunit-next] kunit: kunit_tool: Allow .kunitconfig to disable config items [kunit-next] kunit: kunit_tool: Allow .kunitconfig to disable config items - 1 - --- 2020-03-24 David Gow Mainlined
[kunit-next] kunit: kunit_tool: Separate out config/build/exec/parse [kunit-next] kunit: kunit_tool: Separate out config/build/exec/parse - 1 - --- 2020-05-01 David Gow Mainlined
[kunit-next] thunderbolt: test: Reinstate a few casts of bitfields [kunit-next] thunderbolt: test: Reinstate a few casts of bitfields - - - --- 2021-06-24 David Gow Accepted
[linux-kselftest/test,v2] lib/list-test: add a test for the 'list' doubly linked list [linux-kselftest/test,v2] lib/list-test: add a test for the 'list' doubly linked list - - - --- 2019-10-10 David Gow New
[linux-kselftest/test,v3] lib/list-test: add a test for the 'list' doubly linked list [linux-kselftest/test,v3] lib/list-test: add a test for the 'list' doubly linked list - - - --- 2019-10-16 David Gow New
[linux-kselftest/test,v4] lib/list-test: add a test for the 'list' doubly linked list [linux-kselftest/test,v4] lib/list-test: add a test for the 'list' doubly linked list - - - --- 2019-10-18 David Gow New
[linux-kselftest/test,v5] lib/list-test: add a test for the 'list' doubly linked list [linux-kselftest/test,v5] lib/list-test: add a test for the 'list' doubly linked list - 1 1 --- 2019-10-22 David Gow New
[linux-kselftest/test,v6] lib/list-test: add a test for the 'list' doubly linked list [linux-kselftest/test,v6] lib/list-test: add a test for the 'list' doubly linked list - 1 1 --- 2019-10-24 David Gow Mainlined
[linux-kselftest/test,v7] lib/list-test: add a test for the 'list' doubly linked list [linux-kselftest/test,v7] lib/list-test: add a test for the 'list' doubly linked list - 1 1 --- 2019-10-30 David Gow New
[RFC,1/2] kunit: Expose 'static stub' API to redirect functions kunit: Support redirecting function calls - - - --- 2022-03-18 David Gow brendanhiggins New
[RFC,1/2] kunit: resource: Add kunit_defer() functionality KUnit device API proposal - - - --- 2023-03-25 David Gow brendanhiggins New
[RFC,2/2] kunit: Add APIs for managing devices KUnit device API proposal - - - --- 2023-03-25 David Gow brendanhiggins New
[RFC,2/2] kunit: expose ftrace-based API for stubbing out functions during tests kunit: Support redirecting function calls - - - --- 2022-03-18 David Gow brendanhiggins New
[RFC,kunit-next] kunit: kunit_tool: Separate out config/build/exec/parse [RFC,kunit-next] kunit: kunit_tool: Separate out config/build/exec/parse - 1 - --- 2020-03-11 David Gow New
[RFC,kunit-next] kunit: kunit_tool: Separate out config/build/exec/parse [RFC,kunit-next] kunit: kunit_tool: Separate out config/build/exec/parse - - - --- 2020-03-11 David Gow New
[RFC,v2,1/2] kunit: Expose 'static stub' API to redirect functions kunit: Support redirecting function calls - - - --- 2022-09-10 David Gow brendanhiggins New
[RFC,v2,1/3] kunit: Add kunit_add_action() to defer a call until test exit kunit: Deferred action helpers - - - --- 2023-03-31 David Gow brendanhiggins New
[RFC,v2,2/2] kunit: expose ftrace-based API for stubbing out functions during tests kunit: Support redirecting function calls - 1 - --- 2022-09-10 David Gow brendanhiggins New
[RFC,v2,2/3] kunit: executor_test: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-03-31 David Gow brendanhiggins New
[RFC,v2,3/3] kunit: kmalloc_array: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-03-31 David Gow brendanhiggins New
[RFC,v2] Documentation: dev-tools: Add KTAP specification [RFC,v2] Documentation: dev-tools: Add KTAP specification - 2 - --- 2021-12-07 David Gow Accepted
[RFC,v2] kunit: Add "hooks" to call into KUnit when it's built as a module [RFC,v2] kunit: Add "hooks" to call into KUnit when it's built as a module - 1 - --- 2023-01-24 David Gow New
[RFC] Documentation: dev-tools: Add KTAP specification [RFC] Documentation: dev-tools: Add KTAP specification - - - --- 2021-12-03 David Gow New
[RFC] kunit: Add "hooks" to call into KUnit when it's built as a module [RFC] kunit: Add "hooks" to call into KUnit when it's built as a module - 1 - --- 2023-01-17 David Gow New
[RFC] kunit: Add a macro to wrap a deferred action function [RFC] kunit: Add a macro to wrap a deferred action function - - - --- 2023-09-15 David Gow brendanhiggins New
[RFC] kunit: Move kunit_abort() call out of kunit_do_failed_assertion() [RFC] kunit: Move kunit_abort() call out of kunit_do_failed_assertion() - - - --- 2023-05-26 David Gow brendanhiggins New
[RFC] kunit: Support skipped tests [RFC] kunit: Support skipped tests - - - --- 2020-05-13 David Gow New
[RFC] kunit: tool: Enable virtio/PCI by default on UML [RFC] kunit: tool: Enable virtio/PCI by default on UML - - - --- 2022-06-22 David Gow brendanhiggins New
[v1,1/3] kunit: Add kunit_add_action() to defer a call until test exit kunit: Deferred action helpers - - - --- 2023-04-21 David Gow brendanhiggins New
[v1,2/3] kunit: executor_test: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-04-21 David Gow brendanhiggins New
[v1,3/3] kunit: kmalloc_array: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-04-21 David Gow brendanhiggins New
[v10,1/5] Add KUnit Struct to Current Task KASAN-KUnit Integration - 1 - --- 2020-08-01 David Gow New
[v10,2/5] KUnit: KASAN Integration KASAN-KUnit Integration 1 2 - --- 2020-08-01 David Gow New
[v10,3/5] KASAN: Port KASAN Tests to KUnit KASAN-KUnit Integration - 3 - --- 2020-08-01 David Gow New
[v10,4/5] KASAN: Testing Documentation KASAN-KUnit Integration 1 2 - --- 2020-08-01 David Gow New
[v10,5/5] mm: kasan: Do not panic if both panic_on_warn and kasan_multishot set KASAN-KUnit Integration - 2 - --- 2020-08-01 David Gow New
[v11,1/6] Add KUnit Struct to Current Task KASAN-KUnit Integration - 1 - --- 2020-08-05 David Gow New
[v11,2/6] KUnit: KASAN Integration KASAN-KUnit Integration 1 2 - --- 2020-08-05 David Gow New
[v11,3/6] KASAN: Port KASAN Tests to KUnit KASAN-KUnit Integration - 3 - --- 2020-08-05 David Gow New
[v11,4/6] kasan: test: Make KASAN KUnit test comply with naming guidelines KASAN-KUnit Integration - - - --- 2020-08-05 David Gow New
[v11,5/6] KASAN: Testing Documentation KASAN-KUnit Integration 1 2 - --- 2020-08-05 David Gow New
[v11,6/6] mm: kasan: Do not panic if both panic_on_warn and kasan_multishot set KASAN-KUnit Integration - 2 - --- 2020-08-05 David Gow New
[v12,1/6] Add KUnit Struct to Current Task KASAN-KUnit Integration - 1 1 --- 2020-08-11 David Gow New
[v12,2/6] KUnit: KASAN Integration KASAN-KUnit Integration 1 2 1 --- 2020-08-11 David Gow New
[v12,3/6] KASAN: Port KASAN Tests to KUnit KASAN-KUnit Integration - 3 1 --- 2020-08-11 David Gow New
[v12,4/6] kasan: test: Make KASAN KUnit test comply with naming guidelines KASAN-KUnit Integration - - 1 --- 2020-08-11 David Gow New
[v12,5/6] KASAN: Testing Documentation KASAN-KUnit Integration 1 2 1 --- 2020-08-11 David Gow New
[v12,6/6] mm: kasan: Do not panic if both panic_on_warn and kasan_multishot set KASAN-KUnit Integration - 2 1 --- 2020-08-11 David Gow New
[v13,1/5] Add KUnit Struct to Current Task KASAN-KUnit Integration - 1 1 --- 2020-09-10 David Gow New
[v13,2/5] KUnit: KASAN Integration KASAN-KUnit Integration 1 2 1 --- 2020-09-10 David Gow New
[v13,3/5] KASAN: Port KASAN Tests to KUnit KASAN-KUnit Integration - 3 1 --- 2020-09-10 David Gow New
[v13,4/5] KASAN: Testing Documentation KASAN-KUnit Integration 1 2 1 --- 2020-09-10 David Gow New
« 1 2 3 4 »