Show patches with: Submitter = Brendan Higgins       |    Archived = No       |   479 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
UML GCOV fails to produce *.gcda files UML GCOV fails to produce *.gcda files - - - - --- 2019-07-18 Brendan Higgins Superseded
[RFC,v1,01/31] kunit: test: added string_stream a std::stream like string builder kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,02/31] kunit: test: adds KUnit test runner core kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,03/31] kunit: test: added test resource management API kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,04/31] kunit: test: added test_stream a std::stream like logger kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,05/31] kunit: test: added the concept of expectations kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,06/31] arch: um: enabled running kunit from User Mode Linux kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,07/31] kunit: test: added initial tests kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,08/31] arch: um: added shim to trap to allow installing a fault catcher for tests kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,09/31] kunit: test: added the concept of assertions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,1/2] kbuild: add arch specific dependency for BTF support arch: um: turn BTF_TYPEINFO support off - - - - --- 2020-01-27 Brendan Higgins Superseded
[RFC,v1,1/2] um: drivers: remove support for UML_NET_PCAP um: drop broken features to fix allyesconfig - - - - --- 2019-12-06 Brendan Higgins Not Applicable
[RFC,v1,1/6] vmlinux.lds.h: add linker section for KUnit test suites kunit: create a centralized executor to dispatch all KUnit tests - - 1 - --- 2019-12-16 Brendan Higgins Not Applicable
[RFC,v1,10/31] kunit: test: added concept of initcalls kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,11/31] kunit: test: added concept of post conditions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,12/31] checkpatch: added support for struct MOCK(foo) syntax kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,13/31] kunit: mock: added parameter list minipulation macros kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,14/31] kunit: mock: added internal mock infrastructure kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,15/31] kunit: mock: added basic matchers and actions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,16/31] kunit: mock: added class mocking support kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,17/31] kunit: mock: added struct param matcher kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,18/31] kunit: mock: added parameter formatters kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,19/31] kunit: mock: implemented nice, strict and naggy mock distinctions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,2/2] arch: um: turn BTF_TYPEINFO support off arch: um: turn BTF_TYPEINFO support off 1 - - - --- 2020-01-27 Brendan Higgins Superseded
[RFC,v1,2/2] uml: remove support for CONFIG_STATIC_LINK um: drop broken features to fix allyesconfig - - - - --- 2019-12-06 Brendan Higgins Not Applicable
[RFC,v1,2/6] arch: um: add linker section for KUnit test suites kunit: create a centralized executor to dispatch all KUnit tests - - 1 - --- 2019-12-16 Brendan Higgins Not Applicable
[RFC,v1,20/31] kunit: mock: add ability to mock functions with void context kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,21/31] kunit: mock: added support for arbitrary function mocking kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,22/31] kunit: mock: add the concept of spyable functions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,23/31] kunit: mock: add parameter capturers kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,24/31] kunit: improved sigsegv stack trace printing kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,25/31] kunit: added concept of platform mocking kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,26/31] arch: um: added stubs for mock iomem for KUnit kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,27/31] Documentation: kunit: adds complete documentation for KUnit kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,28/31] kunit: added Python libraries for handing KUnit config and kernel kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,29/31] kunit: added KUnit wrapper script and simple output parser kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,3/6] kunit: test: create a single centralized executor for all tests kunit: create a centralized executor to dispatch all KUnit tests - - - - --- 2019-12-16 Brendan Higgins Not Applicable
[RFC,v1,30/31] kunit.py: improved output from python wrapper kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,31/31] MAINTAINERS: add entry for KUnit the unit testing framework kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,4/6] init: main: add KUnit to kernel init kunit: create a centralized executor to dispatch all KUnit tests - - - - --- 2019-12-16 Brendan Higgins Not Applicable
[RFC,v1,5/6] kunit: test: add test plan to KUnit TAP format kunit: create a centralized executor to dispatch all KUnit tests - - 1 - --- 2019-12-16 Brendan Higgins Not Applicable
[RFC,v1,6/6] kunit: Add 'kunit_shutdown' option kunit: create a centralized executor to dispatch all KUnit tests - - - - --- 2019-12-16 Brendan Higgins Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[RFC,v2,07/14] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[RFC,v2,13/14] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[RFC,v3,07/19] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-11-28 Brendan Higgins Not Applicable
[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 Rejected
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[RFC,v3,13/19] kunit: improve output from python wrapper kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-11-28 Brendan Higgins Not Applicable
[RFC,v3,14/19] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-11-28 Brendan Higgins Not Applicable
[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 Not Applicable
[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 Rejected
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[RFC,v4,06/17] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2019-02-14 Brendan Higgins Not Applicable
[RFC,v4,07/17] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2019-02-14 Brendan Higgins Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[RFC,v4,13/17] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2019-02-14 Brendan Higgins Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[v1,01/17] kunit: test: add KUnit test runner core [v1,01/17] kunit: test: add KUnit test runner core - - - - --- 2019-04-04 Brendan Higgins Not Applicable
[v1,02/17] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2019-04-04 Brendan Higgins Not Applicable
[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 Not Applicable
[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 Not Applicable
[v1,05/17] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2019-04-04 Brendan Higgins Not Applicable
[v1,06/17] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2019-04-04 Brendan Higgins Not Applicable
[v1,07/17] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2019-04-04 Brendan Higgins Not Applicable
[v1,08/17] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2019-04-04 Brendan Higgins Not Applicable
« 1 2 3 44 5 »