messages from 2025-12-03 00:37:04 to 2025-12-04 20:04:16 UTC [more...]
[PATCH v24 00/28] riscv control-flow integrity for usermode
2025-12-04 20:03 UTC (9+ messages)
` [PATCH v24 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v24 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v24 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v24 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v24 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v24 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v24 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v24 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
[PATCH v1 00/30] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2025-12-04 19:22 UTC (28+ messages)
` [PATCH v1 06/30] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v1 07/30] io_uring/rsrc: add fixed buffer table pinning/unpinning
` [PATCH v1 09/30] io_uring: add io_uring_cmd_import_fixed_index()
` [PATCH v1 11/30] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v1 14/30] io_uring: add release callback for ring death
` [PATCH v1 20/30] fuse: support buffer copying for kernel addresses
` [PATCH v1 21/30] fuse: add io-uring kernel-managed buffer ring
` [PATCH v1 22/30] io_uring/rsrc: refactor io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v1 23/30] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v1 24/30] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v1 25/30] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v1 26/30] io_uring/rsrc: export io_buffer_unregister
` [PATCH v1 27/30] fuse: rename fuse_set_zero_arg0() to fuse_zero_in_arg0()
` [PATCH v1 28/30] fuse: enforce op header for every payload reply
` [PATCH v1 29/30] fuse: add zero-copy over io-uring
` [PATCH v1 30/30] docs: fuse: add io-uring bufring and zero-copy documentation
[RFC v2 00/11] Add dmabuf read/write via io_uring
2025-12-04 19:07 UTC (21+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests
[PATCH v3 0/4] ceph: add subvolume metrics reporting support
2025-12-04 18:53 UTC (10+ messages)
` [PATCH v3 1/4] ceph: handle InodeStat v8 versioned field in reply parsing
` [PATCH v3 2/4] ceph: parse subvolume_id from InodeStat v9 and store in inode
` [PATCH v3 3/4] ceph: add subvolume metrics collection and reporting
` [PATCH v3 4/4] ceph: adding CEPH_SUBVOLUME_ID_NONE
[PATCH 2/2] timers/nohz: Avoid /proc/stat idle/iowait fluctuation when cpu hotplug
2025-12-04 18:21 UTC (2+ messages)
[PATCH v4 0/3] Allow knfsd to use atomic_open()
2025-12-04 17:38 UTC (5+ messages)
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-12-04 17:18 UTC (6+ messages)
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-12-04 15:43 UTC (21+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
` [PATCH v18] "
` [RFC][PATCH] exec: Move cred computation under exec_update_lock
` Are setuid shell scripts safe? (Implied by security_bprm_creds_for_exec)
[PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
2025-12-04 15:19 UTC
[PATCH] mm/huge_memory: consolidate order-related checks into folio_split_supported()
2025-12-04 15:13 UTC (5+ messages)
[PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
2025-12-04 15:04 UTC (2+ messages)
[PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
2025-12-04 15:02 UTC (2+ messages)
[PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
2025-12-04 15:02 UTC (2+ messages)
[PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
2025-12-04 15:00 UTC (2+ messages)
` [PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext[PATCH "
[PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext
2025-12-04 14:56 UTC (2+ messages)
[PATCH v23 15/28] riscv/traps: Introduce software check exception and uprobe handling
2025-12-04 14:53 UTC (2+ messages)
[PATCH v23 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
2025-12-04 14:48 UTC (2+ messages)
[PATCH v23 13/28] prctl: arch-agnostic prctl for indirect branch tracking
2025-12-04 14:48 UTC (2+ messages)
[PATCH v23 12/28] riscv: Implements arch agnostic shadow stack prctls
2025-12-04 14:47 UTC (2+ messages)
[PATCH v23 10/28] riscv/mm: Implement map_shadow_stack() syscall
2025-12-04 14:46 UTC (2+ messages)
[PATCH v23 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
2025-12-04 14:43 UTC (2+ messages)
[PATCH v23 09/28] riscv/mm: write protect and shadow stack
2025-12-04 14:45 UTC (2+ messages)
[PATCH v23 07/28] riscv/mm: manufacture shadow stack pte
2025-12-04 14:41 UTC (2+ messages)
[PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
2025-12-04 14:41 UTC (2+ messages)
[PATCH v23 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
2025-12-04 14:37 UTC (2+ messages)
[PATCH v23 03/28] riscv: zicfiss / zicfilp enumeration
2025-12-04 14:36 UTC (2+ messages)
[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
2025-12-04 14:26 UTC
[PATCH v3] lib: xarray: free unused spare node in xas_create_range()
2025-12-04 14:15 UTC (3+ messages)
[PATCH v23 01/28] mm: VM_SHADOW_STACK definition for riscv
2025-12-04 14:14 UTC (2+ messages)
[PATCH v7 0/3] statmount: accept fd as a parameter
2025-12-04 14:11 UTC (3+ messages)
[syzbot] [fs?] general protection fault in fd_install
2025-12-04 14:07 UTC (3+ messages)
` [PATCH] mqueue: correct the type of ro to int
[PATCH v2 0/2] filelock: fix conflict detection with userland file delegations
2025-12-04 13:48 UTC (3+ messages)
` [PATCH v2 1/2] filelock: add lease_dispose_list() helper
` [PATCH v2 2/2] filelock: allow lease_managers to dictate what qualifies as a conflict
[RFC PATCH 0/7] Enable exfat_get_block to support obtaining multiple clusters
2025-12-04 12:18 UTC (5+ messages)
` [RFC PATCH 7/7] exfat: get mutil-clusters in exfat_get_block
[syzbot] [exfat?] [ocfs2?] kernel BUG in link_path_walk
2025-12-04 11:58 UTC (11+ messages)
[PATCH] fs: exfat: Fix corrupted error code handling in exfat_find_empty_entry()
2025-12-04 11:58 UTC (2+ messages)
[PATCH v3 0/2] Fix memory leaks in hfs and hfsplus
2025-12-04 12:19 UTC (6+ messages)
` [PATCH v3 1/2] hfs: ensure sb->s_fs_info is always cleaned up
[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
2025-12-04 10:05 UTC (4+ messages)
` (subset) "
[PATCH] vfs: use UAPI types for new struct delegation definition
2025-12-04 9:17 UTC (7+ messages)
[PATCH v4 1/2] filelock: use a consume fence in locks_inode_context()
2025-12-04 9:14 UTC (3+ messages)
` [PATCH v4 2/2] fs: track the inode having file locks with a flag in ->i_opflags
[PATCH] fs: annotate cdev_lock with __cacheline_aligned_in_smp
2025-12-04 9:12 UTC (3+ messages)
[PATCH] fuse: add zero-copy to fuse-over-io_uring
2025-12-04 8:25 UTC
[GIT PULL] fuse update for 6.19
2025-12-04 8:25 UTC
[PATCH v2] f2fs: add overflow/underflow checks to update_sit_entry— please ignore
2025-12-04 7:05 UTC
[GIT PULL] ntfs3: bugfixes for 6.19
2025-12-04 4:47 UTC (2+ messages)
[GIT PULL] hfs/hfsplus changes for 6.19-rc1
2025-12-04 4:47 UTC (2+ messages)
[PATCH v2] fuse: limit debug log output during ring teardown
2025-12-04 2:32 UTC
[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2025-12-04 0:54 UTC (9+ messages)
` [PATCH v4 5/9] cxl/region, dax/hmem: Arbitrate Soft Reserved ownership with cxl_regions_fully_map()
` [PATCH v4 6/9] cxl/region: Add register_dax flag to defer DAX setup
` [PATCH v4 8/9] cxl/region, dax/hmem: Tear down CXL regions when HMEM reclaims Soft Reserved
` [PATCH v4 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
[PATCH][RFC][slab] static kmem_cache instances for core caches
2025-12-03 23:24 UTC
[PATCH AUTOSEL 6.18-6.6] iomap: adjust read range correctly for non-block-aligned positions
2025-12-03 23:07 UTC (2+ messages)
[PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
2025-12-03 22:46 UTC (8+ messages)
` [PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
[PATCH 0/2] filelock: fix conflict detection with userland file delegations
2025-12-03 22:41 UTC (9+ messages)
` [PATCH 1/2] filelock: add lease_dispose_list() helper
` [PATCH 2/2] filelock: allow lease_managers to dictate what qualifies as a conflict
[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2025-12-03 22:05 UTC (3+ messages)
[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
2025-12-03 20:01 UTC (10+ messages)
[PATCH] ceph: fix kernel crash in ceph_open()
2025-12-03 19:48 UTC (13+ messages)
[PATCH RFC 0/2] configfs: enable kernel-space item registration
2025-12-03 19:44 UTC (3+ messages)
` [PATCH RFC 1/2] configfs: add kernel-space item registration API
[PATCH v2 0/3] memfd-based Userspace MFR Policy for HugeTLB
2025-12-03 19:41 UTC (8+ messages)
` [PATCH v2 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
` [PATCH v2 2/3] selftests/mm: test userspace MFR for HugeTLB hugepage
` [PATCH v2 3/3] Documentation: add documentation for MFD_MF_KEEP_UE_MAPPED
[PATCH] cifs: Remove dead function prototypes
2025-12-03 19:29 UTC
[RFC PATCH] init/mount: allow searching initramfs for init process
2025-12-03 18:26 UTC
[PATCH V3 0/4] 9p: Convert to the new mount API
2025-12-03 18:04 UTC (15+ messages)
` [PATCH V3 4/4] 9p: convert "
` [PATCH V3 5/4] 9p: fix cache option printing in v9fs_show_options
[PATCH v2 0/3] ceph: add subvolume metrics reporting support
2025-12-03 15:57 UTC (7+ messages)
` [PATCH v2 2/3] ceph: parse subvolume_id from InodeStat v9 and store in inode
` [PATCH v2 3/3] ceph: add subvolume metrics collection and reporting
[PATCH 6.17 042/146] afs: Fix delayed allocation of a cells anonymous key
2025-12-03 15:27 UTC (2+ messages)
` [PATCH 6.17 050/146] afs: Fix uninit var in afs_alloc_anon_key()
[PATCH fstests v3 0/3] generic: new testcases for delegation support
2025-12-03 15:43 UTC (4+ messages)
` [PATCH fstests v3 1/3] common/rc: clean up after the _require_test_fcntl_setlease() test
` [PATCH fstests v3 2/3] generic: add tests for directory delegations
` [PATCH fstests v3 3/3] generic: add tests for file delegations
[PATCH v3 0/2] block: enable per-cpu bio cache by default
2025-12-03 14:53 UTC (3+ messages)
[GIT PULL] sysctl changes for v6.19-rc1
2025-12-03 13:27 UTC
[PATCH v1] fs: PM: Fix reverse check in filesystems_freeze_callback()
2025-12-03 10:28 UTC (3+ messages)
[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
2025-12-03 10:18 UTC (2+ messages)
[PATCH] fs: assert on I_FREEING not being set in iput() and iput_not_last()
2025-12-03 10:15 UTC (2+ messages)
[GIT PULL 00/17 for v6.19] v6.19
2025-12-03 10:07 UTC (5+ messages)
` [GIT PULL 05/17 for v6.19] namespaces
[PATCH v2 0/4] xfsprogs: utilize file_getattr() and file_setattr()
2025-12-03 9:31 UTC (5+ messages)
` [PATCH v2 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
2025-12-03 5:25 UTC (5+ messages)
[syzbot] [fs?] [mm?] WARNING in sched_mm_cid_fork
2025-12-03 5:15 UTC
[Bug report] hash_name() may cross page boundary and trigger sleep in RCU context
2025-12-03 1:48 UTC (2+ messages)
[PATCH] fuse: limit debug log output during ring teardown
2025-12-03 1:31 UTC (3+ messages)
Maintainers / Kernel Summit 2021 planning kick-off
2025-12-03 1:15 UTC
[PATCH v2 00/11] ntfsplus: ntfs filesystem remake
2025-12-03 0:49 UTC (4+ 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