gmane.linux.uml.devel archive

879 archived articles, newest first (page 3 of 9). Latest articles →

Re: [RFC PATCH 0/6] um: introduce pidfd_mmap()/pidfd_munmap() syscalls
Tue, 21 Jul 2026 13:20:29 +0200
Johannes Berg <[email protected]> • #27574
Re: [RFC PATCH v2] um: fix futex implementation
Tue, 21 Jul 2026 10:40:37 +0100
Anton Ivanov <[email protected]> • #27573
[RFC PATCH v2] um: fix futex implementation
Tue, 21 Jul 2026 10:43:56 +0200
Johannes Berg <[email protected]> • #27572
[RFC PATCH] um: fix futex implementation
Tue, 21 Jul 2026 10:36:45 +0200
Johannes Berg <[email protected]> • #27571
Re: [patch 00/18] entry: Consolidate and rework syscall entry handling
Tue, 21 Jul 2026 10:17:49 +0200
Thomas Gleixner <[email protected]> • #27570
Re: [patch 00/18] entry: Consolidate and rework syscall entry handling
Tue, 21 Jul 2026 00:01:03 +0200
Magnus Lindholm <[email protected]> • #27569
Re: [patch 00/18] entry: Consolidate and rework syscall entry handling
Mon, 20 Jul 2026 21:21:07 +0200
Thomas Gleixner <[email protected]> • #27568
Re: [RFC PATCH 7/9] um: nommu: add SMP futex operations
Mon, 20 Jul 2026 21:10:01 +0200
Johannes Berg <[email protected]> • #27567
Re: [RFC PATCH 7/9] um: nommu: add SMP futex operations
Mon, 20 Jul 2026 21:06:13 +0200
Johannes Berg <[email protected]> • #27566
Re: [PATCH 14/22] mm: set page table page type when allocated
Mon, 20 Jul 2026 12:05:08 -0700
Vishal Moola <[email protected]> • #27565
[RFC PATCH 7/9] um: nommu: add SMP futex operations
Mon, 20 Jul 2026 20:26:57 +0200
Johannes Berg <[email protected]> • #27564
[RFC PATCH 3/9] um: nommu: memory handling
Mon, 20 Jul 2026 20:26:53 +0200
Johannes Berg <[email protected]> • #27563
[RFC PATCH 9/9] um: nommu: plug nommu code into build system
Mon, 20 Jul 2026 20:26:59 +0200
Johannes Berg <[email protected]> • #27562
[RFC PATCH 8/9] um: nommu: add userspace runner processes
Mon, 20 Jul 2026 20:26:58 +0200
Johannes Berg <[email protected]> • #27561
[RFC PATCH 4/9] um: change machine name for uname output
Mon, 20 Jul 2026 20:26:54 +0200
Johannes Berg <[email protected]> • #27560
[RFC PATCH 6/9] um: further decouple MMU related code
Mon, 20 Jul 2026 20:26:56 +0200
Johannes Berg <[email protected]> • #27559
[RFC PATCH 1/9] x86/um: nommu: elf loader for fdpic
Mon, 20 Jul 2026 20:26:51 +0200
Johannes Berg <[email protected]> • #27558
[RFC PATCH 2/9] um: decouple MMU specific code from the common part
Mon, 20 Jul 2026 20:26:52 +0200
Johannes Berg <[email protected]> • #27557
[RFC PATCH 5/9] x86/um/vdso: nommu: vdso memory update
Mon, 20 Jul 2026 20:26:55 +0200
Johannes Berg <[email protected]> • #27556
[RFC PATCH 0/9] simplified UML/NOMMU approach
Mon, 20 Jul 2026 20:26:50 +0200
Johannes Berg <[email protected]> • #27555
Re: [patch 00/18] entry: Consolidate and rework syscall entry handling
Sun, 19 Jul 2026 13:25:32 +0200
Magnus Lindholm <[email protected]> • #27554
[PATCH] um: use ARRAY_SIZE macro in stub_exe.c
Fri, 17 Jul 2026 11:03:08 +0800
longlong yan <[email protected]> • #27553
Re: [PATCH 17/22] mm: pagewalk: drop redundant address check for kernel mm walks
Thu, 16 Jul 2026 12:24:18 +0200
Kevin Brodsky <[email protected]> • #27552
Re: [PATCH 14/22] mm: set page table page type when allocated
Thu, 16 Jul 2026 11:49:31 +0200
Kevin Brodsky <[email protected]> • #27551
Re: [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
Thu, 16 Jul 2026 11:35:10 +0200
Kevin Brodsky <[email protected]> • #27550
Re: [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Thu, 16 Jul 2026 11:33:33 +0200
Kevin Brodsky <[email protected]> • #27549
Re: [PATCH 00/22] Simplify special kernel page table handling
Wed, 15 Jul 2026 17:07:02 +0200
Kevin Brodsky <[email protected]> • #27548
Re: [PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
Tue, 14 Jul 2026 08:19:51 -0700
Dave Hansen <[email protected]> • #27547
Re: [PATCH 14/22] mm: set page table page type when allocated
Tue, 14 Jul 2026 08:16:16 -0700
Vishal Moola <[email protected]> • #27546
Re: [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
Tue, 14 Jul 2026 08:09:15 -0700
Dave Hansen <[email protected]> • #27545
Re: [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Tue, 14 Jul 2026 16:04:52 +0100
"Lorenzo Stoakes (ARM)" <[email protected]> • #27544
Re: [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Tue, 14 Jul 2026 07:47:43 -0700
Dave Hansen <[email protected]> • #27543
[PATCH 21/22] arm: mm: drop ctor call for kernel page tables
Tue, 14 Jul 2026 15:04:10 +0100
Kevin Brodsky <[email protected]> • #27542
[PATCH 22/22] riscv: mm: drop ctor/dtor calls for kernel page tables
Tue, 14 Jul 2026 15:04:11 +0100
Kevin Brodsky <[email protected]> • #27541
[PATCH 20/22] arm64: mm: drop ctor/dtor calls for kernel page tables
Tue, 14 Jul 2026 15:04:09 +0100
Kevin Brodsky <[email protected]> • #27540
[PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
Tue, 14 Jul 2026 15:04:08 +0100
Kevin Brodsky <[email protected]> • #27539
[PATCH 18/22] arm64: mm: drop explicit mm_is_efi() check in contpte
Tue, 14 Jul 2026 15:04:07 +0100
Kevin Brodsky <[email protected]> • #27538
[PATCH 17/22] mm: pagewalk: drop redundant address check for kernel mm walks
Tue, 14 Jul 2026 15:04:06 +0100
Kevin Brodsky <[email protected]> • #27537
[PATCH 16/22] efi: mark efi_mm as a kernel mm
Tue, 14 Jul 2026 15:04:05 +0100
Kevin Brodsky <[email protected]> • #27536
[PATCH 15/22] mm: only initialise pt_share_count for user pgtables
Tue, 14 Jul 2026 15:04:04 +0100
Kevin Brodsky <[email protected]> • #27535
[PATCH 14/22] mm: set page table page type when allocated
Tue, 14 Jul 2026 15:04:03 +0100
Kevin Brodsky <[email protected]> • #27534
[PATCH 13/22] mm: account page table pages when allocated
Tue, 14 Jul 2026 15:04:02 +0100
Kevin Brodsky <[email protected]> • #27533
[PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
Tue, 14 Jul 2026 15:04:01 +0100
Kevin Brodsky <[email protected]> • #27532
[PATCH 11/22] um: mm: use mm_is_kernel() in TLB sync
Tue, 14 Jul 2026 15:04:00 +0100
Kevin Brodsky <[email protected]> • #27531
[PATCH 10/22] sparc: mm: use mm_is_kernel() for kernel mm checks
Tue, 14 Jul 2026 15:03:59 +0100
Kevin Brodsky <[email protected]> • #27530
[PATCH 09/22] s390: mm: use mm_is_kernel() for kernel mm checks
Tue, 14 Jul 2026 15:03:58 +0100
Kevin Brodsky <[email protected]> • #27529
[PATCH 08/22] powerpc: mm: use mm_is_kernel() for kernel mm checks
Tue, 14 Jul 2026 15:03:57 +0100
Kevin Brodsky <[email protected]> • #27528
[PATCH 07/22] parisc: mm: use mm_is_kernel() for kernel mm checks
Tue, 14 Jul 2026 15:03:56 +0100
Kevin Brodsky <[email protected]> • #27527
[PATCH 06/22] loongarch: mm: use mm_is_kernel() in switch_mm_irqs_off()
Tue, 14 Jul 2026 15:03:55 +0100
Kevin Brodsky <[email protected]> • #27526
[PATCH 05/22] arm64: mm: use mm_is_kernel() for kernel mm checks
Tue, 14 Jul 2026 15:03:54 +0100
Kevin Brodsky <[email protected]> • #27525
[PATCH 04/22] mm: use mm_is_kernel() in generic page table code
Tue, 14 Jul 2026 15:03:53 +0100
Kevin Brodsky <[email protected]> • #27524
[PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Tue, 14 Jul 2026 15:03:52 +0100
Kevin Brodsky <[email protected]> • #27523
[PATCH 02/22] mm: move mm_flags helpers to mm_types.h
Tue, 14 Jul 2026 15:03:51 +0100
Kevin Brodsky <[email protected]> • #27522
[PATCH 00/22] Simplify special kernel page table handling
Tue, 14 Jul 2026 15:03:49 +0100
Kevin Brodsky <[email protected]> • #27521
[PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
Tue, 14 Jul 2026 15:03:50 +0100
Kevin Brodsky <[email protected]> • #27520
Re: [patch 13/18] entry: Make trace_syscall_enter() return type bool
Tue, 14 Jul 2026 10:20:20 +0200
Michal Suchánek <[email protected]> • #27519
Re: [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Mon, 13 Jul 2026 15:06:10 +0800
Guo Ren <[email protected]> • #27518
Re: [patch 13/18] entry: Make trace_syscall_enter() return type bool
Sat, 11 Jul 2026 22:33:16 +0200
Thomas Gleixner <[email protected]> • #27517
Re: [patch 00/18] entry: Consolidate and rework syscall entry handling
Sat, 11 Jul 2026 14:29:12 +0200
Magnus Lindholm <[email protected]> • #27516
[RFC PATCH 6/6] selftests/pidfd: add pidfd_mmap()/pidfd_munmap() tests
Fri, 10 Jul 2026 13:53:24 -0700
Cong Wang <[email protected]> • #27515
[RFC PATCH 5/6] um: install guest mappings via pidfd_mmap() in both modes
Fri, 10 Jul 2026 13:53:23 -0700
Cong Wang <[email protected]> • #27514
[RFC PATCH 4/6] um: forbid mmap/munmap in the stub seccomp filter
Fri, 10 Jul 2026 13:53:22 -0700
Cong Wang <[email protected]> • #27513
[RFC PATCH 3/6] um: install guest mappings via pidfd_mmap() in seccomp mode
Fri, 10 Jul 2026 13:53:21 -0700
Cong Wang <[email protected]> • #27512
[RFC PATCH 2/6] um: acquire a stub pidfd via CLONE_PIDFD in seccomp mode
Fri, 10 Jul 2026 13:53:20 -0700
Cong Wang <[email protected]> • #27511
[RFC PATCH 0/6] um: introduce pidfd_mmap()/pidfd_munmap() syscalls
Fri, 10 Jul 2026 13:53:18 -0700
Cong Wang <[email protected]> • #27510
[RFC PATCH 1/6] pidfd: add pidfd_mmap()/pidfd_munmap() syscalls
Fri, 10 Jul 2026 13:53:19 -0700
Cong Wang <[email protected]> • #27509
Re: [patch 13/18] entry: Make trace_syscall_enter() return type bool
Fri, 10 Jul 2026 17:20:03 +0200
Michal Suchánek <[email protected]> • #27508
Re: [patch 13/18] entry: Make trace_syscall_enter() return type bool
Fri, 10 Jul 2026 14:52:40 +0200
Oleg Nesterov <[email protected]> • #27507
Re: [patch 13/18] entry: Make trace_syscall_enter() return type bool
Fri, 10 Jul 2026 14:32:13 +0200
Michal Suchánek <[email protected]> • #27506
Re: [patch 13/18] entry: Make trace_syscall_enter() return type bool
Fri, 10 Jul 2026 13:40:43 +0200
Oleg Nesterov <[email protected]> • #27505
Re: [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Fri, 10 Jul 2026 13:16:20 +0200
Oleg Nesterov <[email protected]> • #27504
Re: [patch 13/18] entry: Make trace_syscall_enter() return type bool
Fri, 10 Jul 2026 13:01:02 +0200
Michal Suchánek <[email protected]> • #27503
Re: [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Fri, 10 Jul 2026 12:42:29 +0200
Michal Suchánek <[email protected]> • #27502
Re: [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
Fri, 10 Jul 2026 01:46:15 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27501
Re: [patch 00/18] entry: Consolidate and rework syscall entry handling
Fri, 10 Jul 2026 01:45:19 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27500
Re: [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
Fri, 10 Jul 2026 01:19:28 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27499
Re: [patch 15/18] x86/entry: Make syscall functions static
Fri, 10 Jul 2026 01:13:15 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27498
Re: [patch 14/18] entry: Make return type of syscall_trace_enter() bool
Fri, 10 Jul 2026 01:06:23 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27497
Re: [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Fri, 10 Jul 2026 00:52:35 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27496
Re: [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Fri, 10 Jul 2026 00:40:00 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27495
Re: [patch 10/18] entry: Use syscall number instead of rereading it
Fri, 10 Jul 2026 00:20:46 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27494
Re: [patch 09/18] entry: Remove syscall_enter_from_user_mode()
Fri, 10 Jul 2026 00:19:18 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27493
Re: [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
Fri, 10 Jul 2026 00:15:39 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27492
Re: [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Fri, 10 Jul 2026 00:13:32 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27491
Re: [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Fri, 10 Jul 2026 00:12:23 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27490
Re: [patch 05/18] powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Fri, 10 Jul 2026 00:11:04 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27489
Re: [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Fri, 10 Jul 2026 00:10:01 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27488
Re: [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
Fri, 10 Jul 2026 00:04:21 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27487
Re: [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
Fri, 10 Jul 2026 00:02:27 +0530
Mukesh Kumar Chaurasiya <[email protected]> • #27486
Re: [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Thu, 09 Jul 2026 13:03:28 -0400
Radu Rendec <[email protected]> • #27485
Re: [patch 13/18] entry: Make trace_syscall_enter() return type bool
Thu, 9 Jul 2026 17:26:59 +0100
David Laight <[email protected]> • #27484
Re: [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
Thu, 9 Jul 2026 09:23:47 -0700
Kees Cook <[email protected]> • #27483
Re: [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Thu, 9 Jul 2026 09:22:06 -0700
Kees Cook <[email protected]> • #27482
Re: [patch 10/18] entry: Use syscall number instead of rereading it
Thu, 9 Jul 2026 13:22:26 +0200
Philippe Mathieu-Daudé <[email protected]> • #27481
Re: [patch 10/18] entry: Use syscall number instead of rereading it
Thu, 9 Jul 2026 13:20:43 +0200
Philippe Mathieu-Daudé <[email protected]> • #27480
Re: [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
Thu, 9 Jul 2026 13:18:04 +0200
Philippe Mathieu-Daudé <[email protected]> • #27479
Re: [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Thu, 9 Jul 2026 13:17:17 +0200
Philippe Mathieu-Daudé <[email protected]> • #27478
Re: [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Thu, 9 Jul 2026 13:16:51 +0200
Philippe Mathieu-Daudé <[email protected]> • #27477
Re: [patch 05/18] powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Thu, 9 Jul 2026 13:16:21 +0200
Philippe Mathieu-Daudé <[email protected]> • #27476
Re: [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Thu, 9 Jul 2026 13:15:55 +0200
Philippe Mathieu-Daudé <[email protected]> • #27475
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.