messages from 2025-04-24 07:20:38 to 2025-04-25 16:35:46 UTC [more...]
[GIT PULL] bcachefs fixes for 6.15-rc4
2025-04-25 16:35 UTC (5+ messages)
[PATCH] mm/userfaultfd: prevent busy looping for tasks with signals pending
2025-04-25 15:44 UTC (14+ messages)
[PATCH] devtmpfs: don't use vfs_getattr_nosec to query i_mode
2025-04-25 15:40 UTC (9+ messages)
[PATCH 0/4] move all VMA allocation, freeing and duplication logic to mm
2025-04-25 15:34 UTC (29+ messages)
` [PATCH 1/4] mm: abstract initial stack setup to mm subsystem
` [PATCH 2/4] mm: perform VMA allocation, freeing, duplication in mm
` [PATCH 3/4] mm: move dup_mmap() to mm
` [PATCH 4/4] mm: move vm_area_alloc,dup,free() functions to vma.c
[PATCH] fs/xattr.c: fix simple_xattr_list to always include security.* xattrs
2025-04-25 15:14 UTC (4+ messages)
[PATCH v2 0/3] move all VMA allocation, freeing and duplication logic to mm
2025-04-25 14:54 UTC (4+ messages)
` [PATCH v2 1/3] mm: abstract initial stack setup to mm subsystem
` [PATCH v2 2/3] mm: move dup_mmap() to mm
` [PATCH v2 3/3] mm: perform VMA allocation, freeing, duplication in mm
[PATCH RESEND 0/6] support ksm_stat showing at cgroup level
2025-04-25 14:30 UTC (5+ messages)
` [PATCH RESEND 1/6] memcontrol: rename mem_cgroup_scan_tasks()
[bug report] coredump: hand a pidfd to the usermode coredump helper
2025-04-25 14:23 UTC
[PATCH] fs: move the bdex_statx call to vfs_getattr_nosec
2025-04-25 13:39 UTC (2+ messages)
[PATCH] fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)
2025-04-25 13:33 UTC (5+ messages)
[PATCH v2 0/3] coredump: hand a pidfd to the usermode coredump helper
2025-04-25 12:03 UTC (5+ messages)
` [PATCH v2 3/3] "
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-04-25 11:42 UTC (26+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
casefold is using unsuitable case mapping table
2025-04-25 11:40 UTC (3+ messages)
HFS/HFS+ maintainership action items
2025-04-25 11:39 UTC (9+ messages)
` 回复: "
` 回复: "
[DISCUSSION] Revisiting Slab Movable Objects
2025-04-25 11:09 UTC (2+ messages)
[WTF][landlock] d_is_negative(fd_file(f)->f_path.dentry) ???
2025-04-25 9:38 UTC (2+ messages)
[RFC][PATCH] saner calling conventions for ->d_automount()
2025-04-25 9:43 UTC (5+ messages)
[PATCH v2 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
2025-04-25 8:38 UTC (6+ messages)
` [PATCH v2 1/4] pidfs: register pid in pidfs
` [PATCH v2 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
` [PATCH v2 3/4] pidfs: get rid of __pidfd_prepare()
` [PATCH v2 4/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
[PATCH RFC 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
2025-04-25 8:02 UTC (13+ messages)
` [PATCH RFC 1/4] pidfs: register pid in pidfs
` [PATCH RFC 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
` [PATCH RFC 3/4] pidfs: get rid of __pidfd_prepare()
` [PATCH RFC 4/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
[PATCH] smaps: Fix crash in smaps_hugetlb_range for non-present hugetlb entries
2025-04-25 2:09 UTC (7+ messages)
[syzbot] [fs?] [mm?] kernel BUG in __filemap_add_folio
2025-04-25 1:19 UTC
[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
2025-04-24 21:31 UTC (13+ messages)
` [RFC PATCH 1/3] filemap: Add a helper for filesystems implementing dropbehind
` [RFC PATCH 2/3] filemap: Mark folios as dropbehind in generic_perform_write()
` [RFC PATCH 3/3] NFS: Enable the RWF_DONTCACHE flag for the NFS client
` [PATCH 4/3] NFS: add RWF_DONTCACHE support to LOCALIO
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-04-24 17:45 UTC (6+ messages)
` [PATCH v4 3/3] "
[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
2025-04-24 17:44 UTC (11+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "
[PATCH] MAINTAINERS: hfs/hfsplus: add myself as maintainer
2025-04-24 17:09 UTC (3+ messages)
[PATCH v13 00/28] riscv control-flow integrity for usermode
2025-04-24 16:41 UTC (28+ messages)
` [PATCH v13 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v13 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v13 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v13 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v13 09/28] riscv mmu: write protect and shadow stack
` [PATCH v13 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v13 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v13 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v13 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v13 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v13 15/28] riscv/traps: Introduce software check exception
` [PATCH v13 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v13 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v13 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v13 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v13 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v13 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v13 22/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v13 23/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v13 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v13 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v13 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v13 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v13 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 0/2] Fix 100% CPU usage issue in IOU worker threads
2025-04-24 15:51 UTC (16+ messages)
` [PATCH v2 1/2] io_uring: Add new functions to handle user fault scenarios
[PATCH] vfs,shmem,kernfs: fix listxattr to include security.* xattrs
2025-04-24 15:43 UTC (5+ messages)
[RFC PATCH 00/19] famfs: port into fuse
2025-04-24 14:38 UTC (4+ messages)
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps
[netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share
2025-04-24 14:25 UTC (14+ messages)
[PATCH V3 0/7] f2fs: new mount API conversion
2025-04-23 17:08 UTC (8+ messages)
` [PATCH V3 1/7] f2fs: Add fs parameter specifications for mount options
` [PATCH V3 2/7] f2fs: move the option parser into handle_mount_opt
` [PATCH V3 3/7] f2fs: Allow sbi to be NULL in f2fs_printk
` [PATCH V3 4/7] f2fs: Add f2fs_fs_context to record the mount options
` [PATCH V3 5/7] f2fs: separate the options parsing and options checking
` [PATCH V3 6/7] f2fs: introduce fs_context_operation structure
` [PATCH V3 7/7] f2fs: switch to the new mount api
add more bio helper
2025-04-24 12:01 UTC (11+ messages)
` [PATCH 15/17] gfs2: use bdev_rw_virt in gfs2_read_super
[PATCH RFC] : fhandle: relax open_by_handle_at() permission checks
2025-04-24 11:28 UTC (8+ messages)
` fanotify sb/mount watch inside userns (Was: [PATCH RFC] : fhandle: relax open_by_handle_at() permission checks)
[PATCH 0/2] fanotify fixes for v6.15-rc3
2025-04-24 11:16 UTC (2+ messages)
[PATCH] Revert "fs: move the bdex_statx call to vfs_getattr_nosec"
2025-04-24 10:55 UTC (4+ messages)
[PATCH] splice: remove duplicate noinline from pipe_clear_nowait
2025-04-24 9:02 UTC (2+ messages)
[PATCH][RFC] ->mnt_devname is never NULL
2025-04-24 8:56 UTC (5+ messages)
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