messages from 2019-07-04 00:38:20 to 2019-08-01 18:55:37 UTC [more...]
[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-08-01 18:55 UTC (51+ 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
[PATCH 1/2] um: irq: Fix LAST_IRQ usage
2019-07-31 21:50 UTC (7+ messages)
` [PATCH 2/2] um: drivers: Add virtio vhost-user driver
[RFC] um: virtio: Workaround for using virtio_net with snabb
2019-07-31 20:30 UTC
[PATCH v5 22/29] compat_ioctl: remove translation for sound ioctls
2019-07-30 20:01 UTC
[PATCHv3 1/5] um: Add legacy tap support and rename existing vector to hybrid
2019-07-30 6:56 UTC (6+ messages)
` [PATCHv3 2/5] um: Added support for unix socket transports and bess transport
` [PATCHv3 3/5] um: Add checks to mtu parameter parsing
` [PATCHv3 4/5] um: Fix off by one error in IRQ enumeration
` [PATCHv3 5/5] um: Error handling fixes in vector drivers
[PATCH] Documentation: move Documentation/virtual to Documentation/virt
2019-07-29 13:55 UTC (5+ messages)
Build regressions/improvements in v5.3-rc1
2019-07-23 21:30 UTC (2+ messages)
[PATCH v2] um: fix time travel mode
2019-07-22 7:12 UTC
[PATCH] um: fix time travel mode
2019-07-21 20:25 UTC
UML GCOV fails to produce *.gcda files
2019-07-20 1:10 UTC (2+ messages)
[PATCH AUTOSEL 4.4 22/35] um: Silence lockdep complaint about mmap_sem
2019-07-19 4:14 UTC
[PATCH AUTOSEL 4.9 28/45] um: Silence lockdep complaint about mmap_sem
2019-07-19 4:12 UTC
[PATCH AUTOSEL 4.14 36/60] um: Silence lockdep complaint about mmap_sem
2019-07-19 4:10 UTC
[PATCH AUTOSEL 4.19 056/101] um: Silence lockdep complaint about mmap_sem
2019-07-19 4:06 UTC
[PATCH AUTOSEL 5.1 079/141] um: Silence lockdep complaint about mmap_sem
2019-07-19 4:01 UTC
[PATCH AUTOSEL 5.2 103/171] um: Silence lockdep complaint about mmap_sem
2019-07-19 3:55 UTC
[PATCH v11 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-17 1:55 UTC (19+ messages)
` [PATCH v11 01/18] kunit: test: add KUnit test runner core
` [PATCH v11 02/18] kunit: test: add test resource management API
` [PATCH v11 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v11 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v11 05/18] kunit: test: add the concept of expectations
` [PATCH v11 06/18] kbuild: enable building KUnit
` [PATCH v11 07/18] kunit: test: add initial tests
` [PATCH v11 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v11 09/18] kunit: test: add support for test abort
` [PATCH v11 10/18] kunit: test: add tests for kunit "
` [PATCH v11 11/18] kunit: test: add the concept of assertions
` [PATCH v11 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v11 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v11 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v11 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v11 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v11 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v11 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH v10 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-16 9:43 UTC (19+ messages)
` [PATCH v10 01/18] kunit: test: add KUnit test runner core
` [PATCH v10 02/18] kunit: test: add test resource management API
` [PATCH v10 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v10 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v10 05/18] kunit: test: add the concept of expectations
` [PATCH v10 06/18] kbuild: enable building KUnit
` [PATCH v10 07/18] kunit: test: add initial tests
` [PATCH v10 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v10 09/18] kunit: test: add support for test abort
` [PATCH v10 10/18] kunit: test: add tests for kunit "
` [PATCH v10 11/18] kunit: test: add the concept of assertions
` [PATCH v10 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v10 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v10 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v10 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v10 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v10 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v10 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCHv3 1/5] um: Add legacy tap support and rename existing vector to hybrid
2019-07-16 8:59 UTC (5+ messages)
` [PATCHv3 2/5] um: Added support for unix socket transports and bess transport
` [PATCHv3 3/5] um: Add checks to mtu parameter parsing
` [PATCHv3 4/5] Fix off by one error in IRQ enumeration
` [PATCHv3 5/5] um: Error handling fixes in vector drivers
[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 (3+ 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 (21+ 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 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
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).