Show patches with: Submitter = David Gow       |    Archived = No       |   253 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[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
[v4,2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites Rework KUnit test execution in modules --- 2022-07-09 David Gow New
[v4,1/5] kunit: unify module and builtin suite definitions Rework KUnit test execution in modules --- 2022-07-09 David Gow New
[v6,4/4] selftest: Taint kernel when test module loaded [v6,1/4] panic: Taint kernel if tests are run --- 2022-07-08 David Gow Accepted
[v6,3/4] kunit: Taint the kernel when KUnit tests are run [v6,1/4] panic: Taint kernel if tests are run --- 2022-07-08 David Gow Accepted
[v6,2/4] module: panic: Taint the kernel when selftest modules load [v6,1/4] panic: Taint kernel if tests are run --- 2022-07-08 David Gow Accepted
[v6,1/4] panic: Taint kernel if tests are run [v6,1/4] panic: Taint kernel if tests are run --- 2022-07-08 David Gow Accepted
[v3] apparmor: test: Remove some casts which are no-longer required [v3] apparmor: test: Remove some casts which are no-longer required --- 2022-07-06 David Gow Accepted
kunit: Documentation: Fix a kernel-doc reference kunit: Documentation: Fix a kernel-doc reference --- 2022-07-02 David Gow New
[v5,4/4] selftest: Taint kernel when test module loaded [v5,1/4] panic: Taint kernel if tests are run --- 2022-07-02 David Gow Superseded
[v5,3/4] kunit: Taint the kernel when KUnit tests are run [v5,1/4] panic: Taint kernel if tests are run --- 2022-07-02 David Gow Superseded
[v5,2/4] module: panic: Taint the kernel when selftest modules load [v5,1/4] panic: Taint kernel if tests are run --- 2022-07-02 David Gow Superseded
[v5,1/4] panic: Taint kernel if tests are run [v5,1/4] panic: Taint kernel if tests are run --- 2022-07-02 David Gow Superseded
[v4,4/4] selftest: Taint kernel when test module loaded [v4,1/4] panic: Taint kernel if tests are run --- 2022-07-01 David Gow New
[v4,3/4] kunit: Taint the kernel when KUnit tests are run [v4,1/4] panic: Taint kernel if tests are run --- 2022-07-01 David Gow Superseded
[v4,2/4] module: panic: Taint the kernel when selftest modules load [v4,1/4] panic: Taint kernel if tests are run --- 2022-07-01 David Gow Superseded
[v4,1/4] panic: Taint kernel if tests are run [v4,1/4] panic: Taint kernel if tests are run --- 2022-07-01 David Gow Superseded
[v2] Documentation: kunit: Cleanup run_wrapper, fix x-ref [v2] Documentation: kunit: Cleanup run_wrapper, fix x-ref --- 2022-06-29 David Gow Accepted
[v2] kunit: tool: Enable virtio/PCI by default on UML [v2] kunit: tool: Enable virtio/PCI by default on UML --- 2022-06-28 David Gow Accepted
[v3,5/5] mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-06-25 David Gow Superseded
[v3,4/5] nitro_enclaves: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-06-25 David Gow Superseded
[v3,3/5] thunderbolt: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-06-25 David Gow Superseded
[v3,2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites Rework KUnit test execution in modules --- 2022-06-25 David Gow Superseded
[v3,1/5] kunit: unify module and builtin suite definitions Rework KUnit test execution in modules --- 2022-06-25 David Gow Superseded
kunit: tool: Enable virtio/PCI by default on UML kunit: tool: Enable virtio/PCI by default on UML --- 2022-06-24 David Gow Superseded
[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 New
[v2,4/5] nitro_enclaves: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-06-21 David Gow Superseded
[v2,2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites Rework KUnit test execution in modules --- 2022-06-21 David Gow Superseded
[5/5] mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-06-18 David Gow Superseded
[3/5] thunderbolt: test: Use kunit_test_suite() macro Rework KUnit test execution in modules --- 2022-06-18 David Gow New
kunit: tool: Use qemu-system-i386 for i386 runs kunit: tool: Use qemu-system-i386 for i386 runs --- 2022-05-13 David Gow Accepted
[v3,3/3] selftest: Taint kernel when test module loaded [v2] kunit: Taint kernel if any tests run --- 2022-05-13 David Gow Superseded
[v3,2/3] kunit: Taint the kernel when KUnit tests are run [v2] kunit: Taint kernel if any tests run --- 2022-05-13 David Gow New
[v3,1/3] panic: Taint kernel if tests are run [v3,1/3] panic: Taint kernel if tests are run --- 2022-05-13 David Gow Superseded
kunit: tool: Add list of all valid test configs on UML kunit: tool: Add list of all valid test configs on UML --- 2022-04-30 David Gow Accepted
[v2] kunit: Taint kernel if any tests run [v2] kunit: Taint kernel if any tests run --- 2022-04-30 David Gow Superseded
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 New
[v2,2/2] kunit: Rework kunit_resource allocation policy [v2,1/2] kunit: Make kunit_remove_resource() idempotent --- 2022-04-02 David Gow Accepted
[v2,1/2] kunit: Make kunit_remove_resource() idempotent [v2,1/2] kunit: Make kunit_remove_resource() idempotent --- 2022-04-02 David Gow Accepted
kunit: Rework kunit_resource allocation policy kunit: Rework kunit_resource allocation policy --- 2022-03-19 David Gow Superseded
kunit: Make kunit_remove_resource() idempotent kunit: Make kunit_remove_resource() idempotent --- 2022-03-18 David Gow Superseded
[RFC,2/2] kunit: expose ftrace-based API for stubbing out functions during tests kunit: Support redirecting function calls --- 2022-03-18 David Gow Superseded
[RFC,1/2] kunit: Expose 'static stub' API to redirect functions kunit: Support redirecting function calls --- 2022-03-18 David Gow Superseded
list: test: Test the hlist structure list: test: Test the hlist structure --- 2022-03-05 David Gow Accepted
um: clang: Strip out -mno-global-merge from USER_CFLAGS um: clang: Strip out -mno-global-merge from USER_CFLAGS --- 2022-03-03 David Gow Accepted
[v4,3/3] list: test: Add a test for list_entry_is_head() [v4,1/3] list: test: Add test for list_del_init_careful() --- 2022-02-25 David Gow Accepted
[v4,2/3] list: test: Add a test for list_is_head() [v4,1/3] list: test: Add test for list_del_init_careful() --- 2022-02-25 David Gow Accepted
[v4,1/3] list: test: Add test for list_del_init_careful() [v4,1/3] list: test: Add test for list_del_init_careful() --- 2022-02-25 David Gow Accepted
[4/4] kunit: tool: Disable broken options for --alltests kunit,um: Fix kunit.py build --alltests --- 2022-02-18 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
[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() --- 2022-02-09 David Gow Superseded
[v2,2/3] list: test: Add a test for list_is_head() Untitled series #166870 --- 2022-02-08 David Gow Superseded
[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 Superseded
[v2] kunit: tool: Default --jobs to number of CPUs [v2] kunit: tool: Default --jobs to number of CPUs --- 2021-12-12 David Gow New
kunit: tool: Default --jobs to number of CPUs kunit: tool: Default --jobs to number of CPUs --- 2021-12-11 David Gow New
[RFC,v2] Documentation: dev-tools: Add KTAP specification [RFC,v2] Documentation: dev-tools: Add KTAP specification --- 2021-12-07 David Gow New
[RFC] Documentation: dev-tools: Add KTAP specification [RFC] Documentation: dev-tools: Add KTAP specification --- 2021-12-03 David Gow Superseded
[v2] kunit: Print test statistics on failure [v2] kunit: Print test statistics on failure --- 2021-08-04 David Gow Accepted
kunit: Fix merge issue in suite filtering test kunit: Fix merge issue in suite filtering test --- 2021-06-25 David Gow New
[kunit-fixes,v5,3/4] kunit: test: Add example tests which are always skipped [kunit-fixes,v5,1/4] kunit: Support skipped tests --- 2021-06-25 David Gow Accepted
[kunit-fixes,v5,1/4] kunit: Support skipped tests [kunit-fixes,v5,1/4] kunit: Support skipped tests --- 2021-06-25 David Gow Accepted
[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
[v4,4/4] kasan: test: make use of kunit_skip() [v4,1/4] kunit: Support skipped tests --- 2021-06-11 David Gow New
[v4,1/4] kunit: Support skipped tests [v4,1/4] kunit: Support skipped tests --- 2021-06-11 David Gow Superseded
kunit: Fix result propagation for parameterised tests kunit: Fix result propagation for parameterised tests --- 2021-06-11 David Gow Accepted
[v3,3/4] kunit: test: Add example tests which are always skipped Untitled series #134774 --- 2021-06-08 David Gow Superseded
[v3,2/4] kunit: tool: Support skipped tests in kunit_tool Untitled series #134774 --- 2021-06-08 David Gow Accepted
[v2,4/4] kasan: test: make use of kunit_skip() [v2,1/4] kunit: Support skipped tests --- 2021-05-28 David Gow Superseded
[v2,3/4] kunit: test: Add example tests which are always skipped [v2,1/4] kunit: Support skipped tests --- 2021-05-28 David Gow Superseded
[v2,2/4] kunit: tool: Support skipped tests in kunit_tool [v2,1/4] kunit: Support skipped tests --- 2021-05-28 David Gow Superseded
[v2,1/4] kunit: Support skipped tests [v2,1/4] kunit: Support skipped tests --- 2021-05-28 David Gow Superseded
[3/3] kunit: test: Add example_skip test suite which is always skipped [1/3] kunit: Support skipped tests --- 2021-05-26 David Gow New
[1/3] kunit: Support skipped tests [1/3] kunit: Support skipped tests --- 2021-05-26 David Gow Superseded
[v2,3/3] kunit: Remove the unused all_tests.config [v2,1/3] kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default --- 2021-05-22 David Gow Accepted
[v2,2/3] kunit: Move default config from arch/um -> tools/testing/kunit [v2,1/3] kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default --- 2021-05-22 David Gow Accepted
[v2,1/3] kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default [v2,1/3] kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default --- 2021-05-22 David Gow Accepted
kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default --- 2021-05-18 David Gow Superseded
kunit: Add gnu_printf specifiers kunit: Add gnu_printf specifiers --- 2021-05-13 David Gow Accepted
« 1 2 3 »