linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-20 23:21:41 to 2019-09-20 23:20:35 UTC [more...]

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

linux-image-5.2.0-2-amd64: breaks UML all versions, both debian stock and compiled from source
 2019-09-20 19:01 UTC  (6+ messages)

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-20 16:57 UTC  (14+ messages)
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest

[PATCH] seccomp: remove unused arg from secure_computing()
 2019-09-20 13:19 UTC 

Anyone running uml on a 5.x host?
 2019-09-20  8:06 UTC 

[PATCH] um: virtio: keep reading on -EAGAIN
 2019-09-19 10:13 UTC 

[PATCH v3] um: virtio: remove device on disconnect
 2019-09-18 19:24 UTC 

CONFIG_COMPAT for UM?
 2019-09-18 11:45 UTC  (10+ messages)

Bug#938962: user-mode-linux needs update for new linux
 2019-09-18  8:35 UTC  (3+ messages)

[RFC v3 0/2] um: synchronized time-travel
 2019-09-17 13:49 UTC  (8+ messages)
` [RFC v3 1/2] um: virtio: implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS
` [RFC v3 2/2] um: implement time-travel=ext

[PATCH v3] um: time-travel: rewrite as an event scheduler
 2019-09-17 13:18 UTC 

[PATCH] um: don't trace irqflags during shutdown
 2019-09-17 11:20 UTC 

[RFC v2 1/2] um: virtio: implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS
 2019-09-17  9:18 UTC  (6+ messages)
` [RFC v2 2/2] um: implement time-travel=ext

[PATCH v2] um: time-travel: rewrite as an event scheduler
 2019-09-17  9:13 UTC  (2+ messages)

[PATCH v2] um: virtio: remove device on disconnect
 2019-09-16 22:09 UTC 

[PATCH] um: time-travel: rewrite as an event scheduler
 2019-09-16 19:26 UTC  (2+ messages)

[PATCH] um: virtio: remove device on disconnect
 2019-09-16 19:12 UTC  (2+ messages)

[PATCH] um: move timer-internal.h to non-shared
 2019-09-16 15:18 UTC  (2+ messages)

[PATCH] um: export uml_reserved
 2019-09-16 15:14 UTC  (2+ messages)

[RFC 1/3] um: virtio: implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS
 2019-09-16 13:10 UTC  (3+ messages)
` [RFC 2/3] um: virtio: wrap irq request/free functions
` [RFC 3/3] um: implement time-travel=virtio

[RFC] synchronised multi-machine time-travel APIs
 2019-09-16 13:01 UTC  (3+ messages)

[PATCH v5 0/5] um: virtio support
 2019-09-15 19:21 UTC  (11+ messages)
` [PATCH v5 1/5] um: don't use generic barrier.h
` [PATCH v5 2/5] um: use real DMA barriers
` [PATCH v5 3/5] um: drivers: Add virtio vhost-user driver
` [PATCH v5 4/5] um: virtio: implement VHOST_USER_PROTOCOL_F_SLAVE_REQ
` [PATCH v5 5/5] um: virtio: implement VHOST_USER_PROTOCOL_F_REPLY_ACK

[PATCH v2 1/2] um: time-travel: fix periodic timers
 2019-09-10 15:03 UTC  (2+ messages)
` [PATCH v2 2/2] um: time-travel: restrict time update in IRQ handler

[PATCH v4 0/5] um: virtio support
 2019-09-10 13:52 UTC  (7+ messages)
` [PATCH v4 1/5] um: don't use generic barrier.h
` [PATCH v4 2/5] um: use real DMA barriers
` [PATCH v4 3/5] um: drivers: Add virtio vhost-user driver
` [PATCH v4 4/5] um: virtio: implement VHOST_USER_PROTOCOL_F_SLAVE_REQ
` [PATCH v4 5/5] um: virtio: implement VHOST_USER_PROTOCOL_F_REPLY_ACK

[PATCH v3 0/5] um: virtio support
 2019-09-10 13:49 UTC  (4+ messages)
` [PATCH v3 1/5] um: don't use generic barrier.h
` [PATCH v3 2/5] um: use real DMA barriers
` [PATCH v3 3/5] um: drivers: Add virtio vhost-user driver

[PATCH 1/2] um: time-travel: fix periodic timers
 2019-09-10 13:47 UTC  (2+ messages)
` [PATCH 2/2] um: time-travel: restrict time update in IRQ handler

[RFC] um: have real DMA barriers with virtio
 2019-09-09  7:30 UTC  (7+ messages)

[RFC] um: don't use generic barrier.h
 2019-09-06 21:58 UTC 

[PATCH v2] um: drivers: Add virtio vhost-user driver
 2019-09-06  7:34 UTC  (2+ messages)

[PATCH v2 1/2] um: virtio: implement VHOST_USER_PROTOCOL_F_SLAVE_REQ
 2019-09-05 19:50 UTC  (2+ messages)
` [PATCH v2 2/2] um: virtio: implement VHOST_USER_PROTOCOL_F_REPLY_ACK

[PATCH 1/2] um: virtio: implement VHOST_USER_PROTOCOL_F_SLAVE_REQ
 2019-09-04 13:00 UTC  (3+ messages)
` [PATCH 2/2] um: virtio: implement VHOST_USER_PROTOCOL_F_REPLY_ACK

[PATCH v2] um: irq: Fix LAST_IRQ usage
 2019-09-04  7:30 UTC  (2+ messages)

[PATCH v2] um: Rewrite host RNG driver
 2019-08-29 21:03 UTC  (4+ messages)

[PATCH] um: Rewrite host RNG driver
 2019-08-29 17:27 UTC  (7+ messages)

[PATCH] arch: um: implement memory protection
 2019-08-27  7:27 UTC  (5+ messages)

[PATCH 1/4] arch: um: remove sig_info[SIGALRM]
 2019-08-27  5:28 UTC  (7+ messages)
` [PATCH 2/4] arch: um: avoid using uninitialized regs
` [PATCH 3/4] arch: um: remove misleading #define ARCh_IRQ_ENABLED
` [PATCH 4/4] arch: um: implement TRACE_IRQFLAGS_SUPPORT

[GIT PULL] UML fixes for 5.3-rc6
 2019-08-25 18:45 UTC  (2+ messages)

[PATCH 0/4] Add SPDX headers for most files in arch/um
 2019-08-25  9:49 UTC  (5+ messages)
` [PATCH 1/4] Add SPDX headers for files in arch/um/drivers
` [PATCH 2/4] Add SPDX headers to files in arch/um/kernel/
` [PATCH 3/4] Add SPDX headers for files in arch/um/os-Linux
` [PATCH 4/4] Add SPDX headers for files in arch/um/include

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

Segmentation fault in blk-mq with loop device
 2019-08-24  1:21 UTC 

[PATCH v2] arch: um: implement memory protection
 2019-08-23 23:02 UTC 

[PATCH v14 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-23 19:43 UTC  (22+ messages)
` [PATCH v14 01/18] kunit: test: add KUnit test runner core
` [PATCH v14 09/18] kunit: test: add support for test abort
` [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 v2] arch: um: enable CONFIG_CONSTRUCTORS
 2019-08-23 13:36 UTC 

[PATCH] arch: um: enable CONFIG_CONSTRUCTORS
 2019-08-23 13:30 UTC  (2+ messages)

[PATCH] arch: um: place (soft)irq text with macros
 2019-08-23 13:06 UTC 

[PATCH] arch: um: fix VDSO compiler warning
 2019-08-23 13:05 UTC 

[PATCH v3] arch: um: implement TRACE_IRQFLAGS_SUPPORT
 2019-08-23 11:16 UTC 

[PATCH v2] arch: um: implement TRACE_IRQFLAGS_SUPPORT
 2019-08-23 11:06 UTC 

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-21  0:15 UTC  (7+ messages)


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