linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-17 01:55:56 to 2019-08-20 23:21:47 UTC [more...]

[PATCH v14 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-20 23:20 UTC  (19+ messages)
` [PATCH v14 01/18] kunit: test: add KUnit test runner core
` [PATCH v14 02/18] kunit: test: add test resource management API
` [PATCH v14 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v14 04/18] kunit: test: add assertion printing library
` [PATCH v14 05/18] kunit: test: add the concept of expectations
` [PATCH v14 06/18] kbuild: enable building KUnit
` [PATCH v14 07/18] kunit: test: add initial tests
` [PATCH v14 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v14 09/18] kunit: test: add support for test abort
` [PATCH v14 10/18] kunit: test: add tests for kunit "
` [PATCH v14 11/18] kunit: test: add the concept of assertions
` [PATCH v14 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v14 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v14 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v14 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v14 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v14 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v14 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-20 21:26 UTC  (29+ messages)
` [PATCH v13 01/18] kunit: test: add KUnit test runner core
` [PATCH v13 02/18] kunit: test: add test resource management API
` [PATCH v13 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v13 04/18] kunit: test: add assertion printing library
` [PATCH v13 05/18] kunit: test: add the concept of expectations
` [PATCH v13 06/18] kbuild: enable building KUnit
` [PATCH v13 07/18] kunit: test: add initial tests
` [PATCH v13 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v13 09/18] kunit: test: add support for test abort
` [PATCH v13 10/18] kunit: test: add tests for kunit "
` [PATCH v13 11/18] kunit: test: add the concept of assertions
` [PATCH v13 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v13 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v13 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v13 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v13 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v13 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v13 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH 1/2] um: irq: Fix LAST_IRQ usage
 2019-08-20  7:28 UTC  (15+ messages)
` [PATCH 2/2] um: drivers: Add virtio vhost-user driver

[PATCH v5 06/18] compat_ioctl: move WDIOC handling into wdt drivers
 2019-08-15 18:10 UTC  (2+ messages)

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13 17:07 UTC  (60+ messages)
` [PATCH v12 01/18] kunit: test: add KUnit test runner core
` [PATCH v12 02/18] kunit: test: add test resource management API
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v12 04/18] kunit: test: add assertion printing library
` [PATCH v12 05/18] kunit: test: add the concept of expectations
` [PATCH v12 06/18] kbuild: enable building KUnit
` [PATCH v12 07/18] kunit: test: add initial tests
` [PATCH v12 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 10/18] kunit: test: add tests for kunit "
` [PATCH v12 11/18] kunit: test: add the concept of assertions
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v12 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v12 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v12 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v12 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v12 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH 04/16] um: prefer __section from compiler_attributes.h
 2019-08-12 21:50 UTC 

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-12 21:12 UTC  (25+ messages)
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger

New Vector patch series
 2019-08-09  7:40 UTC  (5+ messages)
` [PATCHv4 1/4] um: Add legacy tap support and rename existing vector to hybrid
` [PATCHv4 2/4] um: Added support for unix socket transports and bess transport
` [PATCHv4 3/4] um: Add checks to mtu parameter parsing
` [PATCHv4 4/4] um: Error handling fixes in vector drivers

[RFC] um: virtio: Workaround for using virtio_net with snabb
 2019-08-09  7:31 UTC  (6+ messages)

[PATCH] um: remove meaningless clearing of clean-files
 2019-08-08 17:28 UTC 

[PATCH v8 13/28] um: annotate data appropriatelly
 2019-08-08 10:38 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


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).