messages from 2026-02-23 23:27:42 to 2026-02-24 19:08:44 UTC [more...]
[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
2026-02-24 19:08 UTC (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Use bpf_program__clone() in veristat
[PATCH net-next v1 0/2] Preserve UDP socket addresses on abort
2026-02-24 19:04 UTC (3+ messages)
` [PATCH net-next v1 1/2] udp: "
` [PATCH net-next v1 2/2] selftests/bpf: Ensure dst addr/port are preserved after socket abort
[PATCH bpf-next v3 0/2] bpf: Allow void return type for global subprogs
2026-02-24 19:02 UTC (7+ messages)
` [PATCH bpf-next v3 1/2] bpf: Allow void global functions in the verifier
` [PATCH bpf-next v3 2/2] selftests: bpf: Add tests for void global subprogs
[PATCH bpf-next v3 0/6] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
2026-02-24 18:55 UTC (9+ messages)
` [PATCH bpf-next v3 3/6] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs
[PATCH 0/3] extra io_uring BPF examples
2026-02-24 18:54 UTC (6+ messages)
[PATCH] s390/bpf: Do not increment tailcall count when prog is NULL
2026-02-24 18:50 UTC (2+ messages)
[PATCH 1/2] bpf: do not increment tailcall count when prog is NULL
2026-02-24 18:40 UTC (5+ messages)
` [PATCH 2/2] bpf: zero extend function arguments while calling kernel function
[PATCH] module: Fix kernel panic when a symbol st_shndx is out of bounds
2026-02-24 18:34 UTC (2+ messages)
[RFC PATCH bpf-next v2 0/2] libbpf: Handle duplicate kprobe symbols
2026-02-24 18:10 UTC (5+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
` [RFC PATCH bpf-next v2 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling
[PATCH bpf-next v1] selftests/bpf: Fix flakiness of task_local_storage/sys_enter_exit
2026-02-24 18:09 UTC (5+ messages)
[PATCH iwl-next 00/10] libeth and full XDP for ixgbevf
2026-02-24 17:54 UTC (5+ messages)
` [PATCH iwl-next 03/10] ixgbevf: use libeth in Rx processing
` [PATCH iwl-next 06/10] ixgbevf: XDP_TX in multi-buffer through libeth
[LSF/MM/BPF TOPIC] Recover true signatures in pahole
2026-02-24 17:39 UTC (4+ messages)
[PATCH v5 0/3] libbpf/bpftool: support merging split BTFs
2026-02-24 17:18 UTC (6+ messages)
` [PATCH v5 1/3] libbpf: support appending split BTF in btf__add_btf()
` [PATCH v5 2/3] bpftool: support merging multiple module BTFs in btf dump
` [PATCH v5 3/3] selftests/bpf: add test for btf__add_btf() with split BTF sources
[PATCH bpf-next 00/17] bpf: tracing_multi link
2026-02-24 17:13 UTC (7+ messages)
` [PATCH bpf-next 02/17] bpf: Use mutex lock pool for bpf trampolines
[PATCH bpf-next 0/8] bpf: Enhance __bpf_prog_map_compatible()
2026-02-24 16:57 UTC (12+ messages)
` [PATCH bpf-next 1/8] bpf: Add fsession to verbose log in check_get_func_ip()
` [PATCH bpf-next 2/8] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs
` [PATCH bpf-next 3/8] bpf: Disallow !call_get_func_ip progs tail-calling call_get_func_ip progs
` [PATCH bpf-next 4/8] bpf: Disallow !call_session_cookie progs tail-calling call_session_cookie progs
` [PATCH bpf-next 5/8] bpf: Disallow !call_session_is_return progs tail-calling call_session_is_return progs
` [PATCH bpf-next 6/8] selftests/bpf: Add a test to verify kprobe_write_ctx compatibility enforcement
` [PATCH bpf-next 7/8] selftests/bpf: Add a test to verify call_get_func_ip "
` [PATCH bpf-next 8/8] selftests/bpf: Add a test to verify session-kfunc "
[LSF/MM/BPF TOPIC] User space RAID5 with ublk and io_uring BPF
2026-02-24 16:24 UTC (2+ messages)
linux-next: manual merge of the bpf-next tree with the bpf tree
2026-02-24 16:22 UTC (2+ messages)
[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-02-24 15:28 UTC (8+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock
[PATCHSET v7 2/9] iomap: cleanups ahead of adding fuse support
2026-02-24 14:01 UTC (5+ messages)
` [PATCH 1/2] iomap: allow directio callers to supply _COMP_WORK
` [PATCH 2/2] iomap: allow NULL swap info bdev when activating swapfile
[LSF/MM/BPF TOPIC] BPF deferred stack trace unwinder
2026-02-24 13:56 UTC
LSF/MM/BPF: 2026: Call for Proposals
2026-02-24 13:37 UTC (6+ messages)
[PATCH 0/4] bpf: add a few hooks for sandboxing
2026-02-24 13:35 UTC (7+ messages)
` [PATCH 1/4] ns: add bpf hooks
[RFC PATCH bpf-next 0/3] Optimize kprobe.session attachment for exact match
2026-02-24 13:12 UTC (7+ messages)
` [RFC PATCH bpf-next 1/3] libbpf: Optimize kprobe.session attachment for exact function names
` [RFC PATCH bpf-next 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
` [RFC PATCH bpf-next 3/3] selftests/bpf: add tests for kprobe.session optimization
[RFC PATCH bpf-next 0/2] libbpf: Handle duplicate kprobe symbols
2026-02-24 13:06 UTC (6+ messages)
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling
` [External] "
[PATCHSET v7 4/9] fuse: allow servers to use iomap for better file IO performance
2026-02-24 12:58 UTC (3+ messages)
` [PATCH 29/33] fuse: support atomic writes with iomap
[PATCH] igc: fix page fault in XDP TX timestamps handling
2026-02-24 12:38 UTC
[PATCH v2 0/5] powerpc64/bpf: various fixes
2026-02-24 12:28 UTC (3+ messages)
` [PATCH v2 5/5] powerpc64/bpf: fix handling of BPF stack in exception callback
[LSF/MM/BPF TOPIC] BPF local storage for every packet
2026-02-24 11:58 UTC (5+ messages)
[PATCH bpf v1 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-02-24 11:25 UTC (3+ messages)
` [PATCH bpf v1 1/2] net/bpf: fix null-ptr-deref in xdp_master_redirect() for bonding
` [PATCH bpf v1 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up
[PATCH v3 bpf] bpf: devmap: fix stack-out-of-bounds write in get_upper_ifindexes()
2026-02-24 10:58 UTC (3+ messages)
[PATCHv5 bpf-next 0/5] libbpf: Make optimized uprobes backward compatible
2026-02-24 10:39 UTC (6+ messages)
` [PATCHv5 bpf-next 1/5] libbpf: Add uprobe syscall feature detection
` [PATCHv5 bpf-next 2/5] libbpf: Add support to detect nop,nop5 instructions combo for usdt probe
` [PATCHv5 bpf-next 3/5] selftests/bpf: Emit nop,nop5 instructions combo for x86_64 arch
` [PATCHv5 bpf-next 4/5] selftests/bpf: Add test for checking correct nop of optimized usdt
` [PATCHv5 bpf-next 5/5] selftests/bpf: Add usdt trigger bench
[PATCH] bpf: fix: Race condition in bpf_trampoline_unlink_cgroup_shim
2026-02-24 9:42 UTC (2+ messages)
` "
[PATCH] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
2026-02-24 9:31 UTC
[PATCH] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
2026-02-24 9:29 UTC
[PATCH bpf-next v2 0/3] bpf: fsession support for s390
2026-02-24 9:22 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] bpf,s390: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v2 2/3] bpf,s390: add fsession support for trampolines
` [PATCH bpf-next v2 3/3] selftests/bpf: factor out get_func_* tests for fsession
[PATCHSET v7 1/9] fuse: general bug fixes
2026-02-24 8:36 UTC (3+ messages)
` [PATCH 2/5] fuse: quiet down complaints in fuse_conn_limit_write
[PATCH bpf-next v3 0/3] Separate tests that need error injection
2026-02-24 8:03 UTC (12+ messages)
[PATCH v1 0/3] LoongArch: BPF: Support more features for trampoline
2026-02-24 7:35 UTC (4+ messages)
` [PATCH v1 1/3] LoongArch: BPF: Open code and remove invoke_bpf_mod_ret()
` [PATCH v1 2/3] LoongArch: BPF: Support small struct arguments for trampoline
` [PATCH v1 3/3] LoongArch: BPF: support 12 function "
[PATCH net] net/mlx5e: Precompute xdpsq assignments for mlx5e_xdp_xmit()
2026-02-24 7:33 UTC (5+ messages)
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-02-24 5:13 UTC
[PATCH bpf v4 00/20] selftests/bpf: Fixes for userspace ASAN
2026-02-24 3:00 UTC (2+ messages)
[PATCH bpf-next 0/3] bpf: fsession support for s390
2026-02-24 2:53 UTC (7+ messages)
` [PATCH bpf-next 1/3] bpf,s390: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next 2/3] bpf,s390: add fsession support for trampolines
[PATCH bpf-next 1/1] selftests/bpf: Change task local data library license
2026-02-24 2:10 UTC (2+ messages)
[PATCH] selftest/bpf: enable test for instruction array on arm64
2026-02-24 2:10 UTC (2+ messages)
[PATCH RESEND v7 0/5] bpf: Expand the usage scenarios of bpf_kptr_xchg
2026-02-24 1:50 UTC (2+ messages)
[PATCH bpf-next] libbpf: skip compat check for session kfuncs
2026-02-24 1:43 UTC (4+ messages)
[PATCHSET RFC 8/8] fuse: allow fuse servers to upload iomap BPF programs
2026-02-23 23:50 UTC (4+ messages)
` [PATCH 1/3] fuse4fs: add dynamic iomap bpf prototype which will break FIEMAP
` [PATCH 2/3] fuse4fs: wire up caching examples to fuse iomap bpf program
` [PATCH 3/3] fuse4fs: adjust test bpf program to deal with opaque inodes
[PATCHSET v7 7/8] fuse4fs: reclaim buffer cache under memory pressure
2026-02-23 23:49 UTC (5+ messages)
` [PATCH 1/4] libsupport: add pressure stall monitor
` [PATCH 2/4] fuse2fs: only reclaim buffer cache when there is memory pressure
` [PATCH 3/4] fuse4fs: enable memory pressure monitoring with service containers
` [PATCH 4/4] fuse2fs: flush dirty metadata periodically
[PATCHSET v7 6/8] fuse4fs: run servers as a contained service
2026-02-23 23:48 UTC (9+ messages)
` [PATCH 1/8] libext2fs: fix MMP code to work with unixfd IO manager
` [PATCH 2/8] fuse4fs: enable safe service mode
` [PATCH 3/8] fuse4fs: set proc title when in fuse "
` [PATCH 4/8] fuse4fs: upsert first file mapping to kernel on open
` [PATCH 5/8] fuse4fs: set iomap backing device blocksize
` [PATCH 6/8] fuse4fs: ask for loop devices when opening via fuservicemount
` [PATCH 7/8] fuse4fs: make MMP work correctly in safe service mode
` [PATCH 8/8] debian: update packaging for fuse4fs service
[PATCHSET v7 5/8] fuse2fs: improve block and inode caching
2026-02-23 23:46 UTC (7+ messages)
` [PATCH 1/6] libsupport: add caching IO manager
` [PATCH 2/6] iocache: add the actual buffer cache
` [PATCH 3/6] iocache: bump buffer mru priority every 50 accesses
` [PATCH 4/6] fuse2fs: enable caching IO manager
` [PATCH 5/6] fuse2fs: increase inode cache size
` [PATCH 6/6] libext2fs: improve caching for inodes
[PATCHSET v7 4/8] fuse2fs: cache iomap mappings for even better file IO performance
2026-02-23 23:44 UTC (4+ messages)
` [PATCH 1/3] fuse2fs: enable caching of iomaps
` [PATCH 2/3] fuse2fs: constrain iomap mapping cache size
` [PATCH 3/3] fuse2fs: enable iomap
[PATCHSET v7 3/8] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
2026-02-23 23:43 UTC (11+ messages)
` [PATCH 01/10] fuse2fs: add strictatime/lazytime mount options
` [PATCH 02/10] fuse2fs: skip permission checking on utimens when iomap is enabled
` [PATCH 03/10] fuse2fs: let the kernel tell us about acl/mode updates
` [PATCH 04/10] fuse2fs: better debugging for file mode updates
` [PATCH 05/10] fuse2fs: debug timestamp updates
` [PATCH 06/10] fuse2fs: use coarse timestamps for iomap mode
` [PATCH 07/10] fuse2fs: add tracing for retrieving timestamps
` [PATCH 08/10] fuse2fs: enable syncfs
` [PATCH 09/10] fuse2fs: set sync, immutable, and append at file load time
` [PATCH 10/10] fuse4fs: increase attribute timeout in iomap mode
[PATCHSET v7 2/8] fuse4fs: specify the root node id
2026-02-23 23:41 UTC (2+ messages)
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible
[PATCHSET v7 1/8] fuse2fs: use fuse iomap data paths for better file I/O performance
2026-02-23 23:41 UTC (20+ messages)
` [PATCH 01/19] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCH 02/19] fuse2fs: add iomap= mount option
` [PATCH 03/19] fuse2fs: implement iomap configuration
` [PATCH 04/19] fuse2fs: register block devices for use with iomap
` [PATCH 05/19] fuse2fs: implement directio file reads
` [PATCH 06/19] fuse2fs: add extent dump function for debugging
` [PATCH 07/19] fuse2fs: implement direct write support
` [PATCH 08/19] fuse2fs: turn on iomap for pagecache IO
` [PATCH 09/19] fuse2fs: don't zero bytes in punch hole
` [PATCH 10/19] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 11/19] fuse2fs: try to create loop device when ext4 device is a regular file
` [PATCH 12/19] fuse2fs: enable file IO to inline data files
` [PATCH 13/19] fuse2fs: set iomap-related inode flags
` [PATCH 14/19] fuse2fs: configure block device block size
` [PATCH 15/19] fuse4fs: separate invalidation
` [PATCH 16/19] fuse2fs: implement statx
` [PATCH 17/19] fuse2fs: enable atomic writes
` [PATCH 18/19] fuse4fs: disable fs reclaim and write throttling
` [PATCH 19/19] fuse2fs: implement freeze and shutdown requests
[PATCHSET RFC 6/6] fuse: allow fuse servers to upload iomap BPF programs
2026-02-23 23:36 UTC (4+ messages)
` [PATCH 1/3] libfuse: allow fuse servers to upload bpf code for iomap functions
` [PATCH 2/3] libfuse: add kfuncs for iomap bpf programs to manage the cache
` [PATCH 3/3] libfuse: make fuse_inode opaque to iomap bpf programs
[PATCHSET v7 5/6] libfuse: run fuse servers as a contained service
2026-02-23 23:35 UTC (6+ messages)
` [PATCH 1/5] libfuse: add systemd/inetd socket service mounting helper
` [PATCH 2/5] libfuse: integrate fuse services into mount.fuse3
` [PATCH 3/5] libfuse: delegate iomap privilege from mount.service to fuse services
` [PATCH 4/5] libfuse: enable setting iomap block device block size
` [PATCH 5/5] fuservicemount: create loop devices for regular files
[PATCHSET v7 4/6] libfuse: cache iomap mappings for even better file IO performance
2026-02-23 23:33 UTC (6+ messages)
` [PATCH 1/5] libfuse: enable iomap cache management for lowlevel fuse
` [PATCH 2/5] libfuse: add upper-level iomap cache management
` [PATCH 3/5] libfuse: allow constraining of iomap mapping cache size
` [PATCH 4/5] libfuse: add upper-level iomap mapping cache constraint code
` [PATCH 5/5] libfuse: enable iomap
[PATCHSET v7 3/6] libfuse: implement syncfs
2026-02-23 23:32 UTC (3+ messages)
` [PATCH 1/2] libfuse: add strictatime/lazytime mount options
` [PATCH 2/2] libfuse: set sync, immutable, and append when loading files
[PATCHSET v7 2/6] libfuse: allow servers to specify root node id
2026-02-23 23:32 UTC (2+ messages)
` [PATCH 1/1] libfuse: allow root_nodeid mount option
[PATCHSET v7 1/6] libfuse: allow servers to use iomap for better file IO performance
2026-02-23 23:31 UTC (18+ messages)
` [PATCH 09/25] libfuse: add upper level iomap ioend commands
` [PATCH 10/25] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
` [PATCH 11/25] libfuse: connect high level fuse library to fuse_reply_attr_iflags
` [PATCH 12/25] libfuse: support enabling exclusive mode for files
` [PATCH 13/25] libfuse: support direct I/O through iomap
` [PATCH 14/25] libfuse: don't allow hardlinking of iomap files in the upper level fuse library
` [PATCH 15/25] libfuse: allow discovery of the kernel's iomap capabilities
` [PATCH 16/25] libfuse: add lower level iomap_config implementation
` [PATCH 17/25] libfuse: add upper "
` [PATCH 18/25] libfuse: add low level code to invalidate iomap block device ranges
` [PATCH 19/25] libfuse: add upper-level API to invalidate parts of an iomap block device
` [PATCH 20/25] libfuse: add atomic write support
` [PATCH 21/25] libfuse: allow disabling of fs memory reclaim and write throttling
` [PATCH 22/25] libfuse: create a helper to transform an open regular file into an open loopdev
` [PATCH 23/25] libfuse: add swapfile support for iomap files
` [PATCH 24/25] libfuse: add lower-level filesystem freeze, thaw, and shutdown requests
` [PATCH 25/25] libfuse: add upper-level filesystem freeze, thaw, and shutdown events
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