public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 23:43:54 to 2026-02-25 01:20:02 UTC [more...]

[PATCH bpf-next] xsk: avoid double checking against rx queue being full
 2026-02-25  1:20 UTC  (2+ messages)

[PATCH] selftests/bpf: test accounting of tail calls when prog is NULL
 2026-02-25  1:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Allow void return type for global subprogs
 2026-02-25  0:55 UTC  (10+ 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] selftests/bpf: Fix OOB read in dmabuf_collector
 2026-02-25  0:33 UTC 

[PATCH bpf v1] selftests/bpf: Fix a memory leak in xdp_flowtable test
 2026-02-25  0:33 UTC 

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-02-24 23:04 UTC  (8+ messages)
` [PATCH 1/4] ns: add bpf hooks

[PATCH bpf-next v2] selftests/bpf: Fix flakiness of task_local_storage/sys_enter_exit
 2026-02-24 23:00 UTC  (5+ messages)

[PATCH bpf-next v4 0/7] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
 2026-02-24 22:53 UTC  (13+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add KF_ACQUIRE and KF_RELEASE support for iterators
` [PATCH bpf-next v4 2/7] bpf: consolidate sleepable checks in check_helper_call()
` [PATCH bpf-next v4 3/7] bpf: consolidate sleepable checks in check_kfunc_call()
` [PATCH bpf-next v4 4/7] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs
` [PATCH bpf-next v4 5/7] bpf: Move locking to bpf_iter_task_vma_next()
` [PATCH bpf-next v4 6/7] bpf: Add split iteration support to task_vma iterator
` [PATCH bpf-next v4 7/7] selftests/bpf: Add tests for split "

[PATCH] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
 2026-02-24 22:11 UTC  (2+ messages)

[PATCH 0/4] powerpc/bpf: Add support for verifier selftest
 2026-02-25  1:36 UTC  (6+ messages)
` [PATCH 1/4] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH 2/4] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH 3/4] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH 4/4] selftest/bpf: Add tailcall "

[PATCH] igc: fix page fault in XDP TX timestamps handling
 2026-02-24 21:25 UTC  (3+ messages)

[PATCHSET v7 4/9] fuse: allow servers to use iomap for better file IO performance
 2026-02-24 21:18 UTC  (5+ messages)
` [PATCH 29/33] fuse: support atomic writes with iomap

[PATCH 0/4] powerpc64/bpf: Add support for instruction array and indirect jump
 2026-02-25  1:09 UTC  (6+ messages)
` [PATCH 1/4] powerpc64/bpf: Add support for instruction array
` [PATCH 2/4] selftest/bpf: Enable instruction array test for powerpc64
` [PATCH 3/4] powerpc64/bpf: Add support for indirect jump
` [PATCH 4/4] selftest/bpf: Enable gotox tests for powerpc64

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-02-24 20:47 UTC  (11+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
` [PATCH bpf-next v2 2/2] selftests/bpf: Use bpf_program__clone() in veristat

[RFC PATCH bpf-next v2 0/2] libbpf: Handle duplicate kprobe symbols
 2026-02-24 20:42 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
    ` [External] "
` [RFC PATCH bpf-next v2 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling

[PATCH bpf-next v3 0/6] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
 2026-02-24 20:20 UTC  (15+ messages)
` [PATCH bpf-next v3 3/6] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs

[PATCHSET v7 1/9] fuse: general bug fixes
 2026-02-24 20:09 UTC  (9+ messages)
` [PATCH 1/5] fuse: flush pending FUSE_RELEASE requests before sending FUSE_DESTROY
` [PATCH 2/5] fuse: quiet down complaints in fuse_conn_limit_write

[PATCHSET v7 2/9] iomap: cleanups ahead of adding fuse support
 2026-02-24 19:26 UTC  (7+ messages)
` [PATCH 1/2] iomap: allow directio callers to supply _COMP_WORK
` [PATCH 2/2] iomap: allow NULL swap info bdev when activating swapfile

[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 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)

[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

[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)

[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] "

[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 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

[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  (2+ messages)
` [PATCH 10/10] fuse4fs: increase attribute timeout in iomap mode


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox