BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-29 03:27:14 to 2026-06-30 14:36:34 UTC [more...]

[RFC PATCH bpf 0/6] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-06-30 14:36 UTC  (4+ messages)
` [RFC PATCH bpf 1/6] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn

[syzbot] [bpf?] BUG: using smp_processor_id() in preemptible code in bpf_mem_cache_free_rcu
 2026-06-30 14:29 UTC  (12+ messages)
` [PATCH] bpf: Fix smp_processor_id() call trace for preemptible kernels
    ` [PATCH v2] "
              ` [PATCH v3] "
                  ` [PATCH v4] "

[PATCH] tools/sched_ext: use btf_vlen() helper in compat.h
 2026-06-30 14:24 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/1] Introduce an instrumented profiler using BpfTrace
 2026-06-30 14:23 UTC  (3+ messages)
` [PATCH 1/1] tools/bpftrace: Add a simple instrumented kernel profiler

[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-30 14:18 UTC  (10+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCH net-next v7 0/5] veth: add Byte Queue Limits (BQL) support
 2026-06-30 14:00 UTC  (4+ messages)
` [PATCH net-next v7 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs

[PATCH net 0/3] Fix broken TC_ACT_REDIRECT from qdiscs
 2026-06-30 12:33 UTC  (4+ messages)
` [PATCH net 1/3] bpf: Reject redirect helpers without a bpf_net_context
` [PATCH net 2/3] net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains
` [PATCH net 3/3] selftests/bpf: Add test for redirect from qdisc qevent block

PROBLEM: BPF interpreter fallback after JIT compilation of BPF_ADDR_PERCPU leads to kernel panic
 2026-06-30 12:08 UTC  (3+ messages)

[PATCH v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-06-30 12:01 UTC 

[PATCH bpf v9 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-06-30 11:35 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Mask socket type flags in mptcpify prog
 2026-06-30 11:09 UTC  (2+ messages)

[PATCH stable/linux-5.10.y 0/7] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-30 11:01 UTC  (18+ messages)
` [PATCH stable/linux-5.10.y 1/7] ovl: pass layer mnt to ovl_open_realfile()
` [PATCH stable/linux-5.10.y 2/7] fs: move kmem_cache_zalloc() into alloc_empty_file*() helpers
` [PATCH stable/linux-5.10.y 3/7] fs: use backing_file container for internal files with "fake" f_path
` [PATCH stable/linux-5.10.y 4/7] lsm: constify the 'file' parameter in security_binder_transfer_file()
` [PATCH stable/linux-5.10.y 5/7] fs: prepare for adding LSM blob to backing_file
` [PATCH stable/linux-5.10.y 6/7] lsm: add backing_file LSM hooks
` [PATCH stable/linux-5.10.y 7/7] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH bpf-next 0/2] bpf: Reject arena frees below the arena base
 2026-06-30 10:12 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover scalar arena frees below the base

[PATCH net v3] net/smc: fix out-of-bounds read when sk_user_data holds a sk_psock
 2026-06-30  9:52 UTC  (2+ messages)

[PATCH bpf-next v5] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-06-30  9:23 UTC  (3+ messages)
` [syzbot ci] "

[PATCH bpf-next v3 0/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
 2026-06-30  9:03 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds
` [PATCH bpf-next v3 2/2] selftests/bpf: Cover MEM_ALLOC access "

[PATCH bpf-next v3 0/2] bpf, sockmap: disallow sockmap mutation from tc, xdp and flow_dissector
 2026-06-30  7:14 UTC  (9+ messages)
` [PATCH bpf-next v3 1/2] bpf, sockmap: disallow update and delete "
` [PATCH bpf-next v3 2/2] selftests/bpf: drop tc/xdp/flow_dissector sockmap mutation tests

[PATCH] libbpf: Add length checks for path parameters before memory allocation
 2026-06-30  6:46 UTC  (4+ messages)

[PATCH bpf-next v8 0/9] bpf: Introduce global percpu data
 2026-06-30  5:54 UTC  (14+ messages)
` [PATCH bpf-next v8 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v8 2/9] bpf: Introduce global percpu data
` [PATCH bpf-next v8 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v8 4/9] libbpf: Add support for global percpu data
` [PATCH bpf-next v8 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v8 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v8 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v8 8/9] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v8 9/9] selftests/bpf: Verify bpf_iter "

[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
 2026-06-30  5:42 UTC  (8+ messages)

[PATCH bpf-next v6] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-06-30  3:37 UTC  (2+ messages)

[PATCH v1 0/4] Optimize BPF tailcall for LoongArch
 2026-06-30  3:20 UTC  (7+ messages)
` [PATCH v1 1/4] LoongArch: BPF: Optimize redundant TCC loads in epilogue
` [PATCH v1 2/4] LoongArch: BPF: Move arena register slot below TCC context
` [PATCH v1 3/4] LoongArch: BPF: Refactor jump offset calculation in tail call
` [PATCH v1 4/4] LoongArch: BPF: Implement branchless conditional move for TCC

[PATCH bpf] selftests/bpf: Skip libarena when the BPF backend lacks 32-bit arena cmpxchg
 2026-06-30  3:16 UTC  (2+ messages)

[PATCH bpf-next v1] selftests/bpf: Add benchmark for tail call performance
 2026-06-30  3:11 UTC  (3+ messages)

[RFC PATCH bpf-next 00/12] bpf: Introduce static-defined tracing probe for BPF
 2026-06-30  2:29 UTC  (11+ messages)

[PATCH bpf-next v4] bpf: Fix unaligned interpreter panic on JIT fallback path
 2026-06-30  1:13 UTC  (2+ messages)

[PATCH net v3] net: ti: icssg-prueth: fix XDP_TX from the AF_XDP zero-copy RX path
 2026-06-30  1:12 UTC  (2+ messages)

[PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-29 21:40 UTC  (7+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update

[PATCHv4 bpf-next 0/3] bpf: tracing_multi link info support
 2026-06-29 21:34 UTC  (6+ messages)
` [PATCHv4 bpf-next 1/3] bpf: Add "
` [PATCHv4 bpf-next 2/3] selftests/bpf: Add tracing_multi link info tests
` [PATCHv4 bpf-next 3/3] bpftool: Add tracing_multi link info output

[PATCHv3 bpf-next 0/3] bpf: tracing_multi link info support
 2026-06-29 20:51 UTC  (10+ messages)
` [PATCHv3 bpf-next 1/3] bpf: Add "
` [PATCHv3 bpf-next 2/3] selftests/bpf: Add tracing_multi link info tests
` [PATCHv3 bpf-next 3/3] bpftool: Add tracing_multi link info output

[PATCH v3 net-next] selftests/xsk: Preserve UMEM view in BIDIRECTIONAL test
 2026-06-29 19:12 UTC 

[PATCH net 0/7] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-06-29 19:06 UTC  (3+ messages)
` [PATCH net 5/7] xsk: reclaim invalid multi-buffer Tx descs in ZC path

[PATCH] selftests/bpf: Mask socket type flags in mptcpify prog
 2026-06-29 18:12 UTC  (2+ messages)

[PATCH v2] bpf: allow BPF_LOG_KERNEL from kernel space
 2026-06-29 16:45 UTC  (3+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-06-29 16:40 UTC  (5+ messages)
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10

[PATCH net] net/sched: act_bpf: use rcu_dereference_bh() to read the filter
 2026-06-29 16:38 UTC  (2+ messages)

[PATCH bpf-next v4 0/6] Mixing bpf2bpf and tailcalls for RV64
 2026-06-29 16:19 UTC  (12+ messages)
` [PATCH bpf-next v4 1/6] bpf: Extract the is_struct_ops_tramp helper
` [PATCH bpf-next v4 2/6] riscv, bpf: Remove redundant ctx->offset initialization
` [PATCH bpf-next v4 3/6] riscv, bpf: Using kvzalloc_objs to allocate cache buffer
` [PATCH bpf-next v4 4/6] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v4 5/6] riscv, bpf: Mixing bpf2bpf and tailcalls
` [PATCH bpf-next v4 6/6] selftests/bpf: Remove tailcalls tests from DENYLIST.riscv64

[PATCH net 0/3 v2] Fix broken TC_ACT_REDIRECT
 2026-06-29 14:08 UTC  (9+ messages)
` [PATCH net 1/3 v2] net: Extend bpf_net_context lifetime to cover qdisc enqueue
` [PATCH net 2/3 v2] net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains
` [PATCH net 3/3 v2] selftests/tc-testing: Verify bpf redirect on RED block with preceding clsact (egress) classifier

[PATCH v4 0/3] Use BTF to trim return values
 2026-06-29 13:19 UTC  (7+ messages)
` [PATCH v4 1/3] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled
` [PATCH v4 2/3] fgraph: Enhance funcgraph-retval with BTF-based type-aware output

[PATCH v3] xsk: fix memory corruptions in net/core/xdp.c
 2026-06-29 11:15 UTC  (4+ messages)

[PATCH net 0/3] Fix broken TC_ACT_REDIRECT
 2026-06-29 10:47 UTC  (4+ messages)
` [PATCH net 1/3] net: Extend bpf_net_context lifetime to cover qdisc enqueue

[PATCH bpf-next v10 0/5] bpf: add icmp_send kfunc
 2026-06-29 10:35 UTC  (6+ messages)
` [PATCH bpf-next v10 1/5] bpf: add bpf_icmp_send kfunc

[PATCH bpf 0/2] LoongArch: BPF: Fix tail call count handling
 2026-06-29  8:55 UTC  (2+ messages)
` [PATCH bpf v2] LoongArch: BPF: Fix tail call count pointer offset for arena programs

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-29  8:20 UTC  (11+ messages)
` [PATCH for-next v3 2/9] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
` [PATCH for-next v3 3/9] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH for-next v3 4/9] mm/slab: use call_rcu() in unknown context if irqs are enabled

[PATCH v4 2/2] tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commands
 2026-06-29  7:45 UTC  (2+ messages)

[PATCH bpf] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-06-29  7:37 UTC  (2+ messages)

[PATCH v3 stable/linux-6.12.y 0/3] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-29  7:09 UTC  (7+ messages)
` [PATCH v3 stable/linux-6.12.y 1/3] fs: constify file ptr in backing_file accessor helpers
` [PATCH v3 stable/linux-6.12.y 2/3] lsm: add backing_file LSM hooks
` [PATCH v3 stable/linux-6.12.y 3/3] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH bpf-next] bpf: reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
 2026-06-29  6:30 UTC  (3+ messages)

[PATCH] Documentation/bpf: make it clear that kfuncs should be non-static
 2026-06-29  4:38 UTC  (2+ messages)


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