messages from 2019-06-01 13:26:35 to 2019-07-15 21:25:59 UTC [more...]
[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-15 21:25 UTC (27+ messages)
` [PATCH v9 01/18] kunit: test: add KUnit test runner core
` [PATCH v9 02/18] kunit: test: add test resource management API
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v9 05/18] kunit: test: add the concept of expectations
` [PATCH v9 06/18] kbuild: enable building KUnit
` [PATCH v9 07/18] kunit: test: add initial tests
` [PATCH v9 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v9 09/18] kunit: test: add support for test abort
` [PATCH v9 10/18] kunit: test: add tests for kunit "
` [PATCH v9 11/18] kunit: test: add the concept of assertions
` [PATCH v9 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v9 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v9 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v9 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v9 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v9 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v9 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[RESEND PATCHv2 1/3] um: Add legacy tap support and rename existing vector to hybrid
2019-07-15 16:57 UTC (4+ messages)
` [RESEND PATCHv2 2/3] um: Added support for unix socket transports and bess transport
` [RESEND PATCHv2 3/3] um: Add checks to mtu parameter parsing
[GIT PULL] UML changes for 5.3-rc1
2019-07-15 0:30 UTC (2+ messages)
[PATCH] Fix off by one error in IRQ enumeration
2019-07-12 11:51 UTC
[PATCH] User mode linux bump maximum MTU tuntap interface [RESAND]
2019-07-12 9:40 UTC (4+ messages)
[PATCH v7 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-10 20:27 UTC (25+ messages)
` [PATCH v7 01/18] kunit: test: add KUnit test runner core
` [PATCH v7 02/18] kunit: test: add test resource management API
` [PATCH v7 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v7 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v7 05/18] kunit: test: add the concept of expectations
` [PATCH v7 06/18] kbuild: enable building KUnit
` [PATCH v7 07/18] kunit: test: add initial tests
` [PATCH v7 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v7 09/18] kunit: test: add support for test abort
` [PATCH v7 10/18] kunit: test: add tests for kunit "
` [PATCH v7 11/18] kunit: test: add the concept of assertions
` [PATCH v7 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v7 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v7 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v7 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v7 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v7 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v7 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH v8 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-10 7:49 UTC (20+ messages)
` [PATCH v8 01/18] kunit: test: add KUnit test runner core
` [PATCH v8 02/18] kunit: test: add test resource management API
` [PATCH v8 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v8 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v8 05/18] kunit: test: add the concept of expectations
` [PATCH v8 06/18] kbuild: enable building KUnit
` [PATCH v8 07/18] kunit: test: add initial tests
` [PATCH v8 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v8 09/18] kunit: test: add support for test abort
` [PATCH v8 10/18] kunit: test: add tests for kunit "
` [PATCH v8 11/18] kunit: test: add the concept of assertions
` [PATCH v8 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v8 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v8 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v8 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v8 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v8 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v8 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH] fixup! kbuild: remove obj and src from the top Makefile
2019-07-10 3:09 UTC
[PATCH v6 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-08 23:34 UTC (29+ messages)
` [PATCH v6 01/18] kunit: test: add KUnit test runner core
` [PATCH v6 02/18] kunit: test: add test resource management API
` [PATCH v6 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v6 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v6 05/18] kunit: test: add the concept of expectations
` [PATCH v6 06/18] kbuild: enable building KUnit
` [PATCH v6 07/18] kunit: test: add initial tests
` [PATCH v6 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v6 09/18] kunit: test: add support for test abort
` [PATCH v6 10/18] kunit: test: add tests for kunit "
` [PATCH v6 11/18] kunit: test: add the concept of assertions
` [PATCH v6 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v6 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v6 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v6 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v6 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v6 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v6 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH 3/3] um: Add checks to mtu parameter parsing
2019-07-08 8:44 UTC
[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-03 23:40 UTC (60+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
` [PATCH v5 02/18] kunit: test: add test resource management API
` [PATCH v5 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v5 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v5 05/18] kunit: test: add the concept of expectations
` [PATCH v5 06/18] kbuild: enable building KUnit
` [PATCH v5 07/18] kunit: test: add initial tests
` [PATCH v5 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v5 09/18] kunit: test: add support for test abort
` [PATCH v5 10/18] kunit: test: add tests for kunit "
` [PATCH v5 11/18] kunit: test: add the concept of assertions
` [PATCH v5 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v5 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v5 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v5 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v5 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v5 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH] um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT
2019-07-03 8:52 UTC
[PATCH v3 1/2] arch: um: pass nsecs to os timer functions
2019-07-03 6:58 UTC (4+ messages)
` [PATCH v3 2/2] arch: um: support time travel mode
[PATCH 4.9 025/117] uml: fix a boot splat wrt use of cpu_all_mask
2019-06-20 17:55 UTC
[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-06-14 23:22 UTC (21+ messages)
` [PATCH v4 01/18] kunit: test: add KUnit test runner core
` [PATCH v4 02/18] kunit: test: add test resource management API
` [PATCH v4 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v4 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
[PATCH 5.1 058/155] uml: fix a boot splat wrt use of cpu_all_mask
2019-06-13 8:32 UTC
[PATCH 4.19 044/118] uml: fix a boot splat wrt use of cpu_all_mask
2019-06-13 8:33 UTC
[PATCH 4.14 32/81] uml: fix a boot splat wrt use of cpu_all_mask
2019-06-13 8:33 UTC
[uml-devel] Running functions in SKAS
2019-06-07 6:40 UTC (2+ messages)
[PATCH v3 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-06-04 21:56 UTC (8+ messages)
` [PATCH v3 15/18] Documentation: kunit: add documentation for KUnit
[PATCH] uml: fix kcov crash during startup
2019-06-04 11:20 UTC
[PATCH] um: configs: Remove useless UEVENT_HELPER_PATH
2019-06-04 8:01 UTC (2+ messages)
[RESEND PATCH 0/4] um: build and irq fixes
2019-06-03 19:32 UTC (12+ messages)
` [RESEND PATCH 4/4] um: irq: don't set the chip for all irqs
[PATCH AUTOSEL 4.4 17/56] uml: fix a boot splat wrt use of cpu_all_mask
2019-06-01 13:25 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).