linux-um archives
 help / color / mirror / Atom feed
 messages from 2026-04-30 03:26:35 to 2026-07-08 23:14:32 UTC [more...]

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-08 23:14 UTC  (42+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH] um: Allow multiple symbol definitions for GCOV builds
 2026-07-08 22:40 UTC 

[PATCH 0/1][RFC] Fix no gcda files with kunit.py
 2026-07-08 21:42 UTC  (4+ messages)
` [PATCH 1/1[RFC] um: include .fini_array.* in linker scripts

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-06  2:41 UTC  (31+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 03/18] arm64: ptrace: Pass thread flags to syscall_trace_enter/exit()
` [PATCH v16 04/18] arm64: ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v16 05/18] arm64: ptrace: Expand secure_computing() in place
` [PATCH v16 06/18] arm64: ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v16 07/18] arm64: ptrace: Protect rseq_syscall() from tracer PC modifications
` [PATCH v16 08/18] arm64: ptrace: Rename syscall_trace_exit() to syscall_exit_work()
` [PATCH v16 09/18] arm64: syscall: Rework the syscall exit path in el0_svc_common()
` [PATCH v16 10/18] arm64: ptrace: Extract syscall_exit_to_user_mode_work() helper
` [PATCH v16 11/18] arm64: ptrace: Align syscall exit work semantics with generic entry
` [PATCH v16 12/18] arm64: syscall: Use exit-specific flags check in el0_svc_common()
` [PATCH v16 13/18] arm64: syscall: Simplify el0_svc_common() syscall exit path
` [PATCH v16 14/18] arm64: syscall: Simplify syscall exit path in el0_svc_common()
` [PATCH v16 15/18] arm64: ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v16 16/18] arm64: entry: Convert to generic entry
` [PATCH v16 17/18] arm64: Inline el0_svc_common()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH 0/7] um: skas: harden the seccomp userspace stub
 2026-07-01 21:31 UTC  (14+ messages)
` [PATCH 1/7] um: skas: create a seccomp USER_NOTIF listener and hand it to the monitor
` [PATCH 2/7] um: skas: gate stub mmap() through the USER_NOTIF monitor
` [PATCH 3/7] um: skas: validate stub mmap() against the guest page table
` [PATCH 4/7] um: skas: handle out-of-batch stub mmap notifications
` [PATCH 5/7] um: skas: validate stub munmap() against the guest address range
` [PATCH 6/7] um: skas: kill stubs that block SIGALRM via a watchdog thread
` [PATCH 7/7] um: skas: refresh stub security notes after closing the known issues

[PATCH 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-06-26 21:33 UTC  (18+ messages)
` [PATCH 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH 2/8] um: "
` [PATCH 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
` [PATCH 4/8] lib/crypto: x86: "
` [PATCH 5/8] lib/crc: "
` [PATCH 6/8] x86/fpu: Remove cpu_has_xfeatures()
` [PATCH 7/8] lib/raid/xor: x86: Remove redundant X86_FEATURE_OSXSAVE check
` [PATCH 8/8] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()

[PATCH] um: ubd: validate COW header fields before use
 2026-06-22 12:48 UTC 

[PATCH] um: virtio_uml: fix heap overflow in vhost_user_get_config()
 2026-06-22 12:47 UTC 

[PATCH] um: vector: fix use-after-free in vector_mmsg_rx()
 2026-06-22 12:47 UTC 

[PATCH v3] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
 2026-06-17  5:44 UTC  (3+ messages)

[PATCH RESEND] um: mconsole: Fix out-of-bounds read in mconsole_log()
 2026-06-16  3:51 UTC 

[PATCH] um: virtio_uml: switch to dynamic root device
 2026-06-12 15:57 UTC  (2+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-06-10 21:06 UTC  (33+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH v1 1/1] um: vector: Use %pM format specifier for MAC addresses
 2026-06-03  7:29 UTC 

[PATCH 0/8] x86-32 CPU configuration cleanups
 2026-06-01 12:27 UTC  (19+ messages)
` [PATCH 1/8] x86: remove ts5500 platforms support
` [PATCH 2/8] x86: remove AMD Élan remnants
` [PATCH 3/8] x86: make TSC usage unconditional
` [PATCH 4/8] x86: make CX8 "
` [PATCH 5/8] x86: remove dependencies on CONFIG_M... CPU options
` [PATCH 6/8] x86: require minimum 64 byte cache lines
` [PATCH 7/8] x86: remove dependencies on per-CPU options
` [PATCH 8/8] x86: simplify 32-bit instruction set selection

[PATCH] um: vector: avoid NULL queue dereference in legacy RX mode
 2026-05-28  8:21 UTC  (7+ messages)

[PATCH] docs: fix typo in user_mode_linux_howto_v2.rst
 2026-05-25 20:23 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 550604d6c9b9efc8d068aff94dc301694a7afdee
 2026-05-22  0:33 UTC 

[PATCH] um: Tighten exec permissions on page mappings
 2026-05-17 23:36 UTC 

[PATCH 4/5] docs: fix repeated prepositions across documentation
 2026-05-09 20:41 UTC  (8+ messages)

[PATCH stable 5.15] um: virt-pci: Fix build failure
 2026-05-09  2:08 UTC  (2+ messages)

[PATCH] um: virtio-pci: free the IRQ message buffers
 2026-05-05 12:43 UTC 

[PATCH] Documentation: Fix duplicated words
 2026-05-02 14:16 UTC  (3+ messages)

[WITHDRAW] Documentation: Fix duplicated words - "in in" was not an error
 2026-05-02 13:09 UTC 

[WITHDRAW] Documentation: Fix typo "eXtention" -> "Extension" and duplicated words
 2026-05-02 13:04 UTC 

[PATCH] rust: arch:um: Fix building 32-bit UML with GCC
 2026-04-30 20:44 UTC  (2+ messages)

[PATCH v3 0/4] arch, mm: consolidate empty_zero_page
 2026-04-30  3:25 UTC  (2+ messages)


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