Show patches with: Submitter = David Gow       |    Archived = No       |   235 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
kunit: Fix missing kerneldoc comment kunit: Fix missing kerneldoc comment --- 2024-09-05 David Gow New
kunit: Fix kunit_kstrdup_const() with modules kunit: Fix kunit_kstrdup_const() with modules --- 2024-08-06 David Gow New
[RESEND] x86: checksum: Fix unaligned checksums on < i686 [RESEND] x86: checksum: Fix unaligned checksums on < i686 --- 2024-07-20 David Gow New
kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option --- 2024-04-23 David Gow Accepted
kunit: Fix race condition in try-catch completion kunit: Fix race condition in try-catch completion --- 2024-04-12 David Gow Accepted
kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests --- 2024-03-26 David Gow Accepted
[v2] drm: tests: Fix invalid printf format specifiers in KUnit tests [v2] drm: tests: Fix invalid printf format specifiers in KUnit tests --- 2024-02-28 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 --- 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 --- 2024-02-21 David Gow Accepted
[4/9] time: test: Fix incorrect format specifier kunit: Fix printf format specifier issues in KUnit assertions --- 2024-02-21 David Gow Accepted
[2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg kunit: Fix printf format specifier issues in KUnit assertions --- 2024-02-21 David Gow Accepted
kunit: device: Unregister the kunit_bus on shutdown kunit: device: Unregister the kunit_bus on shutdown --- 2024-02-01 David Gow Accepted
MAINTAINERS: kunit: Add Rae Moar as a reviewer MAINTAINERS: kunit: Add Rae Moar as a reviewer --- 2024-01-11 David Gow Accepted
kunit: Fix some comments which were mistakenly kerneldoc kunit: Fix some comments which were mistakenly kerneldoc --- 2023-12-23 David Gow Accepted
[v4,5/5] drm/tests: Switch to kunit devices kunit: Add helpers for creating test-managed devices --- 2023-12-15 David Gow New
[v4,4/5] ASoC: topology: Replace fake root_device with kunit_device in tests kunit: Add helpers for creating test-managed devices --- 2023-12-15 David Gow Superseded
[v4,3/5] overflow: Replace fake root_device with kunit_device kunit: Add helpers for creating test-managed devices --- 2023-12-15 David Gow Accepted
[v4,2/5] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices --- 2023-12-15 David Gow Superseded
[v4,1/5] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices --- 2023-12-15 David Gow Accepted
[v3,5/5] drm/tests: Switch to kunit devices kunit: Add helpers for creating test-managed devices --- 2023-12-14 David Gow Superseded
[v3,4/5] ASoC: topology: Replace fake root_device with kunit_device in tests kunit: Add helpers for creating test-managed devices --- 2023-12-14 David Gow Accepted
[v3,3/5] overflow: Replace fake root_device with kunit_device kunit: Add helpers for creating test-managed devices --- 2023-12-14 David Gow Superseded
[v3,2/5] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices --- 2023-12-14 David Gow Accepted
[v3,1/5] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices --- 2023-12-14 David Gow Superseded
[v2,3/4] overflow: Replace fake root_device with kunit_device [v2,1/4] kunit: Add APIs for managing devices --- 2023-12-08 David Gow Superseded
[v2,1/4] kunit: Add APIs for managing devices [v2,1/4] kunit: Add APIs for managing devices --- 2023-12-08 David Gow Superseded
kunit: test: Use an action wrapper instead of a cast kunit: test: Use an action wrapper instead of a cast --- 2023-12-06 David Gow New
[4/4] ASoC: topology: Replace fake root_device with kunit_device in tests kunit: Add helpers for creating test-managed devices --- 2023-12-05 David Gow Superseded
[3/4] overflow: Replace fake root_device with kunit_device kunit: Add helpers for creating test-managed devices --- 2023-12-05 David Gow Superseded
[2/4] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices --- 2023-12-05 David Gow Superseded
[1/4] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices --- 2023-12-05 David Gow New
[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
[2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER() [1/3] kunit: Add a macro to wrap a deferred action function --- 2023-11-10 David Gow Accepted
[1/3] kunit: Add a macro to wrap a deferred action function [1/3] kunit: Add a macro to wrap a deferred action function --- 2023-11-10 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 New
[3/3] rust: kunit: allow to know if we are in a test [1/3] rust: kunit: add KUnit case and suite macros --- 2023-07-20 David Gow New
[1/3] rust: kunit: add KUnit case and suite macros [1/3] rust: kunit: add KUnit case and suite macros --- 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 Superseded
[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
[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 --- 2023-07-04 David Gow Accepted
Documentation: kunit: Rename references to kunit_abort() Documentation: kunit: Rename references to kunit_abort() --- 2023-06-02 David Gow Accepted
kunit: Move kunit_abort() call out of kunit_do_failed_assertion() kunit: Move kunit_abort() call out of kunit_do_failed_assertion() --- 2023-05-31 David Gow Accepted
[v3,3/4] kunit: kmalloc_array: Use kunit_add_action() [v3,1/4] kunit: Add kunit_add_action() to defer a call until test exit --- 2023-05-25 David Gow Accepted
[v3,1/4] kunit: Add kunit_add_action() to defer a call until test exit [v3,1/4] kunit: Add kunit_add_action() to defer a call until test exit --- 2023-05-25 David Gow Accepted
[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 --- 2023-05-18 David Gow Accepted
[v2,3/4] kunit: kmalloc_array: Use kunit_add_action() [v2,1/4] kunit: Add kunit_add_action() to defer a call until test exit --- 2023-05-18 David Gow Superseded
[v2,2/4] kunit: executor_test: Use kunit_add_action() [v2,1/4] kunit: Add kunit_add_action() to defer a call until test exit --- 2023-05-18 David Gow Accepted
[v2,1/4] kunit: Add kunit_add_action() to defer a call until test exit [v2,1/4] kunit: Add kunit_add_action() to defer a call until test exit --- 2023-05-18 David Gow Superseded
[v4,4/4] kunit: example: Provide example exit functions [v4,1/4] kunit: Always run cleanup from a test kthread --- 2023-05-10 David Gow Accepted
[v4,3/4] Documentation: kunit: Warn that exit functions run even if init fails [v4,1/4] kunit: Always run cleanup from a test kthread --- 2023-05-10 David Gow Accepted
[v4,2/4] Documentation: kunit: Note that assertions should not be used in cleanup [v4,1/4] kunit: Always run cleanup from a test kthread --- 2023-05-10 David Gow Accepted
[v4,1/4] kunit: Always run cleanup from a test kthread [v4,1/4] kunit: Always run cleanup from a test kthread --- 2023-05-10 David Gow Accepted
[v1,3/3] kunit: kmalloc_array: Use kunit_add_action() kunit: Deferred action helpers --- 2023-04-21 David Gow Superseded
[v1,2/3] kunit: executor_test: Use kunit_add_action() kunit: Deferred action helpers --- 2023-04-21 David Gow Superseded
[v1,1/3] kunit: Add kunit_add_action() to defer a call until test exit kunit: Deferred action helpers --- 2023-04-21 David Gow New
[v3,4/4] kunit: example: Provide example exit functions [v3,1/4] kunit: Always run cleanup from a test kthread --- 2023-04-21 David Gow Superseded
[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 --- 2023-04-21 David Gow Superseded
[v3,2/4] Documentation: kunit: Note that assertions should not be used in cleanup [v3,1/4] kunit: Always run cleanup from a test kthread --- 2023-04-21 David Gow Superseded
[v3,1/4] kunit: Always run cleanup from a test kthread [v3,1/4] kunit: Always run cleanup from a test kthread --- 2023-04-21 David Gow Superseded
[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 Superseded
[v2,2/3] Documentation: kunit: Note that assertions should not be used in cleanup [v2,1/3] kunit: Always run cleanup from a test kthread --- 2023-04-19 David Gow Superseded
[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 New
[RFC,v2,2/3] kunit: executor_test: Use kunit_add_action() kunit: Deferred action helpers --- 2023-03-31 David Gow Superseded
[RFC,2/2] kunit: Add APIs for managing devices KUnit device API proposal --- 2023-03-25 David Gow New
[RFC,1/2] kunit: resource: Add kunit_defer() functionality KUnit device API proposal --- 2023-03-25 David Gow New
kunit: Fix 'hooks.o' build by recursing into kunit kunit: Fix 'hooks.o' build by recursing into kunit --- 2023-02-25 David Gow Accepted
kunit: Add printf attribute to fail_current_test_impl kunit: Add printf attribute to fail_current_test_impl --- 2023-02-04 David Gow Accepted
[v3,2/2] Documentation: Add Function Redirection API docs [v3,1/2] kunit: Expose 'static stub' API to redirect functions --- 2023-01-31 David Gow New
[v3,1/2] kunit: Expose 'static stub' API to redirect functions [v3,1/2] kunit: Expose 'static stub' API to redirect functions --- 2023-01-31 David Gow Accepted
kunit: fix kunit_test_init_section_suites(...) kunit: fix kunit_test_init_section_suites(...) --- 2023-01-31 David Gow New
[v2,2/2] Documentation: Add Function Redirection API docs [v2,1/2] kunit: Expose 'static stub' API to redirect functions --- 2023-01-28 David Gow Superseded
[v2,1/2] kunit: Expose 'static stub' API to redirect functions [v2,1/2] kunit: Expose 'static stub' API to redirect functions --- 2023-01-28 David Gow Superseded
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 --- 2023-01-28 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 --- 2023-01-24 David Gow New
[2/2] Documentation: Add Function Redirection API docs kunit: Function Redirection ("static stub") support --- 2022-12-08 David Gow New
Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections --- 2022-11-29 David Gow Accepted
[v4,3/3] mm: slub: test: Use the kunit_get_current_test() function [v4,1/3] kunit: Provide a static key to check if KUnit is actively running tests --- 2022-11-25 David Gow Superseded
[v4,2/3] kunit: Use the static key when retrieving the current test [v4,1/3] kunit: Provide a static key to check if KUnit is actively running tests --- 2022-11-25 David Gow Accepted
[v4,1/3] kunit: Provide a static key to check if KUnit is actively running tests [v4,1/3] kunit: Provide a static key to check if KUnit is actively running tests --- 2022-11-25 David Gow Superseded
[v3,3/3] mm: slub: test: Use the kunit_get_current_test() function [v3,1/3] kunit: Provide a static key to check if KUnit is actively running tests --- 2022-11-19 David Gow Accepted
[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 --- 2022-11-19 David Gow 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 --- 2022-11-19 David Gow Accepted
[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 --- 2022-10-25 David Gow Superseded
[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 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 Superseded
Documentation: kunit: Remove redundant 'tips.rst' page Documentation: kunit: Remove redundant 'tips.rst' page --- 2022-10-25 David Gow Accepted
[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 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 Superseded
kasan: Enable KUnit integration whenever CONFIG_KUNIT is enabled kasan: Enable KUnit integration whenever CONFIG_KUNIT is enabled --- 2022-10-19 David Gow New
Documentation: kunit: Update description of --alltests option Documentation: kunit: Update description of --alltests option --- 2022-10-01 David Gow Accepted
kunit: tool: Don't download risc-v opensbi firmware with wget kunit: tool: Don't download risc-v opensbi firmware with wget --- 2022-09-23 David Gow Accepted
[RFC,v2,2/2] kunit: expose ftrace-based API for stubbing out functions during tests kunit: Support redirecting function calls --- 2022-09-10 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 New
mmc: sdhci-of-aspeed: test: Fix dependencies when KUNIT=m mmc: sdhci-of-aspeed: test: Fix dependencies when KUNIT=m --- 2022-07-15 David Gow Accepted
module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m --- 2022-07-13 David Gow Accepted
[v2] kunit: executor: Fix a memory leak on failure in kunit_filter_tests [v2] kunit: executor: Fix a memory leak on failure in kunit_filter_tests --- 2022-07-12 David Gow Superseded
kunit: executor: Fix a memory leak on failure in kunit_filter_tests kunit: executor: Fix a memory leak on failure in kunit_filter_tests --- 2022-07-12 David Gow Accepted
[v4,5/5] mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-07-09 David Gow Accepted
[v4,4/5] nitro_enclaves: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-07-09 David Gow Accepted
[v4,3/5] thunderbolt: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-07-09 David Gow Accepted
« 1 2 3 »