public inbox for linux-um@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-01-04 10:56:59 to 2021-03-04 07:43:56 UTC [more...]

linux uml segfault
 2021-03-04  7:43 UTC  (20+ messages)
                      ` Bug#983379: "

[PATCH 00/27] Implement SECCOMP based userland
 2021-03-03 15:55 UTC  (28+ messages)
` [PATCH 01/27] um: Switch printk calls to adhere to correct coding style
` [PATCH 02/27] um: Declare fix_range_common as a static function
` [PATCH 03/27] um: Drop support for hosts without SYSEMU_SINGLESTEP support
` [PATCH 04/27] um: Drop NULL check from start_userspace
` [PATCH 05/27] um: Make errors to stop ptraced child fatal during startup
` [PATCH 06/27] um: Don't use vfprintf() for os_info()
` [PATCH 07/27] um: Do not use printk in SIGWINCH helper thread
` [PATCH 08/27] um: Reap winch thread if it fails
` [PATCH 09/27] um: Do not use printk in userspace trampoline
` [PATCH 10/27] um: Always inline stub functions
` [PATCH 11/27] um: Rely on PTRACE_SETREGSET to set FS/GS base registers
` [PATCH 12/27] um: Remove unused register save/restore functions
` [PATCH 13/27] um: Mark 32bit syscall helpers as clobbering memory
` [PATCH 14/27] um: Create signal stack memory assignment in stub_data
` [PATCH 15/27] um: Add generic stub_syscall6 function
` [PATCH 16/27] um: Rework syscall handling
` [PATCH 17/27] um: Store full CSGSFS and SS register from mcontext
` [PATCH 18/27] um: Pass full mm_id to functions creating helper processes
` [PATCH 19/27] um: Move faultinfo extraction into userspace routine
` [PATCH 20/27] um: Use struct uml_pt_regs for copy_context_skas0
` [PATCH 21/27] um: Add UML_SECCOMP configuration option
` [PATCH 22/27] um: Add stub side of SECCOMP/futex based process handling
` [PATCH 23/27] um: Add helper functions to get/set state for SECCOMP
` [PATCH 24/27] um: Add SECCOMP support detection and initialization
` [PATCH 25/27] um: Die if a child dies unexpectedly in seccomp mode
` [PATCH 26/27] um: Implement kernel side of SECCOMP based process handling
` [PATCH 27/27] um: Delay flushing syscalls until the thread is restarted

[PATCH next v4 00/15] printk: remove logbuf_lock
 2021-03-03 15:34 UTC  (7+ messages)
` [PATCH next v4 01/15] um: synchronize kmsg_dumper
` [PATCH next v4 12/15] printk: introduce a kmsg_dump iterator
` lkml delivery: was: Re: [PATCH next v4 00/15] printk: remove logbuf_lock

[PATCH next v3 00/15] printk: remove logbuf_lock
 2021-03-02 13:55 UTC  (12+ messages)
` [PATCH next v3 01/15] um: synchronize kmsg_dumper
` [PATCH next v3 12/15] printk: introduce a kmsg_dump iterator

[PATCH v2 0/8] PCI support for UML
 2021-03-01 15:07 UTC  (9+ messages)
` [PATCH v2 1/8] um: allow disabling NO_IOMEM
` [PATCH v2 2/8] lib: add iomem emulation (logic_iomem)
` [PATCH v2 3/8] um: remove unused smp_sigio_handler() declaration
` [PATCH v2 4/8] um: export signals_enabled directly
` [PATCH v2 5/8] um: time-travel/signals: fix ndelay() in interrupt
` [PATCH v2 6/8] um: irqs: allow invoking time-travel handler multiple times
` [PATCH v2 7/8] um: add PCI over virtio emulation driver
` [PATCH v2 8/8] um: virtio/pci: enable suspend/resume

[PATCH 0/7] x86: fix warnings and refactor syscall code
 2021-03-01 13:15 UTC  (4+ messages)
` [PATCH 3/7] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 4/7] x86/syscalls: stop filling syscall arrays with *_sys_ni_syscall
` [PATCH 6/7] x86/syscalls: use __NR_syscalls instead of __NR_syscall_max

[PATCH] kunit: tool: Disable PAGE_POISONING under --alltests
 2021-02-26 20:57 UTC  (3+ messages)

[PATCH 0/7] PCI support for UML
 2021-02-25 13:13 UTC  (14+ messages)
` [PATCH 1/7] um: allow disabling NO_IOMEM
` [PATCH 2/7] lib: add iomem emulation (logic_iomem)
` [PATCH 3/7] um: remove unused smp_sigio_handler() declaration
` [PATCH 4/7] um: time-travel/signals: fix ndelay() in interrupt
` [PATCH 5/7] um: irqs: allow invoking time-travel handler multiple times
` [PATCH 6/7] um: add PCI over virtio emulation driver
` [PATCH 7/7] um: virtio/pci: enable suspend/resume

[PATCH] um: fix tag order in stub_32.h
 2021-02-23  9:44 UTC 

[GIT PULL] UML changes for 5.12
 2021-02-21 22:02 UTC  (2+ messages)

[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
 2021-02-15 12:03 UTC  (37+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 03/27] x86/build: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 04/27] x86/entry/x32: rename __x32_compat_sys_* to __x64_compat_sys_*
` [PATCH 05/27] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 06/27] ARM: syscalls: "
` [PATCH 07/27] alpha: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 08/27] alpha: syscalls: switch to generic syscalltbl.sh
` [PATCH 09/27] ia64: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 10/27] ia64: syscalls: switch to generic syscalltbl.sh
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 15/27] mips: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 16/27] mips: syscalls: switch to generic syscalltbl.sh
` [PATCH 17/27] parisc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 18/27] parisc: syscalls: switch to generic syscalltbl.sh
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 20/27] sh: syscalls: switch to generic syscalltbl.sh
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 23/27] sparc: syscalls: switch to generic syscalltbl.sh
` [PATCH 24/27] powerpc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 25/27] powerpc: syscalls: switch to generic syscalltbl.sh
` [PATCH 26/27] xtensa: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 27/27] xtensa: syscalls: switch to generic syscalltbl.sh

[GIT PULL] UML fixes for 5.11-rc7
 2021-02-03 20:10 UTC  (2+ messages)

[PATCH] um: io.h: include <linux/types.h>
 2021-02-03 12:22 UTC 

[PATCH] um: irq.h: include <asm-generic/irq.h>
 2021-02-03 12:23 UTC 

[PATCH] um: fix os_idle_sleep() to not hang
 2021-01-25  9:13 UTC  (2+ messages)

[PATCH] um: ubd: Fix crash from option parsing
 2021-01-22 14:44 UTC  (4+ messages)

[PATCH] init/module: split CONFIG_CONSTRUCTORS to fix module gcov on UML
 2021-01-20 17:38 UTC  (7+ messages)
    ` [PATCH v2] init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov

[RFC v7 00/21] Unifying LKL into UML
 2021-01-20  2:27 UTC  (22+ messages)
` [RFC v8 00/20] "
  ` [RFC v8 01/20] um: split build in kernel and host parts
  ` [RFC v8 02/20] um: move arch/um/os-Linux dir to tools/um/uml
  ` [RFC v8 03/20] um: move arch/x86/um/os-Linux to tools/um/uml/
  ` [RFC v8 04/20] um: implement os_initcalls and os_exitcalls
  ` [RFC v8 05/20] um: extend arch_switch_to for alternate SUBARCH
  ` [RFC v8 06/20] um: add UML library mode
  ` [RFC v8 07/20] um: lkl: host interface
  ` [RFC v8 08/20] um: lkl: memory handling
  ` [RFC v8 09/20] um: lkl: kernel thread support
  ` [RFC v8 10/20] um: lkl: system call interface and application API
  ` [RFC v8 11/20] um: lkl: basic console support
  ` [RFC v8 12/20] um: lkl: initialization and cleanup
  ` [RFC v8 13/20] um: lkl: integrate with irq infrastructure of UML
  ` [RFC v8 14/20] um: lkl: plug in the build system
  ` [RFC v8 15/20] um: host: add library mode build for ARCH=um
  ` [RFC v8 16/20] um: host: add utilities functions
  ` [RFC v8 17/20] um: host: posix host operations
  ` [RFC v8 18/20] selftests/um: lkl: add test programs for library mode of UML
  ` [RFC v8 19/20] um: lkl: add block device support "
  ` [RFC v8 20/20] um: lkl: add documentation

[PATCH v10] um: add a pseudo RTC
 2021-01-15 12:12 UTC 

[PATCH 1/3] um: separate child and parent errors in clone stub
 2021-01-15 12:08 UTC  (4+ messages)
` [PATCH 2/3] um: rework userspace stubs to not hard-code stub location
` [PATCH 3/3] um: remove process stub VMA

[PATCH] um: time: fix initialization in time-travel mode
 2021-01-15 11:49 UTC 

[PATCH 1/2] um: mm: check more comprehensively for stub changes
 2021-01-13 21:08 UTC  (2+ messages)
` [PATCH 2/2] um: defer killing userspace on page table update failures

[PATCH] um: print register names in wait_for_stub
 2021-01-13 21:07 UTC 

[PATCH] um: hostfs: use a kmem cache for inodes
 2021-01-13 20:31 UTC 

[PATCH 1/2] Revert "um: allocate a guard page to helper threads"
 2021-01-10 18:05 UTC  (2+ messages)
` [PATCH 2/2] Revert "um: support some of ARCH_HAS_SET_MEMORY"

[PATCH] um: virtio: free vu_dev only with the contained struct device
 2021-01-07 21:15 UTC 

Replacing a legacy uml-switch with bess
 2021-01-07 12:58 UTC  (2+ messages)

[PATCH] um: kmsg_dumper: always dump when not tty console
 2021-01-07  8:05 UTC 

kunit stopped working
 2021-01-07  7:15 UTC  (6+ messages)

[PATCH] um: stdio_console: Make preferred console
 2021-01-05 12:01 UTC 

[PATCH AUTOSEL 5.10 20/31] um: allocate a guard page to helper threads
 2021-01-04 14:21 UTC  (3+ messages)

[PATCH] um: ubd: fix command line handling of ubd
 2021-01-04 11:18 UTC  (5+ messages)


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