messages from 2026-09-14 13:18:05 to 2026-09-15 11:36:22 UTC [more...]
[PATCH RFC POC 00/50] file: handle files on syscall exit
2026-09-15 11:31 UTC (40+ messages)
` [PATCH RFC POC 01/50] file: install "
` [PATCH RFC POC 02/50] entry: commit fds "
` [PATCH RFC POC 03/50] alpha: "
` [PATCH RFC POC 04/50] ARC: "
` [PATCH RFC POC 05/50] ARM: "
` [PATCH RFC POC 06/50] arm64: "
` [PATCH RFC POC 07/50] csky: "
` [PATCH RFC POC 08/50] hexagon: "
` [PATCH RFC POC 09/50] m68k: "
` [PATCH RFC POC 10/50] microblaze: "
` [PATCH RFC POC 11/50] MIPS: "
` [PATCH RFC POC 12/50] nios2: "
` [PATCH RFC POC 13/50] openrisc: "
` [PATCH RFC POC 14/50] parisc: "
` [PATCH RFC POC 15/50] sh: "
` [PATCH RFC POC 16/50] sparc: "
` [PATCH RFC POC 17/50] um: "
` [PATCH RFC POC 18/50] xtensa: "
` [PATCH RFC POC 19/50] file: require the syscall exit hook from every architecture
` [PATCH RFC POC 20/50] file: warn when the descriptor table is unshared with slots
` [PATCH RFC POC 21/50] io_uring: commit fds per request
` [PATCH RFC POC 22/50] net: install SCM_RIGHTS descriptors when recvmsg() returns
` [PATCH RFC POC 23/50] file: open-code receive_fd()'s immediate install
` [PATCH RFC POC 24/50] file: make FD_ADD() a standalone "
` [PATCH RFC POC 25/50] file: reimplement FD_PREPARE() on the deferred fd_prepare() path
` [PATCH RFC POC 26/50] dma-buf: stop unwinding sync file descriptors by hand
` [PATCH RFC POC 27/50] drm/amdkfd: stop collecting CRIU dma-buf descriptors for a final install
` [PATCH RFC POC 28/50] drm/msm: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 29/50] drm/virtio: "
` [PATCH RFC POC 30/50] drm/vmwgfx: "
` [PATCH RFC POC 31/50] vfio: install the migration data "
` [PATCH RFC POC 32/50] liveupdate: install the session descriptors "
` [PATCH RFC POC 33/50] io_uring/zcrx: install the exported descriptor when the request returns
` [PATCH RFC POC 34/50] sctp: install the peeloff descriptor when the syscall returns
` [PATCH RFC POC 35/50] ALSA: compress: install the task descriptors when the ioctl returns
` [PATCH RFC POC 36/50] nitro_enclaves: install the enclave descriptor "
` [PATCH RFC POC 37/50] tpm: vtpm_proxy: install the server "
` [PATCH RFC POC 38/50] perf: stop putting the event descriptor back on failure
` [PATCH RFC POC 39/50] seccomp: stop putting the listener "
[PATCH] fanotify: Re-add Matt Bobrowski as a reviewer
2026-09-15 11:32 UTC (2+ messages)
[PATCH v2 0/2] Add scope-based cleanup capability to eventfd_ctx
2026-09-15 11:09 UTC (3+ messages)
` [PATCH v2 1/2] eventfd: Add scope-based cleanup capability
` [PATCH v2 2/2] drm/syncobj: Use scope-based cleanup for eventfd_ctx
[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
2026-09-15 10:50 UTC (7+ messages)
` [PATCH] xfs: fix NOFS state corruption in btree split worker
[PATCH 0/6] coredump & signals: an impossible affair
2026-09-15 10:22 UTC (7+ messages)
` [PATCH 1/6] coredump: don't switch a dumper that has no files table
` [PATCH 2/6] fork: refuse new threads while a coredump is in progress
` [PATCH 3/6] coredump: hold RCU while releasing parked threads
` [PATCH 4/6] signal: only SIGKILL interrupts a coredumping task
` [PATCH 5/6] coredump: parse a snapshot of core_pattern
` [PATCH 6/6] io-wq: order the exit bit against worker creation task work
[PATCH] fs: avoid repeated scans in evict_inodes()
2026-09-15 10:07 UTC (2+ messages)
[PATCH 00/17] Treewide: enforce static storage for object initializers
2026-09-15 9:24 UTC (21+ messages)
` [PATCH 01/17] locking/mutex: assert static storage for DEFINE_MUTEX()
` [PATCH 02/17] locking/rtmutex: assert static storage for DEFINE_RT_MUTEX()
` [PATCH 03/17] locking/rwsem: assert static storage for semaphore definitions
` [PATCH 04/17] locking/semaphore: assert static storage for DEFINE_SEMAPHORE()
` [PATCH 05/17] locking/seqlock: assert static storage for DEFINE_SEQLOCK()
` [PATCH 06/17] sched: assert static storage for wait queue and completion declarations
` [PATCH 07/17] xarray: assert static storage for DEFINE_XARRAY_FLAGS()
` [PATCH 08/17] idr: enforce the static-storage contract of DEFINE_IDR()
` [PATCH 09/17] radix-tree: require static storage for RADIX_TREE()
` [PATCH 10/17] klist: assert static storage for DEFINE_KLIST()
` [PATCH 11/17] workqueue: assert static storage for work declarations
` [PATCH 12/17] timers: assert static storage for DEFINE_TIMER()
` [PATCH 13/17] kthread: assert static storage for delayed work declarations
` [PATCH 14/17] ratelimit: assert static storage for DEFINE_RATELIMIT_STATE()
` [PATCH 15/17] notifier: assert static storage for locking notifier heads
` [PATCH 16/17] rcu: assert static storage for RCU sync and SRCU definitions
` [PATCH 17/17] sysctl: assert static storage for DEFINE_CTL_TABLE_POLL()
[PATCH bpf-next v7 0/5] bpf: Add user memory access kfuncs for mm_struct
2026-09-15 9:01 UTC (8+ messages)
` [PATCH bpf-next v7 1/5] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v7 2/5] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v7 3/5] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v7 4/5] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v7 5/5] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm
[PATCH v5 0/3] memcg,writeback: flush foreign bdev mappings separately
2026-09-15 8:34 UTC (4+ messages)
` [PATCH v5 1/3] block: introduce bdev_flush_by_dev()
` [PATCH v5 2/3] memcg,writeback: flush foreign bdev mappings separately from owner wbs
` [PATCH v5 3/3] writeback: record bdev targets in foreign writeback tracepoints
[GIT PULL] sysctl fixes for v7.3-rc4
2026-09-15 7:39 UTC
[PATCH v2 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
2026-09-15 6:50 UTC (6+ messages)
` [PATCH v2 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH v2 3/3] blk-cgroup: move async bio punt state to blkcg
[PATCH] proc/task_mmu: handle special PMDs in clear_refs and pagemap
2026-09-15 6:11 UTC (4+ messages)
[PATCH v4 0/3] memcg,writeback: flush foreign bdev mappings separately
2026-09-15 6:06 UTC (4+ messages)
[linux-next:master] [fs] 0d1ea15329: will-it-scale.per_process_ops 84.8% improvement
2026-09-15 4:10 UTC
[syzbot] [iomap?] WARNING in iomap_read_inline_data (2)
2026-09-15 3:40 UTC
[PATCH v4 0/7] hfsplus: convert regular file I/O to iomap-based operations
2026-09-15 2:34 UTC (11+ messages)
` [PATCH v4 1/7] hfs/hfsplus: exchange hardcoded number of extents on named constants
` [PATCH v4 2/7] hfsplus: rework hfsplus_get_block() logic
` [PATCH v4 3/7] hfsplus: take the bitmap page lock for allocate/free
` [PATCH v4 4/7] hfsplus: add iomap operations for regular file data
` [PATCH v4 5/7] hfsplus: move file related operations to file.c
` [PATCH v4 6/7] hfsplus: introduce iomap-based file_operations
` [PATCH v4 7/7] hfsplus: switch address_space_operations on iomap-based support
[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
2026-09-15 1:57 UTC (3+ messages)
` [PATCH v5 "
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-15 1:08 UTC (43+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v2 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v2 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v2 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v2 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v2 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v2 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v2 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v2 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v2 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v2 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v2 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v2 40/40] mm/vma: introduce and use vma[_flags]_can_gup()
[PATCH 00/10] Towards safer path_* API
2026-09-15 0:10 UTC (10+ messages)
` [PATCH 01/10] fs: unexport backing_file_set_user_path() and make it take the ref on its own
` [PATCH 02/10] fs: add path_create(), path_move() and path_clone()
` [PATCH 03/10] fs: use path_clone() in path_init()
[RFC] bpf: account ring buffer backing pages separately from Lost RAM
2026-09-14 22:32 UTC (8+ messages)
` [External Mail]Re: "
[PATCH 1/4] sched/cache: Keep nr_pref_llc_running in the runnable domain
2026-09-14 22:25 UTC (4+ messages)
[PATCH 0/7 RFC] fixes for vfs_lookup_open, and integration with nfsd
2026-09-14 22:00 UTC (6+ messages)
` [PATCH 4/7] vfs: change vfs_lookup_open() to return found dentry in path.dentry
[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
2026-09-14 20:19 UTC (8+ messages)
` [PATCH v2 07/26] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
2026-09-14 20:12 UTC (6+ messages)
` [PATCH v4 0/2] hfsplus: fix the extents overflow file recursive tree_lock and its root cause
` [PATCH v4 1/2] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
` [PATCH v4 2/2] hfsplus: validate b-tree fork extents at mount time
[PATCH] dcache: fully initialize the inline name in __d_alloc()
2026-09-14 19:29 UTC (2+ messages)
` [PATCH v2] "
[syzbot] [mm?] [fs?] possible deadlock in page_cache_ra_order
2026-09-14 19:17 UTC (2+ messages)
` [syzbot] [ntfs3?] "
memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
2026-09-14 19:01 UTC (10+ messages)
[PATCH] xfstests: exclude hfs/hfsplus from generic/339 run
2026-09-14 18:45 UTC (9+ messages)
[GIT PULL] 9p regression fix for 7.3-rc4
2026-09-14 18:07 UTC (2+ messages)
[REGRESSION] kernfs: empty cgroup rmdir latency after delete-notification changes
2026-09-14 18:08 UTC (5+ messages)
[PATCH v5 0/3] mm: zswap: free cold writeback folios promptly
2026-09-14 17:38 UTC (3+ messages)
` [PATCH v5 3/3] mm: zswap: drop cold writeback folios via swap dropbehind
[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
2026-09-14 17:05 UTC (3+ messages)
[syzbot] [exfat?] WARNING in vfat_update_dotdot_de
2026-09-14 16:38 UTC
[PATCH] netfs: Fix netfs_read_gaps() to use separate sink folios
2026-09-14 15:35 UTC (2+ messages)
[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
2026-09-14 15:30 UTC (11+ messages)
` [PATCH v4 10/16] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v4 16/16] mm/page-flags: remove PG_private
` [f2fs-dev] [PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-14 15:30 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 0/4] sched/cache: Fixes for cache aware scheduling
2026-09-14 14:34 UTC (5+ messages)
` [PATCH 4/4] sched/cache: Introduce task_struct->sched_cache_grp
[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
2026-09-14 14:32 UTC (2+ messages)
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-14 14:27 UTC (5+ messages)
[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
2026-09-14 13:58 UTC (6+ messages)
` [PATCH 06/12] mm/sparse: rename __highest_present_section_nr to __highest_used_section_nr
[PATCH v3] man/man2: introduce man page for file_getattr/file_setattr syscalls
2026-09-14 13:52 UTC (3+ messages)
linux-next: manual merge of the security tree with the vfs-brauner tree
2026-09-14 13:18 UTC
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;
as well as URLs for NNTP newsgroup(s).