linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 01:21:02 to 2020-04-15 11:46:43 UTC [more...]

[PATCH AUTOSEL 4.19 15/40] um: ubd: Prevent buffer overrun on command completion
 2020-04-15 11:45 UTC 

[PATCH AUTOSEL 5.4 37/84] um: ubd: Prevent buffer overrun on command completion
 2020-04-15 11:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 67/84] um: falloc.h needs to be directly included for older libc

[PATCH AUTOSEL 5.5 051/106] um: ubd: Prevent buffer overrun on command completion
 2020-04-15 11:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 086/106] um: falloc.h needs to be directly included for older libc

[PATCH AUTOSEL 5.6 060/129] um: ubd: Prevent buffer overrun on command completion
 2020-04-15 11:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 105/129] um: falloc.h needs to be directly included for older libc

[PATCH] um: syscall.c: include <asm/unistd.h>
 2020-04-15  9:39 UTC  (2+ messages)

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-12 19:48 UTC  (22+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 06/21] alpha: simplify detection of memory zone boundaries
` [PATCH 07/21] arm: "
` [PATCH 08/21] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH 09/21] csky: simplify detection of memory zone boundaries
` [PATCH 10/21] m68k: mm: "
` [PATCH 11/21] parisc: "
` [PATCH 12/21] sparc32: "
` [PATCH 13/21] unicore32: "
` [PATCH 14/21] xtensa: "
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [PATCH 19/21] mm: clean up free_area_init_node() and its helpers
` [PATCH 20/21] mm: simplify find_min_pfn_with_active_regions()
` [PATCH 21/21] docs/vm: update memory-models documentation

[trivial PATCH] um virtio: Neaten vu_err macro definition
 2020-04-11 16:37 UTC  (2+ messages)

[PATCH] um: add a generic "fd" vector transport
 2020-04-09 13:20 UTC  (5+ messages)

Documentation for UML Vector network
 2020-04-08 13:20 UTC  (10+ messages)

[GIT PULL] UML changes for v5.7-rc1
 2020-04-07 19:55 UTC  (2+ messages)

[RFC v3 00/26] Unifying LKL into UML
 2020-04-07 19:25 UTC  (36+ messages)
` [RFC v4 00/25] "
  ` [RFC v4 01/25] arch: add __SYSCALL_DEFINE_ARCH
  ` [RFC v4 02/25] um lkl: architecture skeleton for Linux kernel library
  ` [RFC v4 03/25] um lkl: host interface
  ` [RFC v4 04/25] um lkl: memory handling
  ` [RFC v4 05/25] um lkl: kernel threads support
  ` [RFC v4 06/25] um lkl: interrupt support
  ` [RFC v4 07/25] um lkl: system call interface and application API
  ` [RFC v4 08/25] um lkl: timers, time and delay support
  ` [RFC v4 09/25] um lkl: basic kernel console support
  ` [RFC v4 10/25] um lkl: initialization and cleanup
  ` [RFC v4 11/25] um lkl: plug in the build system
  ` [RFC v4 12/25] lkl tools: skeleton for host side library
  ` [RFC v4 13/25] lkl tools: host lib: add utilities functions
  ` [RFC v4 14/25] lkl tools: host lib: filesystem helpers
  ` [RFC v4 15/25] lkl tools: host lib: networking helpers
  ` [RFC v4 16/25] lkl tools: host lib: posix host operations
  ` [RFC v4 17/25] lkl tools: add test programs
  ` [RFC v4 18/25] lkl tools: cptofs that reads/writes to/from a filesystem image
  ` [RFC v4 19/25] lkl tools: fs2tar that converts a filesystem image to tar
  ` [RFC v4 20/25] lkl tools: add lklfuse
  ` [RFC v4 21/25] um lkl: add documentation
  ` [RFC v4 22/25] um lkl: add CI scripts to conduct regression tests
  ` [RFC v4 23/25] um lkl: add UML network driver for lkl
  ` [RFC v4 24/25] um lkl: add UML block device driver (ubd) "
  ` [RFC v4 25/25] um: fix clone flags to be familiar with valgrind

[PATCH] arch: um: fix xor.h include
 2020-04-06 17:37 UTC  (2+ messages)

Clean up scripts/tags.sh
 2020-04-05 19:19 UTC  (2+ messages)

[PATCH] um: delete an unnecessary check before the kfree
 2020-04-05  8:36 UTC 

[PATCH] um: add include: memset() and memcpy() are in <string.h>
 2020-04-02  7:44 UTC  (2+ messages)

Patch to remove symbol conflicts in pcap transport
 2020-04-01  8:00 UTC  (3+ messages)

[PATCH] UML: add support for KASAN under x86_64
 2020-03-31 16:54 UTC  (19+ messages)

use-after-free warning on ubd driver
 2020-03-30  8:32 UTC  (4+ messages)

[PATCH 0/2] Remove dead code and driver version
 2020-03-30  7:22 UTC  (5+ messages)
` [PATCH 1/2] um: Don't overwrite ethtool "

[PATCH] um: Remove some unnecessary NULL checks in vector_user.c
 2020-03-29 21:57 UTC  (2+ messages)

[PATCH] um: vector: Avoid NULL ptr deference if transport is unset
 2020-03-29 21:55 UTC  (3+ messages)

[PATCH v3] uml: make CONFIG_STATIC_LINK actually static
 2020-03-29 21:54 UTC  (4+ messages)

[PATCH 0/6] um: external time travel
 2020-03-29 21:48 UTC  (2+ messages)

[PATCH v1] hostfs: Use kasprintf() instead of fixed buffer formatting
 2020-03-29 21:42 UTC  (3+ messages)

[PATCH] arch/um: falloc.h needs to be directly included for older libc
 2020-03-29 21:41 UTC  (4+ messages)

[PATCH 0/2] fixes to the hypervisor ubd thread
 2020-03-29 21:40 UTC  (4+ messages)
` [PATCH 1/2] um: ubd: Prevent buffer overrun on command completion
` [PATCH 2/2] um: ubd: Retry buffer read on any kind of error

[PATCH] um: Fix overlapping ELF segments when statically linked
 2020-03-29 21:38 UTC  (3+ messages)

[PATCH] um: fix len of file in create_pid_file
 2020-03-29 21:36 UTC  (2+ messages)

[PATCH v2] um: Don't use console_drivers directly
 2020-03-29 21:34 UTC  (3+ messages)

[PATCH] um: configs: Cleanup CONFIG_IOSCHED_CFQ
 2020-03-29 21:33 UTC  (3+ messages)

[RFC PATCH] um: implement CONFIG_CONSTRUCTORS for modules
 2020-03-29 19:37 UTC  (5+ messages)

[PATCHv2 00/50] Add log level to show_stack()
 2020-03-16 14:39 UTC  (3+ messages)
` [PATCHv2 35/50] um/sysrq: Remove needless variable sp
` [PATCHv2 36/50] um: Add show_stack_loglvl()

[OpenRISC] [PATCH -next 000/491] treewide: use fallthrough;
 2020-03-11  4:51 UTC 

[PATCH V3] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 14:52 UTC 

[PATCH V2] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 13:46 UTC  (3+ messages)

Build regressions/improvements in v5.6-rc5
 2020-03-09  9:33 UTC 

[PATCH net-next 0/7] ethtool: consolidate irq coalescing - other drivers
 2020-03-07  6:46 UTC  (13+ messages)
` [PATCH net-next 1/7] um: reject unsupported coalescing params
` [PATCH net-next 2/7] RDMA/ipoib: "
` [PATCH net-next 3/7] tun: "
` [PATCH net-next 4/7] r8152: "
` [PATCH net-next 5/7] vmxnet3: let core reject the unsupported coalescing parameters
` [PATCH net-next 6/7] staging: qlge: reject unsupported coalescing params
` [PATCH net-next 7/7] wil6210: "

[PATCH] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-05  7:34 UTC  (7+ messages)

[PATCH 0/2] mm/vma: some new flags
 2020-03-05  6:50 UTC  (2+ messages)
` [PATCH 1/2] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS

[PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-04 23:10 UTC  (17+ messages)
` [PATCH v3 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v3 2/7] arch: um: "
` [PATCH v3 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v3 4/7] init: main: add KUnit to kernel init
` [PATCH v3 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v3 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v3 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[RFC 0/3] mm/vma: some new flags and helpers
 2020-03-04  5:19 UTC  (5+ messages)
` [RFC 1/3] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS

[PATCH] kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST
 2020-03-03 13:46 UTC  (3+ messages)

[RFC v2 21/37] lkl tools: "boot" test
 2020-03-02 22:25 UTC  (4+ messages)

[PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-02 20:00 UTC  (3+ messages)
` [PATCH v2 4/7] init: main: add KUnit to kernel init

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-02 19:45 UTC  (10+ 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).