BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-26 20:37:09 to 2026-06-29 15:24:36 UTC [more...]

[PATCH bpf-next v8 0/9] bpf: Introduce global percpu data
 2026-06-29 15:23 UTC  (2+ messages)
` [PATCH bpf-next v8 1/9] bpf: Drop duplicate blank lines in verifier

[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-29 15:11 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCHv3 bpf-next 0/3] bpf: tracing_multi link info support
 2026-06-29 14:53 UTC  (6+ 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

PROBLEM: BPF interpreter fallback after JIT compilation of BPF_ADDR_PERCPU leads to kernel panic
 2026-06-29 14:42 UTC 

[PATCH bpf-next v4 0/6] Mixing bpf2bpf and tailcalls for RV64
 2026-06-29 14:21 UTC  (11+ 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

[RFC PATCH bpf-next 00/12] bpf: Introduce static-defined tracing probe for BPF
 2026-06-29 13:53 UTC  (38+ messages)
` [syzbot ci] "
` [RFC PATCH bpf-next 01/12] libbpf: Prepare bpf SDT probe section for the linker
` [RFC PATCH bpf-next 02/12] libbpf: Introduce bpf SDT probe macros
` [RFC PATCH bpf-next 03/12] libbpf: Add bpf_sdt_notes section parser
` [RFC PATCH bpf-next 04/12] bpf: Create insn_array map for bpf SDT probe
` [RFC PATCH bpf-next 05/12] bpf: Collect SDT probe BTF IDs from BTF decl tags
` [RFC PATCH bpf-next 06/12] bpf: Add type check for SDT probe site
` [RFC PATCH bpf-next 07/12] bpf: Record probe name in SDT map
` [RFC PATCH bpf-next 08/12] libbpf: Add libbpf support to load SDT observer program
` [RFC PATCH bpf-next 09/12] bpf: Add kernel "
` [RFC PATCH bpf-next 10/12] bpf: Support attach and detach for "
` [RFC PATCH bpf-next 11/12] bpf, x86: Add JIT support SDT for probe
` [RFC PATCH bpf-next 12/12] selftests/bpf: Add tests for bpf SDT probe

[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] libbpf: Add length checks for path parameters before memory allocation
 2026-06-29 13:13 UTC  (2+ messages)

[PATCH] selftests/bpf: Mask socket type flags in mptcpify prog
 2026-06-29 12:56 UTC 

[PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-29 11:38 UTC  (22+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
` [PATCH bpf v2 2/4] selftests/bpf: Ensure UDP sockets are bound
` [PATCH bpf v2 3/4] selftests/bpf: Adapt sockmap update error handling
` [PATCH bpf v2 4/4] selftests/bpf: Fail unbound UDP on sockmap update

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

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

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

[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 net v3] net/smc: fix out-of-bounds read when sk_user_data holds a sk_psock
 2026-06-29  9:51 UTC 

[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 stable/linux-5.10.y 0/7] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-29  8:55 UTC  (15+ 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 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  (3+ messages)

[PATCH bpf-next v2 0/3] Add BPF Exceptions support for RISC-V
 2026-06-29  3:01 UTC  (9+ messages)
` [PATCH bpf-next v2 1/3] riscv: stacktrace: Implement arch_bpf_stack_walk() for BPF
` [PATCH bpf-next v2 2/3] riscv, bpf: Add support for BPF exceptions
` [PATCH bpf-next v2 3/3] riscv, bpf: Remove BPF exceptions from BPF CI denylist

[PATCH bpf-next 0/3] Add BPF Exceptions support for RISC-V
 2026-06-29  2:53 UTC  (10+ messages)
` [PATCH bpf-next 1/3] riscv: stacktrace: Implement arch_bpf_stack_walk() for BPF
` [PATCH bpf-next 2/3] riscv, bpf: Add support for BPF exceptions

[PATCH bpf-next v2] bpf, unix: Guard sk_msg-dependent code behind CONFIG_NET_SOCK_MSG
 2026-06-29  1:18 UTC  (12+ messages)

[RFC] xdp: add device context to bpf_xdp_link_attach_failed tracepoint
 2026-06-28 15:26 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Enforce gotox targets against subprog bounds
 2026-06-28 14:24 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add cross-subprog gotox target coverage

[PATCH bpf 0/2] bpf: Keep fastcall stack slots for helper stack reads
 2026-06-28 13:47 UTC  (7+ messages)
` [PATCH bpf 1/2] bpf: Keep fastcall spills "
    `  "
` [PATCH bpf 2/2] selftests/bpf: Cover fastcall "
    `  "

xdp: add device context to bpf_xdp_link_attach_failed tracepoint
 2026-06-28 11:33 UTC 

[PATCH v2 stable/linux-6.6.y 0/3] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-28  3:33 UTC  (8+ messages)
` [PATCH v2 stable/linux-6.6.y 1/3] fs: prepare for adding LSM blob to backing_file
` [PATCH v2 stable/linux-6.6.y 2/3] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.6.y 3/3] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH net] net: enetc: check the number of BDs needed for xdp_frame
 2026-06-27 22:50 UTC  (2+ messages)

[PATCH v2 net-next] selftests/xsk: Preserve UMEM view in BIDIRECTIONAL test
 2026-06-27 22:42 UTC  (2+ messages)

[PATCH v2 stable/linux-6.12.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-27 16:35 UTC  (6+ messages)
` [PATCH v2 stable/linux-6.12.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.12.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[syzbot] [bpf?] BUG: soft lockup in hsr_announce (3)
 2026-06-27 15:31 UTC  (2+ messages)
` [syzbot] [net?] "

[PATCH bpf-next 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-06-27 14:44 UTC  (4+ messages)
` [PATCH bpf-next 5/5] x86/bpf: "

[PATCH net v2] seg6: validate SRH length before reading fixed fields
 2026-06-27  2:00 UTC  (2+ messages)

[PATCH v2] netdevsim: fix use-after-free in nsim_create and __nsim_dev_port_del
 2026-06-27  1:48 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] Verify BPF signed loader at load time
 2026-06-27  1:32 UTC  (10+ messages)
` [PATCH bpf-next v2 1/5] bpf: Verify signed loader metadata "

[PATCH] selftests: Open /dev/udmabuf O_RDONLY
 2026-06-27  1:09 UTC  (2+ messages)

[PATCH net 0/7] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-06-27  0:47 UTC  (13+ messages)
` [PATCH net 1/7] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx

[PATCH bpf-next v2 00/15] bpf: A common way to attach struct_ops to a cgroup
 2026-06-26 23:59 UTC  (4+ messages)
` [PATCH bpf-next v2 02/15] bpf: Make struct_ops tasks_rcu grace period optional

[PATCH bpf-next 1/2] libbpf: add bpf_map__reuse_fd_from_loader_ctx() to allow shared maps
 2026-06-26 21:51 UTC  (2+ messages)
` [PATCH bpf-next 2/2] libbpf: selftest for bpf_map__reuse_fd_from_loader_ctx()

[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-26 21:43 UTC  (10+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Don't leak UDP socks on lookup-bind-release

WARNING in bpf_check
 2026-06-26 21:28 UTC 


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