Show patches with: Submitter = Brendan Higgins       |   375 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v2,01/14] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,02/14] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,03/14] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,04/14] kunit: test: add test_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,05/14] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,06/14] arch: um: enable running kunit from User Mode Linux kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,07/14] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,08/14] arch: um: add shim to trap to allow installing a fault catcher for tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,09/14] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,10/14] kunit: add Python libraries for handing KUnit config and kernel kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,11/14] kunit: add KUnit wrapper script and simple output parser kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,12/14] kunit.py: improve output from python wrapper kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,13/14] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v2,14/14] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-10-23 Brendan Higgins Superseded
[RFC,v3,01/19] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,02/19] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,03/19] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,04/19] kunit: test: add test_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,05/19] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,06/19] arch: um: enable running kunit from User Mode Linux kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,07/19] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,08/19] arch: um: add shim to trap to allow installing a fault catcher for tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,09/19] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,10/19] kunit: test: add test managed resource tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,11/19] kunit: add Python libraries for handing KUnit config and kernel kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,12/19] kunit: add KUnit wrapper script and simple output parser kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,13/19] kunit: improve output from python wrapper kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,14/19] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,15/19] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,16/19] arch: um: make UML unflatten device tree when testing kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,17/19] of: unittest: migrate tests to run on KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,18/19] of: unittest: split out a couple of test cases from unittest kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v3,19/19] of: unittest: split up some super large test cases kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2018-11-28 Brendan Higgins New
[RFC,v4,01/17] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,02/17] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,03/17] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,04/17] kunit: test: add test_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,05/17] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,06/17] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,07/17] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,08/17] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,09/17] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,10/17] kunit: test: add test managed resource tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,11/17] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,12/17] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,13/17] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,14/17] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,15/17] of: unittest: migrate tests to run on KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,16/17] of: unittest: split out a couple of test cases from unittest kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[RFC,v4,17/17] of: unittest: split up some super large test cases kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-02-14 Brendan Higgins Superseded
[v1,01/17] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,02/17] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,03/17] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,04/17] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,05/17] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,06/17] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,07/17] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,08/17] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,09/17] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,10/17] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,11/17] kunit: test: add test managed resource tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,12/17] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,13/17] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,14/17] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,15/17] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v1,17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-04-04 Brendan Higgins Superseded
[v10,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 4 - --- 2019-07-16 Brendan Higgins Superseded
[v10,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,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-16 Brendan Higgins Superseded
[v10,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework 1 3 - --- 2019-07-16 Brendan Higgins Superseded
[v10,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework 1 - - --- 2019-07-16 Brendan Higgins Superseded
[v10,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-16 Brendan Higgins Superseded
[v10,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-16 Brendan Higgins Superseded
[v10,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-16 Brendan Higgins Superseded
[v11,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 4 - --- 2019-07-17 Brendan Higgins Superseded
[v11,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,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-17 Brendan Higgins Superseded
[v11,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework 1 3 - --- 2019-07-17 Brendan Higgins Superseded
[v11,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework 1 - - --- 2019-07-17 Brendan Higgins Superseded
[v11,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
[v11,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-17 Brendan Higgins Superseded
« 1 2 3 4 »