BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-22 06:24:13 to 2026-07-23 05:08:18 UTC [more...]

[PATCH bpf-next v1 00/18] Generate bpf_func_proto for kfunc
 2026-07-23  5:07 UTC  (8+ messages)
` [PATCH bpf-next v1 01/18] bpf: Drop process_timer_func wrappers
` [PATCH bpf-next v1 02/18] bpf: Unify const map ptr argument checking for helpers and kfuncs
` [PATCH bpf-next v1 03/18] bpf: Split kfunc map argument into __const_map and __map
` [PATCH bpf-next v1 04/18] bpf: Pass kfunc meta to mem and mem_size check
` [PATCH bpf-next v1 05/18] bpf: Check helper and kfunc mem+size arguments identically
` [PATCH bpf-next v1 06/18] selftests/bpf: Add tests for helper and kfunc mem+size arguments
` [PATCH bpf-next v1 07/18] bpf: Check fixed-size mem args of helpers and kfuncs the same way

[syzbot] Monthly bpf report (Jul 2026)
 2026-07-23  4:32 UTC 

[PATCH bpf-next v3 0/3] bpf: Preserve pointer state for commuted arithmetic
 2026-07-23  4:25 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
 2026-07-23  4:13 UTC  (4+ messages)

[PATCH net v2] xsk: reject undersized tx_metadata at runtime validation
 2026-07-23  4:13 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Fix WARNING in bpf_tracing_link_release
 2026-07-23  4:08 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Verify no warning when close fexit link

[PATCH v2 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
 2026-07-23  3:52 UTC  (14+ messages)
` [PATCH v2 01/21] binfmt_misc: require an absolute interpreter path with 'C'
` [PATCH v2 02/21] docs, binfmt_misc: keep general usage out of the handler sections
` [PATCH v2 03/21] binfmt_misc: table-drive the register string flags
` [PATCH v2 04/21] binfmt_misc: normalize the per-exec invocation flags
` [PATCH v2 05/21] binfmt_misc: split out entry_open_interpreter() and build_interp_argv()
` [PATCH v2 06/21] exec: release the replaced file with do_close_execat()

[PATCH bpf-next v1] selftests/bpf: Test jited inline of bpf_get_smp_processor_id() for RISC-V
 2026-07-23  3:31 UTC  (2+ messages)

[PATCH bpf v6 0/4] Fixes for bpf link update
 2026-07-23  3:14 UTC  (13+ messages)
` [PATCH bpf v6 1/4] bpf: Fix potential UAF in bpf_netns_link_update_prog
` [PATCH bpf v6 2/4] bpf: Fix UAF due to missing link type check in mprog
` [PATCH bpf v6 3/4] bpf: Fix potential UAF when reading bpf link info
` [PATCH bpf v6 4/4] bpf, cgroup: Fix storage null-ptr-deref after replacing prog

[PATCH bpf-next v4 0/3] bpf, riscv: add timed may_goto support
 2026-07-23  2:36 UTC  (9+ messages)
` [PATCH bpf-next v4 1/3] bpf, riscv: add support for timed may_goto
` [PATCH bpf-next v4 2/3] selftests/bpf: test timed may_goto preserves R0-R5
` [PATCH bpf-next v4 3/3] selftests/bpf: enable timed may_goto tests for riscv64

[PATCH bpf-next 0/4] Fixes for bpf_jit_free
 2026-07-23  1:22 UTC  (10+ messages)
` [PATCH bpf-next 1/4] bpf, arm64: Fix memory leak in bpf_jit_free
` [PATCH bpf-next 2/4] LoongArch: BPF: "
` [PATCH bpf-next 3/4] riscv, bpf: Adjust bpf_func to account for CFI offset "
` [PATCH bpf-next 4/4] bpf: Fix double-free RO header "

[RFC PATCH bpf-next v3 0/3] selftests/bpf: restructure the Makefile as a layered build
 2026-07-23  1:06 UTC  (7+ messages)
` [RFC PATCH bpf-next v3 1/3] selftests/bpf: extract BPF skeleton generation into a helper script
` [RFC PATCH bpf-next v3 2/3] selftests/bpf: move shared build definitions into Makefile.buildvars
` [RFC PATCH bpf-next v3 3/3] selftests/bpf: build each test runner instance in its own sub-make

[PATCH bpf-next v1 0/8] resolve_btfids: Discover kfuncs from BTF ID sets
 2026-07-23  0:57 UTC  (21+ messages)
` [PATCH bpf-next v1 1/8] resolve_btfids: Implement generic ensure_mem() to grow arrays
` [PATCH bpf-next v1 2/8] resolve_btfids: Index BTF ID symbols by address
` [PATCH bpf-next v1 3/8] resolve_btfids: Keep collected kfuncs in a rbtree
` [PATCH bpf-next v1 4/8] libbpf: Export btf__find_by_name_kind_own()
` [PATCH bpf-next v1 5/8] resolve_btfids: Fix the _impl lookup for module BTF
` [PATCH bpf-next v1 6/8] HID: bpf: Make syscall kfunc flags match the struct_ops set
` [PATCH bpf-next v1 7/8] resolve_btfids: Discover kfuncs from BTF ID sets
` [PATCH bpf-next v1 8/8] resolve_btfids: Enforce consistent kfunc flags across "

[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
 2026-07-22 22:16 UTC  (3+ messages)
` [PATCH net-next v3 1/2] gve: use xdp_build_skb methods for XDP_PASS case
` [PATCH net-next v3 2/2] gve: add XDP metadata support for DQ RDA

[PATCH net v3] veth: convert frag_list skbs before running XDP
 2026-07-22 22:12 UTC  (3+ messages)

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-07-22 21:39 UTC  (2+ messages)

[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
 2026-07-22 20:56 UTC  (5+ messages)

[PATCH v2 bpf-next 0/2] bpf: Populate mmap-able array maps lazily
 2026-07-22 20:50 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Populate mmap-able array map memory lazily
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps

[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
 2026-07-22 20:40 UTC  (11+ messages)
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation

[PATCH 0/2] bpf: htab: Reduce memory use of hash maps
 2026-07-22 20:38 UTC  (3+ messages)
` [PATCH 1/2] bpf: htab: Split htab_elem_lru and htab_elem_pcpu off of htab_elem
` [PATCH 2/2] bpf: htab: Reduce elem_size by 8 bytes for small key sizes

[PATCH net-next] tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect path
 2026-07-22 18:49 UTC  (2+ messages)

[PATCH net-next 0/2] net: atlantic: convert RX path to page_pool
 2026-07-22 18:43 UTC  (5+ messages)
` [PATCH net-next 1/2] net: atlantic: free stranded TX buffers on ring deinit
` [PATCH net-next 2/2] net: atlantic: convert RX path to page_pool

[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-07-22 18:42 UTC  (7+ messages)
` [PATCH v2 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush

[PATCH bpf-next v2 0/5] Introduce bpf_ksock
 2026-07-22 18:27 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] net: Add __sys_connect_socket() helper
` [PATCH bpf-next v2 2/5] bpf: Add ksock kfuncs
` [PATCH bpf-next v2 3/5] selftests/bpf: Add ksock kfunc test
` [PATCH bpf-next v2 4/5] selftests/bpf: Add ksock LSM recursion test
` [PATCH bpf-next v2 5/5] selftests/bpf: Add ksock test for async callback guard

[PATCH dwarves v10 0/5] pahole: Encode true signatures in kernel BTF
 2026-07-22 18:25 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Report the real error from libarena parallel workers
 2026-07-22 16:41 UTC  (2+ messages)

[PATCH bpf-next v3] libarena: Use compiler load-acquire/store-release in bpf_atomic.h
 2026-07-22 16:30 UTC  (3+ messages)

[PATCH net-next v2 00/14] net: enable TC956x support
 2026-07-22 16:21 UTC  (6+ messages)
` [PATCH net-next v2 12/14] gpio: tc956x: add TC956x/QPS615 support

[PATCH dwarves 0/2] clang true signature follow-on
 2026-07-22 15:54 UTC  (5+ messages)
` [PATCH dwarves 1/2] btf_encoder: Only skip optimized parms when ABI changed

[syzbot] [bpf?] [sctp?] [tipc?] INFO: rcu detected stall in sock_close (5)
 2026-07-22 15:42 UTC 

[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-07-22 15:40 UTC  (11+ messages)

[PATCH bpf-next v3 0/6] Add BPF Exceptions support for RISC-V
 2026-07-22 15:28 UTC  (11+ messages)
` [PATCH bpf-next v3 1/6] riscv: Use arch_stack_walk() for the kernel callchain
` [PATCH bpf-next v3 2/6] riscv, stacktrace: Pass sp and fp to the walk_stackframe() callback
` [PATCH bpf-next v3 3/6] riscv, stacktrace: Implement arch_bpf_stack_walk() for BPF
` [PATCH bpf-next v3 4/6] riscv, bpf: Split prologue and epilogue into helper functions
` [PATCH bpf-next v3 5/6] riscv, bpf: Add support for BPF exceptions
` [PATCH bpf-next v3 6/6] riscv, bpf: Remove BPF exceptions from denylist

[PATCH 6.16.y 0/6] cBPF JIT spray hardening
 2026-07-22 15:18 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Fix WARNING in bpf_tracing_link_release
 2026-07-22 14:45 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Verify no warning when close fexit link

[PATCH bpf-next v3 0/6] bpf: Inline the numeric open-coded iterator kfuncs
 2026-07-22 14:21 UTC  (10+ messages)
` [PATCH bpf-next v3 1/6] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v3 2/6] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v3 3/6] bpf: Inline bpf_iter_num_destroy() kfunc
` [PATCH bpf-next v3 4/6] bpf: Elide range checks when inlining bpf_iter_num_new() for constant bounds
` [PATCH bpf-next v3 5/6] selftests/bpf: Verify inlined numeric iterator shape with __xlated
` [PATCH bpf-next v3 6/6] selftests/bpf: Add bpf_for() benchmark

[PATCH bpf-next v2] libarena: Use compiler load-acquire/store-release in bpf_atomic.h
 2026-07-22 13:55 UTC  (3+ messages)

[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-22 13:03 UTC  (17+ messages)
` [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH slab/for-next v4 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH slab/for-next v4 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
` [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()

[PATCH v2] libbpf: poison unresolved weak kfuncs in light skeletons
 2026-07-22 11:41 UTC 

[PATCH v7 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
 2026-07-22 11:22 UTC  (4+ messages)
` [PATCH v7 1/2] "

[PATCH v3 00/13] Fix leaks in rc core
 2026-07-22 10:49 UTC  (3+ messages)
` [PATCH v3 12/13] media: rc: Fix use after free in bpf progs

[REMINDER#2] LPC 2026 BPF Track CFP
 2026-07-22  9:42 UTC  (2+ messages)
` [FINAL REMINDER] "

[PATCH 6.6.y/6.12.y/6.18.y 0/2] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-22  8:50 UTC  (5+ messages)
` [PATCH 6.6.y/6.12.y/6.18.y 1/2] "
` [PATCH 6.6.y/6.12.y/6.18.y 2/2] selftests/bpf: Add tests for ld_{abs,ind} failure path "

[bpf-next v2 0/2] bpf: Preserve stack frame number for commuted arithmetic
 2026-07-22  8:46 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v2 bpf-next 0/5] Fix several issues in test_progs.c
 2026-07-22  8:45 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/5] selftests/bpf: Fix double free of subtest_state->name
` [PATCH v2 bpf-next 2/5] selftests/bpf: Fix missing allocation null checks in test_progs.c
` [PATCH v2 bpf-next 3/5] selftests/bpf: Use calloc to allocate subtest_states
` [PATCH v2 bpf-next 4/5] selftests/bpf: Fix memory leak on subtest_states reallocation
` [PATCH v2 bpf-next 5/5] selftests/bpf: Fix potential NULL pointer dereference in strscpy call

[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-22  8:41 UTC  (5+ messages)
` [PATCH bpf-next v5 01/10] bpf: propagate original instruction offset when patching program

[PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
 2026-07-22  8:32 UTC  (3+ messages)

[PATCH net v2] e1000e: Fix out-of-bounds MMIO access by validating BAR0 size
 2026-07-22  7:51 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: Populate mmap-able array maps lazily
 2026-07-22  7:16 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Populate mmap-able array map memory lazily
` [PATCH bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps

[PATCH bpf v5 0/4] Fixes for bpf link update
 2026-07-22  7:15 UTC  (7+ messages)
` [PATCH bpf v5 2/4] bpf: Fix UAF due to missing link type check in mprog

[PATCH bpf-next] bpf: Fix mmap_lock leak in irq_work path
 2026-07-22  6:24 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