linux-um archives
 help / color / mirror / Atom feed
 messages from 2018-10-31 21:22:45 to 2018-11-30 00:39:57 UTC [more...]

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-30  0:39 UTC  (26+ messages)
` [RFC v3 01/19] kunit: test: add KUnit test runner core
` [RFC v3 02/19] kunit: test: add test resource management API
` [RFC v3 03/19] kunit: test: add string_stream a std::stream like string builder
` [RFC v3 04/19] kunit: test: add test_stream a std::stream like logger
` [RFC v3 05/19] kunit: test: add the concept of expectations
` [RFC v3 06/19] arch: um: enable running kunit from User Mode Linux
` [RFC v3 07/19] kunit: test: add initial tests
` [RFC v3 08/19] arch: um: add shim to trap to allow installing a fault catcher for tests
` [RFC v3 09/19] kunit: test: add the concept of assertions
` [RFC v3 10/19] kunit: test: add test managed resource tests
` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v3 12/19] kunit: add KUnit wrapper script and simple output parser
` [RFC v3 13/19] kunit: improve output from python wrapper
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit
` [RFC v3 15/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [RFC v3 16/19] arch: um: make UML unflatten device tree when testing
` [RFC v3 17/19] of: unittest: migrate tests to run on KUnit
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest
` [RFC v3 19/19] of: unittest: split up some super large test cases

[PATCH] kbuild: fix UML build error with CONFIG_GCC_PLUGINS
 2018-11-29  2:58 UTC 

[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-28 20:50 UTC  (13+ messages)
` [RFC v2 01/14] kunit: test: add KUnit test runner core

[PATCH v2 16/15] syscall_get_arch: add "struct task_struct *" argument
 2018-11-27 10:34 UTC  (8+ messages)
          ` [PATCH v2 16/15 v2] "

[PATCH] pcmcia: remove per-arch PCMCIA config entry
 2018-11-26  8:36 UTC  (3+ messages)

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-11-22 20:01 UTC  (3+ messages)

[PATCH] um: Remove unnecessary kmap_atomic in uaccess on 64bit
 2018-11-22 14:53 UTC  (4+ messages)

[PATCH] Remove unnecessary faulted check in uaccess.c
 2018-11-22 14:45 UTC 

[PATCH] um/timer: fix tv_sec value setup in os_timer_one_shot
 2018-11-22  9:51 UTC  (2+ messages)

[PATCH v2 0/9] kbuild: clean-up modversion, TRIM_UNUSED_KSYMS, if_changed_rule, etc
 2018-11-21 14:39 UTC  (3+ messages)
` [PATCH v2 2/9] kbuild: remove redundant 'set -e' from filechk_* defines

RFC - potential optimizations in uaccess.c
 2018-11-15 16:26 UTC  (2+ messages)

[PATCH 0/8] kbuild: clean-up modversion, TRIM_UNUSED_KSYMS, if_changed_rule, etc
 2018-11-15  8:27 UTC  (2+ messages)
` [PATCH 1/8] kbuild: remove redundant 'set -e' from filechk_* defines

[PATCH v2 1/4] um: Switch to block-mq constants in the UML UBD driver
 2018-11-14 18:41 UTC  (4+ messages)
` [PATCH v2 2/4] um: Clean-up command processing in "
` [PATCH v2 3/4] um: Remove unsafe printks from the io thread
` [PATCH v2 4/4] um: Add support for DISCARD in the UBD Driver

[PATCH 1/4] um: Switch to block-mq constants in the UML UBD driver
 2018-11-14 18:30 UTC  (5+ messages)
` [PATCH 2/4] um: Clean-up command processing in "
` [PATCH 3/4] um: Remove unsafe printks from the io thread
` [PATCH 4/4] um: Add support for DISCARD in the UBD Driver

Revised and fixed patchset
 2018-11-14 17:04 UTC  (22+ messages)
` [PATCH 1/4] um: Switch to block-mq constants in the UML UBD driver
` [PATCH 2/4] um: Clean-up command processing in "
` [PATCH 3/4] um: Remove unsafe printks from the io thread
` [PATCH 4/4] um: Add support for DISCARD in the UBD Driver

[PATCH 1/4] um: Switch to block-mq constants in the UML UBD driver
 2018-11-14  9:53 UTC  (6+ messages)
` [PATCH 2/4] um: Clean-up command processing in "
` [PATCH 3/4] um: Remove unsafe printks from the io thread
` [PATCH 4/4] um: Add support for DISCARD in the UBD Driver

New Patch series for the UBD Driver
 2018-11-13 15:29 UTC  (25+ messages)
` [PATCH 1/3] um: Switch to block-mq constants in the UML UBD driver
` [PATCH 2/3] um: Clean-up command processing in "
` [PATCH 3/3] um: Add support for DISCARD in the UBD Driver

[PATCH] um: Remove obsolete reenable_XX calls
 2018-11-13 15:08 UTC 

[PATCH AUTOSEL 3.18 5/9] um: Give start_idle_thread() a return code
 2018-11-13  5:52 UTC 

[PATCH AUTOSEL 4.4 05/11] um: Give start_idle_thread() a return code
 2018-11-13  5:52 UTC 

[PATCH AUTOSEL 4.9 07/17] um: Give start_idle_thread() a return code
 2018-11-13  5:52 UTC 

[PATCH AUTOSEL 4.14 12/26] um: Give start_idle_thread() a return code
 2018-11-13  5:51 UTC 

[PATCH AUTOSEL 4.18 18/39] um: Give start_idle_thread() a return code
 2018-11-13  5:50 UTC 

[PATCH AUTOSEL 4.19 20/44] um: Give start_idle_thread() a return code
 2018-11-13  5:49 UTC 

[PATCH] Add DISCARD support to UML udb driver
 2018-11-09 22:06 UTC  (5+ messages)

[PATCH] Fix breakage from switching to MQ BLK framework
 2018-11-08 18:33 UTC  (10+ messages)

[PATCH -next-akpm 0/3] Add support for fast mremap
 2018-11-08 18:12 UTC  (4+ messages)
` [PATCH -next-akpm 1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH -next-akpm 2/3] mm: speed up mremap by 20x on large regions (v5)
` [PATCH -next-akpm 3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap

Summary so far - ubd breakage in 4.20-rc1
 2018-11-08 13:08 UTC  (12+ messages)

4.20-rc1 looks broken for UML
 2018-11-07 13:33 UTC  (17+ messages)

[PATCH -next 0/3] Add support for fast mremap
 2018-11-06  4:36 UTC  (13+ messages)
` [PATCH -next 1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2)
  ` [PATCH -next v2 1/3] mm: treewide: remove unused address argument from pte_alloc functions
` [PATCH -next 2/3] mm: speed up mremap by 20x on large regions (v4)
` [PATCH -next 3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap

[PATCH] um: Update maintainers file entry
 2018-11-01 21:27 UTC 

[GIT PULL] UML changes for 4.20-rc1
 2018-10-31 23:05 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox