Show patches with: Submitter = Brendan Higgins       |    Archived = No       |   335 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v9,18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework 1 - - --- 2019-07-12 Brendan Higgins Superseded
[v9,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework 1 3 - --- 2019-07-12 Brendan Higgins Superseded
[v9,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,03/18] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-12 Brendan Higgins Superseded
[v9,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 4 - --- 2019-07-12 Brendan Higgins Superseded
[v8,18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework 1 - - --- 2019-07-10 Brendan Higgins Superseded
[v8,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,03/18] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-10 Brendan Higgins Superseded
[v8,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 3 - --- 2019-07-10 Brendan Higgins Superseded
[v7,18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework 1 - - --- 2019-07-09 Brendan Higgins Superseded
[v7,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,03/18] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 3 - --- 2019-07-09 Brendan Higgins Superseded
[v6,18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-07-04 Brendan Higgins Superseded
[v6,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,03/18] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 3 - --- 2019-07-04 Brendan Higgins Superseded
[v5,18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-06-17 Brendan Higgins Superseded
[v5,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,03/18] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v5,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-06-17 Brendan Higgins Superseded
[v4,18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
[v4,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-05-14 Brendan Higgins Superseded
« 1 2 3 4 »