public inbox for linux-um@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-10-28 09:17:31 to 2025-12-01 13:32:47 UTC [more...]

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-01 13:11 UTC 

[PATCH v4 11/12] arch/um: don't initialize kasan if it's disabled
 2025-12-01 10:56 UTC  (2+ messages)

[PATCH] um: Disable KASAN_INLINE when STATIC_LINK is selected
 2025-11-29  9:56 UTC 

[PATCH v2 0/4] printk cleanup - part 2
 2025-11-28 12:59 UTC  (13+ messages)
` [PATCH v2 1/4] drivers: serial: kgdboc: Drop checks for CON_ENABLED and CON_BOOT
` [PATCH v2 2/4] arch: um: kmsg_dump: Use console_is_usable
` [PATCH v2 3/4] printk: Use console_is_usable on console_unblank
` [PATCH v2 4/4] printk: Make console_{suspend,resume} handle CON_SUSPENDED

[PATCH v13 00/13] nommu UML
 2025-11-28 12:57 UTC  (22+ messages)
` [PATCH v13 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH v13 02/13] um: decouple MMU specific code from the common part
` [PATCH v13 03/13] um: nommu: memory handling
` [PATCH v13 04/13] x86/um: nommu: syscall handling
` [PATCH v13 05/13] um: nommu: seccomp syscalls hook
` [PATCH v13 06/13] x86/um: nommu: process/thread handling
` [PATCH v13 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v13 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v13 09/13] x86/um: nommu: signal handling
` [PATCH v13 10/13] um: change machine name for uname output
` [PATCH v13 11/13] um: nommu: disable SMP on nommu UML
` [PATCH v13 12/13] um: nommu: add documentation of "
` [PATCH v13 13/13] um: nommu: plug nommu code into build system

[linux-next:master 4806/10599] error[E0560]: struct `bindings::kernel_param_ops` has no field named `get`
 2025-11-27  9:26 UTC  (2+ messages)

[PATCH] arch: um: Don't rename vmap to kernel_vmap
 2025-11-25  9:17 UTC  (6+ messages)

[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
 2025-11-19 12:24 UTC  (30+ messages)
` [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH 2/7] arc: "
` [PATCH 3/7] loongarch: "
` [PATCH 4/7] mips: "
` [PATCH 5/7] parisc: "
` [PATCH 6/7] um: "
` [PATCH 7/7] mm: make PT_RECLAIM depend on MMU_GATHER_RCU_TABLE_FREE && 64BIT

[PATCH v2 0/7] enable PT_RECLAIM on all 64-bit architectures
 2025-11-19 12:17 UTC  (12+ messages)
` [PATCH v2 1/7] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v2 2/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v2 3/7] LoongArch: "
` [PATCH v2 4/7] mips: "
` [PATCH v2 5/7] parisc: "
` [PATCH v2 6/7] um: "
` [PATCH v2 7/7] mm: enable PT_RECLAIM on all 64-bit architectures

No more non-root networking modes?
 2025-11-18  6:08 UTC  (2+ messages)

[PATCH net v5 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
 2025-11-13 15:59 UTC  (7+ messages)
` [PATCH net v5 1/2] virtio-net: correct hdr_len handling "
` [PATCH net v5 2/2] virtio-net: correct hdr_len handling for tunnel gso

[PATCH] um: drivers: virtio: use string choices helper
 2025-11-13  2:25 UTC 

[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-10 13:13 UTC 

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-19 12:38 UTC  (46+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
  ` Patch "overflow, tracing: Define the is_signed_type() macro once" has been added to the 5.10-stable tree
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
  ` Patch "btrfs: remove duplicated in_range() macro" has been added to the 5.10-stable tree
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
  ` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.10-stable tree
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
  ` Patch "minmax: fix header inclusions" has been added to the 5.10-stable tree
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
  ` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.10-stable tree
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
  ` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.10-stable tree
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
  ` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.10-stable tree
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
  ` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.10-stable tree
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
  ` Patch "minmax.h: update some comments" has been added to the 5.10-stable tree
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
  ` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.10-stable tree
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-08 15:29 UTC  (20+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 14/19 5.15.y] minmax.h: update some comments
` [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-08  9:19 UTC  (7+ messages)
  ` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-07  0:00 UTC  (5+ messages)

[PATCH v12 00/13] nommu UML
 2025-11-02  9:49 UTC  (14+ messages)
` [PATCH v12 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH v12 02/13] um: decouple MMU specific code from the common part
` [PATCH v12 03/13] um: nommu: memory handling
` [PATCH v12 04/13] x86/um: nommu: syscall handling
` [PATCH v12 05/13] um: nommu: seccomp syscalls hook
` [PATCH v12 06/13] x86/um: nommu: process/thread handling
` [PATCH v12 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v12 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v12 09/13] x86/um: nommu: signal handling
` [PATCH v12 10/13] um: change machine name for uname output
` [PATCH v12 11/13] um: nommu: disable SMP on nommu UML
` [PATCH v12 12/13] um: nommu: add documentation of "
` [PATCH v12 13/13] um: nommu: plug nommu code into build system

[PATCH] um: virtio-pci: Use pointer from memcpy() call for assignment in virtio_pcidev_send_cmd()
 2025-10-31  8:05 UTC 

[PATCH v3 09/12] um: use nolibc for the --showconfig implementation
 2025-10-29 14:07 UTC  (3+ messages)

[PATCH] um: Avoid circular dependency on asm-offsets in pgtable.h
 2025-10-28 10:17 UTC  (2+ messages)

[PATCH 00/10] um: remove vDSO passthrough on 32bit x86
 2025-10-28  9:15 UTC  (6+ messages)
` [PATCH 05/10] x86/um: Drop gate area handling
` [PATCH 06/10] um: Remove fixaddr_user_init()
` [PATCH 07/10] um: Remove redundant range check from __access_ok_vsyscall()
` [PATCH 09/10] x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_END
` [PATCH 10/10] um: Always set up AT_HWCAP and AT_PLATFORM


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