Show patches with: Submitter = David Gow       |    State = Action Required       |   181 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
kunit: Fix race condition in try-catch completion kunit: Fix race condition in try-catch completion 1 1 2 --- 2024-04-12 David Gow brendanhiggins New
[v2,1/4] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices - 2 - --- 2023-12-08 David Gow brendanhiggins New
[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
[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
[2/4] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices 1 1 - --- 2023-12-05 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/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
[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
[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
[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
[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
rust: doctests: Use tabs for indentation in generated C code rust: doctests: Use tabs for indentation in generated C code - 1 - --- 2023-07-20 David Gow New
x86: checksum: Fix unaligned checksums on < i686 x86: checksum: Fix unaligned checksums on < i686 - - - --- 2023-07-04 David Gow 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
[v2,4/4] Documentation: kunit: Add usage notes for kunit_add_action() [v2,1/4] kunit: Add kunit_add_action() to defer a call until test exit - 1 - --- 2023-05-18 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
[v1,2/3] kunit: executor_test: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-04-21 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
[v3,3/4] Documentation: kunit: Warn that exit functions run even if init fails [v3,1/4] kunit: Always run cleanup from a test kthread - 1 - --- 2023-04-21 David Gow brendanhiggins New
[v3,1/4] kunit: Always run cleanup from a test kthread [v3,1/4] kunit: Always run cleanup from a test kthread - 2 1 --- 2023-04-21 David Gow brendanhiggins New
[v2,3/3] Documentation: kunit: Warn that exit functions run even if init fails [v2,1/3] kunit: Always run cleanup from a test kthread - - - --- 2023-04-19 David Gow brendanhiggins New
[v2,1/3] kunit: Always run cleanup from a test kthread [v2,1/3] kunit: Always run cleanup from a test kthread - - - --- 2023-04-19 David Gow brendanhiggins New
kunit: Set the current KUnit context when cleaning up kunit: Set the current KUnit context when cleaning up - - - --- 2023-04-15 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,2/3] kunit: executor_test: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-03-31 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,2/2] kunit: Add APIs for managing devices KUnit device API proposal - - - --- 2023-03-25 David Gow brendanhiggins New
[RFC,1/2] kunit: resource: Add kunit_defer() functionality KUnit device API proposal - - - --- 2023-03-25 David Gow brendanhiggins New
[v2,1/2] kunit: Expose 'static stub' API to redirect functions [v2,1/2] kunit: Expose 'static stub' API to redirect functions - 1 - --- 2023-01-28 David Gow brendanhiggins New
kunit: Add "hooks" to call into KUnit when it's built as a module kunit: Add "hooks" to call into KUnit when it's built as a module - 2 - --- 2023-01-28 David Gow New
[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] 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
[2/2] Documentation: Add Function Redirection API docs kunit: Function Redirection ("static stub") support - 2 - --- 2022-12-08 David Gow brendanhiggins New
[1/2] kunit: Expose 'static stub' API to redirect functions kunit: Function Redirection ("static stub") support - 1 - --- 2022-12-08 David Gow brendanhiggins New
[v2] Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections [v2] Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections - 2 - --- 2022-12-07 David Gow brendanhiggins New
Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections - 1 - --- 2022-11-29 David Gow brendanhiggins New
[v3,2/3] kunit: Use the static key when retrieving the current test [v3,1/3] kunit: Provide a static key to check if KUnit is actively running tests - 1 - --- 2022-11-19 David Gow brendanhiggins New
[v3,1/3] kunit: Provide a static key to check if KUnit is actively running tests [v3,1/3] kunit: Provide a static key to check if KUnit is actively running tests - 1 - --- 2022-11-19 David Gow brendanhiggins New
[v2,3/3] mm: slub: test: Use the kunit_get_current_test() function [v2,1/3] kunit: Provide a static key to check if KUnit is actively running tests 1 - - --- 2022-10-25 David Gow New
[v2,2/3] kunit: Use the static key when retrieving the current test [v2,1/3] kunit: Provide a static key to check if KUnit is actively running tests - - - --- 2022-10-25 David Gow brendanhiggins New
[v2,1/3] kunit: Provide a static key to check if KUnit is actively running tests [v2,1/3] kunit: Provide a static key to check if KUnit is actively running tests - - - --- 2022-10-25 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
[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
kasan: Enable KUnit integration whenever CONFIG_KUNIT is enabled kasan: Enable KUnit integration whenever CONFIG_KUNIT is enabled - - - --- 2022-10-19 David Gow 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,1/2] kunit: Expose 'static stub' API to redirect functions kunit: Support redirecting function calls - - - --- 2022-09-10 David Gow brendanhiggins New
[v5,2/4] module: panic: Taint the kernel when selftest modules load [v5,1/4] panic: Taint kernel if tests are run 1 2 - --- 2022-07-02 David Gow New
[v4,4/4] selftest: Taint kernel when test module loaded [v4,1/4] panic: Taint kernel if tests are run - 1 - --- 2022-07-01 David Gow New
[v4,2/4] module: panic: Taint the kernel when selftest modules load [v4,1/4] panic: Taint kernel if tests are run - 1 - --- 2022-07-01 David Gow New
[v2] kunit: tool: Enable virtio/PCI by default on UML [v2] kunit: tool: Enable virtio/PCI by default on UML - 2 1 --- 2022-06-28 David Gow brendanhiggins New
Documentation: kunit: Cleanup run_wrapper, fix x-ref Documentation: kunit: Cleanup run_wrapper, fix x-ref - - - --- 2022-06-26 David Gow brendanhiggins New
[v3,2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites Rework KUnit test execution in modules - 1 1 --- 2022-06-25 David Gow New
[v3,1/5] kunit: unify module and builtin suite definitions Rework KUnit test execution in modules - 1 1 --- 2022-06-25 David Gow New
kunit: tool: Enable virtio/PCI by default on UML kunit: tool: Enable virtio/PCI by default on UML - 1 1 --- 2022-06-24 David Gow brendanhiggins 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
[v2,5/5] mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macro Rework KUnit test execution in modules 2 - - --- 2022-06-21 David Gow New
[v2,3/5] thunderbolt: test: Use kunit_test_suite() macro Rework KUnit test execution in modules 2 - - --- 2022-06-21 David Gow New
[v2,2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites Rework KUnit test execution in modules - - 1 --- 2022-06-21 David Gow New
[v2,1/5] kunit: unify module and builtin suite definitions Rework KUnit test execution in modules - - 1 --- 2022-06-21 David Gow New
[5/5] mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macro Rework KUnit test execution in modules - - - --- 2022-06-18 David Gow New
[4/5] nitro_enclaves: test: Use kunit_test_suite() macro Rework KUnit test execution in modules - - - --- 2022-06-18 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
[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
[1/5] kunit: unify module and builtin suite definitions Rework KUnit test execution in modules - - - --- 2022-06-18 David Gow 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
[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
[v3,3/3] selftest: Taint kernel when test module loaded kunit: Taint kernel if any tests run - - - --- 2022-05-13 David Gow New
[v3,2/3] kunit: Taint the kernel when KUnit tests are run kunit: Taint kernel if any tests run 1 1 1 --- 2022-05-13 David Gow brendanhiggins New
[v3,1/3] panic: Taint kernel if tests are run [v3,1/3] panic: Taint kernel if tests are run 1 1 - --- 2022-05-13 David Gow New
[v2] kunit: Taint kernel if any tests run [v2] kunit: Taint kernel if any tests run - 1 - --- 2022-04-30 David Gow New
kunit: Taint kernel if any tests run kunit: Taint kernel if any tests run - - - --- 2022-04-29 David Gow New
kunit: tool: Print a total count of tests. kunit: tool: Print a total count of tests. - - - --- 2022-04-08 David Gow brendanhiggins New
kunit: Rework kunit_resource allocation policy kunit: Rework kunit_resource allocation policy - - 1 --- 2022-03-19 David Gow brendanhiggins New
kunit: Make kunit_remove_resource() idempotent kunit: Make kunit_remove_resource() idempotent - 1 - --- 2022-03-18 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,1/2] kunit: Expose 'static stub' API to redirect functions kunit: Support redirecting function calls - - - --- 2022-03-18 David Gow brendanhiggins New
[4/4] kunit: tool: Disable broken options for --alltests kunit,um: Fix kunit.py build --alltests - - - --- 2022-02-18 David Gow brendanhiggins New
[3/4] IB/qib: Compile under User-Mode Linux kunit,um: Fix kunit.py build --alltests - - - --- 2022-02-18 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
[1/4] drm/amdgpu: Fix compilation under UML kunit,um: Fix kunit.py build --alltests - - - --- 2022-02-18 David Gow New
[v3,1/3] list: test: Add test for list_del_init_careful() [v3,1/3] list: test: Add test for list_del_init_careful() - 1 - --- 2022-02-09 David Gow New
[v2,3/3] list: test: Add a test for list_entry_is_head() [v2,1/3] list: test: Add test for list_del_init_careful() 2 - - --- 2022-02-08 David Gow New
[v2,2/3] list: test: Add a test for list_is_head() [v2,1/3] list: test: Add test for list_del_init_careful() 2 - - --- 2022-02-08 David Gow New
[v2,1/3] list: test: Add test for list_del_init_careful() [v2,1/3] list: test: Add test for list_del_init_careful() - - - --- 2022-02-08 David Gow New
[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
[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
[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
[v2] kunit: tool: Default --jobs to number of CPUs [v2] kunit: tool: Default --jobs to number of CPUs - 2 - --- 2021-12-12 David Gow brendanhiggins New
kunit: tool: Default --jobs to number of CPUs kunit: tool: Default --jobs to number of CPUs - - - --- 2021-12-11 David Gow brendanhiggins New
[RFC] Documentation: dev-tools: Add KTAP specification [RFC] Documentation: dev-tools: Add KTAP specification - - - --- 2021-12-03 David Gow New
[v3,4/4] kunit: Report test parameter results as (K)TAP subtests [v3,1/4] kunit: tool: Do not error on tests without test plans - 1 - --- 2021-10-28 David Gow brendanhiggins New
[v3,3/4] kunit: Don't crash if no parameters are generated [v3,1/4] kunit: tool: Do not error on tests without test plans - 1 - --- 2021-10-28 David Gow brendanhiggins New
[v3,2/4] kunit: tool: Report an error if any test has no subtests [v3,1/4] kunit: tool: Do not error on tests without test plans - 1 - --- 2021-10-28 David Gow brendanhiggins New
[v3,1/4] kunit: tool: Do not error on tests without test plans [v3,1/4] kunit: tool: Do not error on tests without test plans - 1 - --- 2021-10-28 David Gow brendanhiggins New
[v2,4/4] kunit: Report test parameter results as (K)TAP subtests [v2,1/4] kunit: tool: Do not error on tests without test plans - 1 - --- 2021-10-27 David Gow brendanhiggins New
[v2,3/4] kunit: Don't crash if no parameters are generated [v2,1/4] kunit: tool: Do not error on tests without test plans - - - --- 2021-10-27 David Gow brendanhiggins New
[v2,2/4] kunit: tool: Report an error if any test has no subtests [v2,1/4] kunit: tool: Do not error on tests without test plans - - - --- 2021-10-27 David Gow brendanhiggins New
[v2,1/4] kunit: tool: Do not error on tests without test plans [v2,1/4] kunit: tool: Do not error on tests without test plans - 1 - --- 2021-10-27 David Gow brendanhiggins New
[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
[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 2 »