messages from 2025-10-15 14:44:32 to 2025-10-17 10:09:04 UTC [more...]
[patch V3 00/12] uaccess: Provide and use scopes for user masked access
2025-10-17 10:09 UTC (5+ messages)
` [patch V3 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V3 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V3 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V3 04/12] powerpc/uaccess: "
6.18.0-rc1: LTP syscalls ioctl_pidfd05: TFAIL: ioctl(pidfd, PIDFD_GET_INFO_SHORT, info_invalid) expected EINVAL: ENOTTY (25)
2025-10-17 9:40 UTC (4+ messages)
[PATCH v2 0/3] Do not change split folio target order
2025-10-17 9:33 UTC (13+ messages)
` [PATCH v2 1/3] mm/huge_memory: do not change split_huge_page*() target order silently
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v2 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related
[PATCH v3] mm/huge_memory: do not change split_huge_page*() target order silently
2025-10-17 9:19 UTC (2+ messages)
[PATCH v3 0/5] mm: VMA count limit fixes and improvements
2025-10-17 9:00 UTC (9+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks
[PATCH 0/7] sysctl: Move jiffies converters out of kernel/sysctl.c
2025-10-17 8:32 UTC (8+ messages)
` [PATCH 1/7] sysctl: Allow custom converters from outside sysctl
` [PATCH 2/7] sysctl: Move INT converter macros to sysctl header
` [PATCH 3/7] sysctl: Move UINT "
` [PATCH 4/7] sysctl: Move jiffies converters to kernel/time/jiffies.c
` [PATCH 5/7] sysctl: Move proc_doulongvec_ms_jiffies_minmax "
` [PATCH 6/7] sysctl: Create pipe-max-size converter using sysctl UINT macros
` [PATCH 7/7] sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv
[ANNOUNCE] zloopctl - a small zloop administration utility
2025-10-17 8:00 UTC
[PATCH] sysctl: fix kernel-doc format warning
2025-10-17 7:08 UTC
[PATCH v3 0/3] initrd: remove half of classic initrd support
2025-10-17 6:09 UTC (4+ messages)
` [PATCH v3 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v3 3/3] init: remove /proc/sys/kernel/real-root-dev
[RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify
2025-10-17 4:05 UTC (4+ messages)
allow file systems to increase the minimum writeback chunk size v2
2025-10-17 3:45 UTC (4+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems
[PATCH v1 0/9] iomap: buffered io changes
2025-10-17 0:03 UTC (17+ messages)
` [PATCH v1 1/9] iomap: account for unaligned end offsets when truncating read range
[PATCH v2] fuse: Wake requests on the same cpu
2025-10-17 0:01 UTC (11+ messages)
Regression in generic/749 with 8k fsblock size on 6.18-rc1
2025-10-16 22:33 UTC (7+ messages)
Long running ioctl and pm, which should have higher priority?
2025-10-16 21:31 UTC
[PATCH 0/6] iomap, xfs: improve zero range flushing and lookup
2025-10-16 19:03 UTC (7+ messages)
` [PATCH 1/6] iomap: replace folio_batch allocation with stack allocation
` [PATCH 2/6] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH 3/6] xfs: flush eof folio before insert range size update
` [PATCH 4/6] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH 5/6] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH 6/6] xfs: replace zero range flush with folio batch
[PATCH] fuse: fix digest size check in fuse_setup_measure_verity()
2025-10-16 17:46 UTC (2+ messages)
[PATCH v20 00/28] riscv control-flow integrity for usermode
2025-10-16 15:32 UTC (6+ messages)
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
[PATCH v21 00/28] riscv control-flow integrity for usermode
2025-10-16 15:31 UTC (31+ messages)
` [PATCH v21 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v21 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v21 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v21 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v21 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v21 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v21 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v21 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v21 09/28] riscv/mm: write protect and shadow stack
` [PATCH v21 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v21 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v21 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v21 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v21 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v21 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v21 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v21 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v21 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v21 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v21 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v21 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v21 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v21 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v21 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v21 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v21 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v21 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v21 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v1] man/man2/flock.2: Mention non-atomicity w.r.t close
2025-10-16 15:22 UTC
[PATCH rust-next v2 0/3] rust: miscdevice: add llseek support
2025-10-16 14:39 UTC (5+ messages)
[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-10-16 14:17 UTC (9+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [f2fs-dev] "
[PATCH v2 00/11] sysctl: Generalize proc handler converter creation
2025-10-16 12:57 UTC (12+ messages)
` [PATCH v2 01/11] sysctl: Replace void pointer with const pointer to ctl_table
` [PATCH v2 02/11] sysctl: Remove superfluous tbl_data param from "dovec" functions
` [PATCH v2 03/11] sysctl: Remove superfluous __do_proc_* indirection
` [PATCH v2 04/11] sysctl: Indicate the direction of operation with macro names
` [PATCH v2 05/11] sysctl: Discriminate between kernel and user converter params
` [PATCH v2 06/11] sysctl: Create converter functions with two new macros
` [PATCH v2 07/11] sysctl: Create integer converters with one macro
` [PATCH v2 08/11] sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOM
` [PATCH v2 09/11] sysctl: Create unsigned int converter using new macro
` [PATCH v2 10/11] sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOM
` [PATCH v2 11/11] sysctl: Create macro for user-to-kernel uint converter
[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
2025-10-16 12:10 UTC (2+ messages)
[PATCH 1/1] init/initramfs_test: add NULL check after kmalloc
2025-10-16 12:02 UTC
[PATCH v3 0/6] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-10-16 11:33 UTC (7+ messages)
` [PATCH v3 3/6] fuse: {io-uring} Use bitmaps to track registered queues
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-10-16 10:42 UTC (3+ messages)
` [PATCH v2 17/19] rust: sync: "
[PATCH] man/man2/move_mount.2: document EINVAL on multiple instances
2025-10-16 10:29 UTC (6+ messages)
[RFC PATCH 0/5] FDP file I/O
2025-10-16 9:57 UTC (7+ messages)
` [RFC PATCH 4/5] fs: propagate write stream
` [RFC PATCH 2/5] fs: add the interface to query user write streams
[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-16 8:42 UTC (23+ messages)
` [PATCH v17 01/11] samples: rust: platform: remove trailing commas
` [PATCH v17 02/11] rust_binder: remove trailing comma
` [PATCH v17 03/11] rust_binder: use `kernel::fmt`
` [PATCH v17 04/11] rust_binder: use `core::ffi::CStr` method names
` [PATCH v17 05/11] rnull: use `kernel::fmt`
` [PATCH v17 06/11] rust: alloc: "
` [PATCH v17 07/11] rust: debugfs: "
` [PATCH v17 08/11] rust: pci: "
` [PATCH v17 09/11] rust: remove spurious `use core::fmt::Debug`
` [PATCH v17 10/11] rust: support formatting of foreign types
` [PATCH v17 11/11] rust: replace `CStr` with `core::ffi::CStr`
[PATCH 0/2] Do not change split folio target order
2025-10-16 8:34 UTC (5+ messages)
` [PATCH 1/2] mm/huge_memory: do not change split_huge_page*() target order silently
allow file systems to increase the minimum writeback chunk size
2025-10-16 8:23 UTC (13+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-16 7:59 UTC (8+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
[RFC PATCH 0/1] ovl: brtfs' temp_fsid doesn't work with ovl index=on
2025-10-16 4:57 UTC (3+ messages)
[PATCH V5 0/6] loop: improve loop aio perf by IOCB_NOWAIT
2025-10-16 2:19 UTC (4+ messages)
` [PATCH V5 1/6] loop: add helper lo_cmd_nr_bvec()
[GIT PULL] vfs fixes
2025-10-15 22:30 UTC (2+ messages)
[PATCH v7 00/14] hide ->i_state behind accessors
2025-10-15 22:06 UTC (7+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state
[PATCH 5.15] fuse: Fix race condition in writethrough path A race
2025-10-15 20:28 UTC (15+ messages)
[PATCH v5] NFSD: Add a subsystem policy document
2025-10-15 15:25 UTC (3+ messages)
[PATCH] virtiofs: remove max_pages_limit in indirect descriptor mode
2025-10-15 15:00 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).