messages from 2026-09-15 02:34:11 to 2026-09-15 19:09:17 UTC [more...]
[PATCH RFC POC 00/50] file: handle files on syscall exit
2026-09-15 19:08 UTC (104+ 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 RFC POC 40/50] KVM: stop putting descriptors "
` [PATCH RFC POC 41/50] KVM: guest_memfd: stop putting the descriptor "
` [PATCH RFC POC 42/50] drm: stop unwinding descriptors by hand
` [PATCH RFC POC 43/50] drm/amdgpu: stop unwinding the fence descriptor "
` [PATCH RFC POC 44/50] drm/etnaviv: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 45/50] accel/habanalabs: stop putting the dma-buf descriptor back on failure
` [PATCH RFC POC 46/50] xen/gntdev-dmabuf: stop putting the "
` [PATCH RFC POC 47/50] iio: buffer: install the buffer descriptor when the ioctl returns
` [PATCH RFC POC 48/50] misc: fastrpc: install the dma-buf "
` [PATCH RFC POC 49/50] iommufd: stop putting descriptors back on failure
` [PATCH RFC POC 50/50] Drivers: hv: mshv: "
[PATCH v4 0/7] hfsplus: convert regular file I/O to iomap-based operations
2026-09-15 18:37 UTC (7+ messages)
` [PATCH v4 2/7] hfsplus: rework hfsplus_get_block() logic
` [PATCH v4 7/7] hfsplus: switch address_space_operations on iomap-based support
[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
2026-09-15 17:54 UTC (7+ messages)
` [PATCH v3 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
[PATCH] netfs, afs: Fix symlink reading
2026-09-15 17:16 UTC (2+ messages)
[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
2026-09-15 17:16 UTC (3+ messages)
[GIT PULL] sysctl fixes for v7.3-rc4
2026-09-15 16:47 UTC (2+ messages)
[PATCH] vfs: clean up indenting in lookup_open()
2026-09-15 16:37 UTC
[PATCH] orangefs: use ssize_t instead of size_t for error codes
2026-09-15 16:30 UTC
[PATCH] orangefs_super: don't wait on service operation on system shutdown
2026-09-15 16:26 UTC
[PATCH v5] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
2026-09-15 16:17 UTC (3+ messages)
[PATCH v2 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
2026-09-15 15:54 UTC (8+ 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 00/17] Treewide: enforce static storage for object initializers
2026-09-15 15:54 UTC (23+ 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] lib: fix lock initialization in region allocation benchmark
2026-09-15 15:28 UTC (2+ messages)
[PATCH 0/6] coredump & signals: an impossible affair
2026-09-15 15:13 UTC (10+ 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 0/7 RFC] fixes for vfs_lookup_open, and integration with nfsd
2026-09-15 14:38 UTC (7+ messages)
` [PATCH 1/7] vfs: add some allowed open flags to vfs_lookup_open()
` [PATCH 3/7] vfs: vfs_lookup_open() should only return -EFTYPE for non-regular files
` [PATCH 4/7] vfs: change vfs_lookup_open() to return found dentry in path.dentry
[PATCH v4 2/2] hfsplus: validate b-tree fork extents at mount time
2026-09-15 14:15 UTC (2+ messages)
[PATCH v4 1/2] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
2026-09-15 14:07 UTC (2+ messages)
[PATCH] mm/readahead: use large folios in page_cache_ra_unbounded()
2026-09-15 13:59 UTC
[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
2026-09-15 13:08 UTC (6+ messages)
` [PATCH v2 07/26] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
[PATCH RFC v4 00/25] fs,kthread: start all kthreads in nullfs
2026-09-15 12:39 UTC (3+ messages)
` [PATCH RFC v4 23/25] fs: "
[PATCH] fs/proc: avoid unused ctl_table entry in init_header
2026-09-15 11:53 UTC (2+ messages)
[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] fs: avoid repeated scans in evict_inodes()
2026-09-15 10:07 UTC (2+ messages)
[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
[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
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).