messages from 2026-09-07 19:54:11 to 2026-09-08 20:14:51 UTC [more...]
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:01 UTC (27+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
[PATCH v1 0/2] writeback: bound foreign dirty flushing
2026-09-08 19:47 UTC (6+ messages)
` [PATCH v1 1/2] writeback: size foreign flushes by target wb dirty pages
` [PATCH v1 2/2] writeback: snapshot foreign flush pages
[PATCH 0/2] sysctl: Restore minmax check for proc_do{int,ulong}vec_ms_jiffies_minmax()
2026-09-08 18:44 UTC (7+ messages)
` [PATCH 1/2] sysctl: Make proc_dointvec_ms_jiffies_minmax() enforce minmax again
` [PATCH 2/2] sysctl: Make proc_doulongvec_ms_jiffies_minmax() "
[PATCH v4 0/3] mm: zswap: free cold writeback folios promptly
2026-09-08 18:39 UTC (7+ messages)
` [PATCH v4 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v4 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
2026-09-08 18:18 UTC (13+ messages)
` [PATCH v2 1/5] proc/task_mmu: remove unnecessary helpers
` [PATCH v2 2/5] proc/task_mmu: remove unnecessary inlines in function definitions
` [PATCH v2 3/5] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v2 4/5] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
` [PATCH v2 5/5] selftests/proc: add /proc/pid/smaps_rollup tearing tests
[PATCH 0/8] mm: introduce for_each_process_rcu and for_each_thread_rcu
2026-09-08 17:41 UTC (7+ messages)
` [PATCH 6/8] fs: convert process/thread iterators to for_each_*_rcu
[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
2026-09-08 17:39 UTC (3+ messages)
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-08 17:22 UTC (13+ messages)
` [PATCH v3 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v3 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v3 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v3 11/14] treewide: remove folio_set/clear_private()
` [PATCH v3 14/14] mm/page-flags: remove PG_private
[PATCH] exec: do_close_on_exec() before taking exec_update_lock
2026-09-08 16:45 UTC (3+ messages)
[PATCH] selftests/proc: avoid exit() from SIGALRM handler
2026-09-08 16:40 UTC (2+ messages)
[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
2026-09-08 16:30 UTC (9+ messages)
` [PATCH 01/25] mm/fbatch: remove !CONFIG_SMP special case of folio_activate()
` [PATCH 02/25] mm/fbatch: allow folios_put_refs() to skip xa_is_value() entries
` [PATCH 03/25] mm/fbatch: temporarily disable lazyfree and mlock+munlock batching
` [PATCH 15/25] mm/fbatch: remove shake_folio() shake_page() from memory-failure
[PATCH bpf-next v6 0/5] bpf: Add user memory access kfuncs for mm_struct
2026-09-08 16:18 UTC (9+ messages)
` [PATCH bpf-next v6 1/5] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v6 2/5] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v6 3/5] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v6 4/5] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v6 5/5] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm
[BUG] general protection fault in orangefs_writepages
2026-09-08 15:41 UTC (2+ messages)
` [PATCH] orangefs: don't continue on to gpf if client dies on write
[PATCH 00/27] fs: port to const struct mnt_idmap
2026-09-08 15:25 UTC (2+ messages)
[PATCH] man/man2: introduce man page for file_getattr/file_setattr syscalls
2026-09-08 14:40 UTC (2+ messages)
[PATCH v2 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
2026-09-08 14:17 UTC (12+ messages)
` [PATCH v2 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
` [PATCH v2 2/6] mm: implement file_is_dev_zero() to uniquely identify /dev/zero
` [PATCH v2 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v2 4/6] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v2 5/6] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v2 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[PATCH bpf-next v5 0/7] bpf: Add user memory access kfuncs for mm_struct
2026-09-08 13:19 UTC (12+ messages)
` [PATCH bpf-next v5 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v5 3/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v5 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v5 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
[PATCH] squashfs: fix inode number description in documentation
2026-09-08 13:01 UTC
[PATCH 0/4] sched/numa: Add per-process automatic NUMA balancing control
2026-09-08 12:24 UTC (5+ messages)
` [PATCH 1/4] sched/numa: Track per-process automatic NUMA balancing mode
` [PATCH 2/4] sched/numa: Add prctl controls for process mode
` [PATCH 3/4] proc: Report process NUMA balancing mode
` [PATCH 4/4] Documentation: Describe per-process NUMA balancing control
[RFC PATCH] mm/truncate: fix data loss when splitting fails in truncate_inode_partial_folio()
2026-09-08 12:20 UTC (4+ messages)
[PATCH 5.10.y 1/2] cifs: SMB1 split: connect.c
2026-09-08 12:20 UTC
[PATCH 5.10.y 1/3] cifs: Remove the server pointer from smb_message
2026-09-08 12:19 UTC (2+ messages)
` [PATCH 5.10.y 2/3] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-09-08 12:10 UTC (12+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 4/8] rust: page: convert to `Ownable`'
[PATCH next] buffer: guard folio_test_dropbehind() against a NULL b_folio in __bh_submit()
2026-09-08 11:30 UTC (3+ messages)
[PATCH] once_lite: Simplify condition handling and fix context analysis
2026-09-08 10:15 UTC (4+ messages)
[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
2026-09-08 10:10 UTC (3+ messages)
[PATCH v2] fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()
2026-09-08 10:01 UTC (5+ messages)
[PATCH v2 0/2] quota: Verify special quota formats match sb type
2026-09-08 9:53 UTC (5+ messages)
` [PATCH v2 2/2] shmem: Refuse to enable tmpfs format for another filesystem
[PATCH v2] isofs: convert the zisofs read path to use folios
2026-09-08 9:26 UTC (2+ messages)
[PATCH v12 0/8] netfs: Miscellaneous preparatory changes
2026-09-08 9:10 UTC (9+ messages)
` [PATCH v12 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v12 2/8] netfs: Remove the writethrough code
` [PATCH v12 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v12 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v12 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v12 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v12 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v12 8/8] netfs: Set subrequest->source at alloc before trace emission
[PATCH 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
2026-09-08 8:56 UTC (9+ messages)
` [PATCH 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[STABLE v5.15.y 1/8] file: add fput() cleanup helper
2026-09-08 8:51 UTC (8+ messages)
` [STABLE v5.15.y 2/8] eventpoll: use hlist_is_singular_node() in __ep_remove()
` [STABLE v5.15.y 3/8] eventpoll: split __ep_remove()
` [STABLE v5.15.y 4/8] eventpoll: kill __ep_remove()
` [STABLE v5.15.y 5/8] eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()
` [STABLE v5.15.y 6/8] eventpoll: rename ep_remove_safe() back to ep_remove()
` [STABLE v5.15.y 7/8] eventpoll: move epi_fget() up
` [STABLE v5.15.y 8/8] eventpoll: fix ep_remove struct eventpoll / struct file UAF
[PATCH v4 3/3] mm: zswap: drop cold writeback folios via swap dropbehind
2026-09-08 8:24 UTC (2+ messages)
[PATCH RFC] fs: cache-align lock_class_keys in struct file_system_type
2026-09-08 8:07 UTC (4+ messages)
[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-08 7:51 UTC (14+ messages)
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
[PATCH v4 00/12] crash: Rework and add arm64 crash hotplug support
2026-09-08 7:23 UTC (4+ messages)
` [PATCH v4 05/12] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
[syzbot] [fs?] general protection fault in configfs_depend_item_unlocked
2026-09-08 7:08 UTC
[BUG] ecryptfs leaks an inode on lookup failure -> kernel BUG in generic_shutdown_super()
2026-09-08 4:50 UTC (3+ messages)
[BUG] WARNING in ext4_journalled_invalidate_folio
2026-09-08 4:11 UTC (3+ messages)
[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
2026-09-08 3:55 UTC (4+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] f2fs: complete dropbehind write bios in task context
` [PATCH v5 2/2] f2fs: enable buffered RWF_DONTCACHE
[PATCH] isofs: fix Rock Ridge CE extent validation on multisession media
2026-09-08 3:28 UTC (3+ messages)
[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in getname_kernel
2026-09-08 1:21 UTC
[PATCH 5.15.y 1/2] cifs: SMB1 split: connect.c
2026-09-08 1:03 UTC
[PATCH 5.15.y 1/2] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
2026-09-08 0:20 UTC
[PATCH 6.1.y 1/3] cifs: Scripted clean up fs/smb/client/fscache.h
2026-09-07 23:20 UTC (2+ messages)
` [PATCH 6.1.y 2/3] cifs: SMB1 split: connect.c
[PATCH 6.1.y 1/4] cifs: Remove the server pointer from smb_message
2026-09-07 22:45 UTC (3+ messages)
` [PATCH 6.1.y 2/4] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 6.1.y 3/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
[PATCH v2 8/8] security/landlock: convert thread iterator to for_each_thread_rculock
2026-09-07 21:44 UTC (2+ messages)
[PATCH v2 7/8] lib: convert process iterator to for_each_process_rculock
2026-09-07 21:42 UTC (2+ messages)
[PATCH v2 6/8] fs: convert process/thread iterators to for_each_*_rculock
2026-09-07 21:40 UTC (2+ messages)
[PATCH 6.6.y 1/4] cifs: Scripted clean up fs/smb/client/fscache.h
2026-09-07 21:36 UTC (3+ messages)
` [PATCH 6.6.y 2/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
` [PATCH 6.6.y 3/4] cifs: SMB1 split: connect.c
deadlock from exec_update_lock and reading procfs
2026-09-07 21:30 UTC (3+ messages)
[PATCH v2 4/8] mm/memory-failure: convert process iterator to for_each_process_rculock
2026-09-07 21:24 UTC (2+ messages)
[PATCH v2 1/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-07 21:20 UTC (2+ messages)
[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
2026-09-07 21:00 UTC (4+ messages)
` [PATCH v3 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH v3 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH v3 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection
[PATCH 6.12.y 1/3] cifs: Scripted clean up fs/smb/client/fscache.h
2026-09-07 20:00 UTC (2+ messages)
` [PATCH 6.12.y 2/3] cifs: SMB1 split: connect.c
[PATCH 6.6.y 1/4] cifs: Remove the server pointer from smb_message
2026-09-07 20:00 UTC (3+ messages)
` [PATCH 6.6.y 2/4] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 6.6.y 3/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox