Show patches with: Submitter = David Gow       |    Archived = No       |   114 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[9/9] kunit: Annotate _MSG assertion variants with gnu printf specifiers kunit: Fix printf format specifier issues in KUnit assertions - - - --- 2024-02-21 David Gow New
[8/9] drm/xe/tests: Fix printf format specifiers in xe_migrate test kunit: Fix printf format specifier issues in KUnit assertions 1 1 - --- 2024-02-21 David Gow New
[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 New
[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 New
[5/9] rtc: test: Fix invalid format specifier. kunit: Fix printf format specifier issues in KUnit assertions 1 - - --- 2024-02-21 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 New
[3/9] lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg kunit: Fix printf format specifier issues in KUnit assertions - - - --- 2024-02-21 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 - - - --- 2024-02-21 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 New
kunit: device: Unregister the kunit_bus on shutdown kunit: device: Unregister the kunit_bus on shutdown - 1 - --- 2024-02-01 David Gow New
MAINTAINERS: kunit: Add Rae Moar as a reviewer MAINTAINERS: kunit: Add Rae Moar as a reviewer - 1 - --- 2024-01-11 David Gow New
kunit: Fix some comments which were mistakenly kerneldoc kunit: Fix some comments which were mistakenly kerneldoc - 1 - --- 2023-12-23 David Gow New
[v4,5/5] drm/tests: Switch to kunit devices kunit: Add helpers for creating test-managed devices - 1 1 --- 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 1 - - --- 2023-12-15 David Gow New
[v4,3/5] overflow: Replace fake root_device with kunit_device kunit: Add helpers for creating test-managed devices 1 1 - --- 2023-12-15 David Gow New
[v4,2/5] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices 1 1 - --- 2023-12-15 David Gow New
[v4,1/5] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices - 3 - --- 2023-12-15 David Gow New
[v3,5/5] drm/tests: Switch to kunit devices kunit: Add helpers for creating test-managed devices - - 1 --- 2023-12-14 David Gow New
[v3,4/5] ASoC: topology: Replace fake root_device with kunit_device in tests kunit: Add helpers for creating test-managed devices 1 - - --- 2023-12-14 David Gow New
[v3,3/5] overflow: Replace fake root_device with kunit_device kunit: Add helpers for creating test-managed devices 1 1 - --- 2023-12-14 David Gow New
[v3,2/5] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices 1 1 - --- 2023-12-14 David Gow New
[v3,1/5] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices - 2 - --- 2023-12-14 David Gow New
[v2,4/4] ASoC: topology: Replace fake root_device with kunit_device in tests kunit: Add helpers for creating test-managed devices 1 - - --- 2023-12-08 David Gow New
[v2,3/4] overflow: Replace fake root_device with kunit_device kunit: Add helpers for creating test-managed devices - 1 - --- 2023-12-08 David Gow New
[v2,2/4] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices 1 1 - --- 2023-12-08 David Gow New
[v2,1/4] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices - 2 - --- 2023-12-08 David Gow New
kunit: test: Use an action wrapper instead of a cast kunit: test: Use an action wrapper instead of a cast - 1 - --- 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 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 New
[v2,3/3] drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER [v2,1/3] kunit: Add a macro to wrap a deferred action function - 1 - --- 2023-11-28 David Gow New
[v2,2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER() [v2,1/3] kunit: Add a macro to wrap a deferred action function 1 - - --- 2023-11-28 David Gow New
[v2,1/3] kunit: Add a macro to wrap a deferred action function [v2,1/3] kunit: Add a macro to wrap a deferred action function 1 2 1 --- 2023-11-28 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 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 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 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 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
[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 New
[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 New
Documentation: kunit: Rename references to kunit_abort() Documentation: kunit: Rename references to kunit_abort() - 1 - --- 2023-06-02 David Gow New
kunit: Move kunit_abort() call out of kunit_do_failed_assertion() kunit: Move kunit_abort() call out of kunit_do_failed_assertion() - 2 - --- 2023-05-31 David Gow New
kunit: Fix obsolete name in documentation headers (func->action) kunit: Fix obsolete name in documentation headers (func->action) - 1 - --- 2023-05-30 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 New
[v3,4/4] Documentation: kunit: Add usage notes for kunit_add_action() [v3,1/4] kunit: Add kunit_add_action() to defer a call until test exit - 1 - --- 2023-05-25 David Gow New
[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 - 2 1 --- 2023-05-25 David Gow New
[v3,2/4] kunit: executor_test: Use kunit_add_action() [v3,1/4] kunit: Add kunit_add_action() to defer a call until test exit - 2 1 --- 2023-05-25 David Gow New
[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 - 2 1 --- 2023-05-25 David Gow 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 New
[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 - 2 1 --- 2023-05-18 David Gow New
[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 - 2 1 --- 2023-05-18 David Gow New
[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 - 2 1 --- 2023-05-18 David Gow New
[v4,4/4] kunit: example: Provide example exit functions [v4,1/4] kunit: Always run cleanup from a test kthread - 1 - --- 2023-05-10 David Gow New
[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 - 1 - --- 2023-05-10 David Gow New
[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 - 1 - --- 2023-05-10 David Gow New
[v4,1/4] kunit: Always run cleanup from a test kthread [v4,1/4] kunit: Always run cleanup from a test kthread - 2 1 --- 2023-05-10 David Gow New
[v1,3/3] kunit: kmalloc_array: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-04-21 David Gow New
[v1,2/3] kunit: executor_test: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-04-21 David Gow 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 New
[v3,4/4] kunit: example: Provide example exit functions [v3,1/4] kunit: Always run cleanup from a test kthread - 1 - --- 2023-04-21 David Gow 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 New
[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 - 1 - --- 2023-04-21 David Gow 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 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 New
[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 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 New
kunit: Set the current KUnit context when cleaning up kunit: Set the current KUnit context when cleaning up - - - --- 2023-04-15 David Gow New
[RFC,v2,3/3] kunit: kmalloc_array: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-03-31 David Gow New
[RFC,v2,2/3] kunit: executor_test: Use kunit_add_action() kunit: Deferred action helpers - - - --- 2023-03-31 David Gow 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 New
[2/2] drm: test: Fix 32-bit issue in drm_buddy_test [1/2] drm: buddy_allocator: Fix buddy allocator init on 32-bit systems - 1 - --- 2023-03-29 David Gow New
[1/2] drm: buddy_allocator: Fix buddy allocator init on 32-bit systems [1/2] drm: buddy_allocator: Fix buddy allocator init on 32-bit systems 1 - - --- 2023-03-29 David Gow New
[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
arch:um: Only disable SSE on clang to work around old GCC bugs arch:um: Only disable SSE on clang to work around old GCC bugs - 1 3 --- 2023-03-18 David Gow New
Documentation: kbuild: Add note about using (subst m,y) Documentation: kbuild: Add note about using (subst m,y) - - - --- 2023-02-28 David Gow New
kunit: Fix 'hooks.o' build by recursing into kunit kunit: Fix 'hooks.o' build by recursing into kunit - 1 - --- 2023-02-25 David Gow New
rust: kernel: Mark rust_fmt_argument as extern "C" rust: kernel: Mark rust_fmt_argument as extern "C" - 3 - --- 2023-02-14 David Gow New
kunit: Add printf attribute to fail_current_test_impl kunit: Add printf attribute to fail_current_test_impl - 1 - --- 2023-02-04 David Gow New
[v3,2/2] Documentation: Add Function Redirection API docs [v3,1/2] kunit: Expose 'static stub' API to redirect functions - 1 - --- 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 - 1 - --- 2023-01-31 David Gow New
kunit: fix kunit_test_init_section_suites(...) kunit: fix kunit_test_init_section_suites(...) - - 1 --- 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 - 1 - --- 2023-01-28 David Gow 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 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
[3/3] rust: arch/um: Add support for CONFIG_RUST under x86_64 UML rust: arch/um: Rust support for UML - 1 1 --- 2022-12-17 David Gow New
[2/3] rust: arch/um: Disable FP/SIMD instruction to match x86 rust: arch/um: Rust support for UML - 1 - --- 2022-12-17 David Gow New
[1/3] rust: arch/um: Use 'pie' relocation mode under UML rust: arch/um: Rust support for UML - - - --- 2022-12-17 David Gow New
[2/2] Documentation: Add Function Redirection API docs kunit: Function Redirection ("static stub") support - 2 - --- 2022-12-08 David Gow New
[1/2] kunit: Expose 'static stub' API to redirect functions kunit: Function Redirection ("static stub") support - 1 - --- 2022-12-08 David Gow 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 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 New
[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 2 1 - --- 2022-11-25 David Gow New
« 1 2 »