BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-05 00:06:26 to 2026-09-06 16:06:48 UTC [more...]

[PATCH v3 0/2] perf tools: port UI from GTK2 to GTK4
 2026-09-06 16:06 UTC  (3+ messages)
` [PATCH v3 1/2] tools: port perf ui from GTK 2 to GTK 4
` [PATCH v3 2/2] perf tools: make the GTK4 report browser actually loadable at runtime

[PATCH bpf-next v2 1/2] bpftool: Add recursive map dumping
 2026-09-06 15:53 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover recursive bpftool map dumps

[PATCH bpf-next 1/2] bpftool: Add recursive map dumping
 2026-09-06 15:54 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Cover recursive bpftool map dumps

[GIT PULL] BPF fixes for 7.3-rc2
 2026-09-06 15:42 UTC 

[PATCH bpf] selftests/bpf: Check returned keys in map batch validators
 2026-09-06 15:37 UTC  (5+ messages)

[PATCH bpf v2] selftests/bpf: Check returned keys in map batch validators
 2026-09-06 15:36 UTC 

[PATCH v2 0/2] perf tools: port UI from GTK2 to GTK4
 2026-09-06 15:13 UTC  (5+ messages)
` [PATCH v2 1/2] tools: port perf ui from GTK 2 to GTK 4
` [PATCH v2 2/2] perf tools: make the GTK4 report browser actually loadable at runtime

[PATCH bpf v2 0/7] Misc bug fixes - part 5
 2026-09-06 15:11 UTC  (18+ messages)
` [PATCH bpf v2 1/7] bpf: Make post-verification instruction rewrites killable
` [PATCH bpf v2 2/7] bpf: Preserve packet pointer class displacement in regsafe()
` [PATCH bpf v2 3/7] selftests/bpf: Test packet pointer class displacement pruning
` [PATCH bpf v2 4/7] bpf: Reject fall-through across subprogram boundaries
` [PATCH bpf v2 5/7] selftests/bpf: Test poisoned subprogram terminator
` [PATCH bpf v2 6/7] bpf: Assign lock identity to callback map values
` [PATCH bpf v2 7/7] selftests/bpf: Check callback map value lock identity

[PATCH bpf] selftests/bpf: Exercise double release in cpumask failure test
 2026-09-06 14:39 UTC 

[PATCH bpf-next v5 0/3] Add bpf stack arguments support for RV64
 2026-09-06 14:30 UTC  (10+ messages)
` [PATCH bpf-next v5 1/3] riscv, bpf: Remap BPF_REG_0 and RV_REG_TCC
` [PATCH bpf-next v5 2/3] riscv, bpf: Add BPF stack arguments support for RV64 JIT
` [PATCH bpf-next v5 3/3] selftests/bpf: Enable stack argument tests for RV64

[PATCH bpf v2] bpf, riscv: Make arena support depend on ZACAS
 2026-09-06 14:30 UTC  (4+ messages)

[PATCH net-next, v3] net/mlx5: Use dma_wmb() for completion queue doorbell updates
 2026-09-06 14:02 UTC  (3+ messages)

[PATCH net-next v3 0/4] selftests/xsk: improve shared-UMEM coverage
 2026-09-06 13:56 UTC  (7+ messages)

[PATCH 6.12.y] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
 2026-09-06 13:32 UTC  (2+ messages)

[BUG] libbpf: BTF dedup merges arrays with different element types
 2026-09-06 10:23 UTC 

[PATCH bpf v2 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
 2026-09-06  8:23 UTC  (7+ messages)
` [PATCH bpf v2 1/3] bpf: Fix out-of-bounds read of sk_protocol in bpf_sock_destroy()
` [PATCH bpf v2 2/3] tcp: Skip cond_resched() in inet_csk_listen_stop() under BPF context
` [PATCH bpf v2 3/3] selftests/bpf: Test bpf_sock_destroy() on TIME_WAIT and listener socks

[PATCH bpf v1 0/2] Fix bpf_loop syzbot report
 2026-09-06  4:10 UTC  (8+ messages)
` [PATCH bpf v1 1/2] bpf: Reject non-scalar bpf_loop iteration counts
` [PATCH bpf v1 2/2] selftests/bpf: Test pointer bpf_loop iteration count rejection

[PATCH bpf-next v1 00/22] bpf: Unify helper and kfunc argument checks
 2026-09-05 23:23 UTC  (36+ messages)
` [PATCH bpf-next v1 01/22] bpf: Pass call metadata through shared "
` [PATCH bpf-next v1 02/22] bpf: Address check_func_arg() arguments by argno
` [PATCH bpf-next v1 03/22] bpf: Only compare func_id against BPF_FUNC_* for helper calls
` [PATCH bpf-next v1 04/22] bpf: Only compare func_id against kfunc BTF IDs for kfunc calls
` [PATCH bpf-next v1 05/22] bpf: Rename ambiguous function argument types
` [PATCH bpf-next v1 06/22] bpf: Unify kfunc argument kinds with enum bpf_arg_type
` [PATCH bpf-next v1 07/22] bpf: Align helper and kfunc ARG_PTR_TO_PROG_AUX handling
` [PATCH bpf-next v1 08/22] bpf: Classify kfunc arguments the verifier ignores
` [PATCH bpf-next v1 09/22] bpf: Set OBJ_RELEASE when generating kfunc argument types
` [PATCH bpf-next v1 10/22] bpf: Set MEM_UNINIT and dynptr subtypes when generating kfunc arg types
` [PATCH bpf-next v1 11/22] bpf: Set MEM_RCU when generating kfunc argument types
` [PATCH bpf-next v1 12/22] bpf: Resolve BTF ID of ARG_PTR_TO_BTF_ID in kfunc bpf_func_proto
` [PATCH bpf-next v1 13/22] bpf: Resolve ARG_PTR_TO_MEM | MEM_FIXED_SIZE size "
` [PATCH bpf-next v1 14/22] bpf: Consolidate runtime argument type resolution
` [PATCH bpf-next v1 15/22] bpf: Consolidate nullable argument validation
` [PATCH bpf-next v1 16/22] bpf: Drop redundant BTF pointer helper write rejection
` [PATCH bpf-next v1 17/22] bpf: Consolidate helper and kfunc PTR_TO_BTF_ID argument matching
` [PATCH bpf-next v1 18/22] bpf: Admit kfunc argument registers through check_reg_type()
` [PATCH bpf-next v1 19/22] selftests/bpf: Test kfunc packet memory direct writes
` [PATCH bpf-next v1 20/22] bpf: Consolidate function call pkt_access validation
` [PATCH bpf-next v1 21/22] bpf: Consolidate release argument validation
` [PATCH bpf-next v1 22/22] bpf: Check helper and kfunc arguments in one path

[PATCH bpf-next v2 0/2] Fix global subprog verification context
 2026-09-05 22:39 UTC  (9+ messages)
` [PATCH bpf-next v2 1/2] bpf: Verify global subprogs in each sleepability context
` [PATCH bpf-next v2 2/2] selftests/bpf: Test global subprog callback contexts

[PATCH bpf v3 0/2] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
 2026-09-05 22:23 UTC  (9+ messages)
` [PATCH bpf v3 2/2] bpf: Fix reference leak in bpf_sk_assign()

[PATCH bpf-next v1 0/3] Fix acyclic ownership checks
 2026-09-05 21:29 UTC  (5+ messages)
` [PATCH bpf-next v1 1/3] bpf: Validate graph ownership with a bounded walk
` [PATCH bpf-next v1 2/3] bpf: Bound local kptr ownership depth
` [PATCH bpf-next v1 3/3] selftests/bpf: Check local object "

[PATCH net-next v9 0/2] Explicit TSO segment count
 2026-09-05 18:40 UTC  (2+ messages)

[PATCH bpf-next v7 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-05 16:28 UTC  (5+ messages)
` [PATCH bpf-next v7 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH v2] LoongArch: BPF: Fix off-by-one error for insn_is_cast_user
 2026-09-05 15:06 UTC  (2+ messages)

Fault injection for bpf_ringbuf_reserve?
 2026-09-05 13:11 UTC 

[PATCH bpf-next] bpf, docs: Fix the struct btf_var name in btf.rst
 2026-09-05  9:56 UTC 

[PATCH bpf-next] bpf, docs: Fix the struct bpf_cpumask name in kfuncs.rst
 2026-09-05  9:55 UTC 

[PATCH bpf v1 0/8] Misc bug fixes - part 5
 2026-09-05  8:16 UTC  (18+ messages)
` [PATCH bpf v1 1/8] bpf: Make post-verification instruction rewrites killable
` [PATCH bpf v1 2/8] selftests/bpf: Test killing a loader during instruction rewrites
` [PATCH bpf v1 3/8] bpf: Preserve packet pointer class displacement in regsafe()
` [PATCH bpf v1 4/8] selftests/bpf: Test packet pointer class displacement pruning
` [PATCH bpf v1 5/8] bpf: Reject fall-through across subprogram boundaries
` [PATCH bpf v1 6/8] selftests/bpf: Test poisoned subprogram terminator
` [PATCH bpf v1 7/8] bpf: Assign lock identity to callback map values
` [PATCH bpf v1 8/8] selftests/bpf: Check callback map value lock identity

[PATCH bpf-next v4 0/3] Add bpf stack arguments support for RV64
 2026-09-05  8:15 UTC  (14+ messages)
` [PATCH bpf-next v4 1/3] riscv, bpf: Remap BPF_REG_0 and RV_REG_TCC
` [PATCH bpf-next v4 2/3] riscv, bpf: Add BPF stack arguments support for RV64 JIT
` [PATCH bpf-next v4 3/3] selftests/bpf: Enable stack argument tests for RV64

[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-09-05  7:05 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH v2] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-09-05  7:03 UTC 

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-09-05  4:53 UTC  (17+ messages)

[PATCH bpf-next v1 0/2] Fix global subprog verification context
 2026-09-05  4:39 UTC  (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: Verify global subprogs in each sleepability context
` [PATCH bpf-next v1 2/2] selftests/bpf: Test global subprog callback contexts

[PATCH bpf v4] bpf: Fix UAF due to concurrent consumption of ttrace lists in alloc_bulk
 2026-09-05  3:57 UTC  (3+ messages)

[PATCH bpf-next] bpf, riscv: Register extable entries at probe insn call sites
 2026-09-05  3:44 UTC  (2+ messages)

[PATCH v13 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-05  3:16 UTC  (2+ messages)

[PATCH] Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note
 2026-09-05  2:10 UTC  (2+ messages)

[PATCH bpf v3] bpf: Fix UAF due to concurrent consumption of ttrace lists in alloc_bulk
 2026-09-05  2:00 UTC  (3+ messages)

[PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2026-09-01 (i40e)
 2026-09-05  1:50 UTC  (2+ messages)

[PATCH net-next 2/4] i40e: add support for bpf_xdp_metadata_rx_hash()
 2026-09-05  1:50 UTC  (3+ messages)

[PATCH bpf 00/10] bpf: add missing precision propagation after bpf_register_is_null calls
 2026-09-05  1:20 UTC  (13+ messages)
` [PATCH bpf 01/10] bpf: mark a NULL call argument precise
` [PATCH bpf 03/10] bpf: mark a NULL memory argument of a call precise
` [PATCH bpf 07/10] bpf: mark a NULL BTF_ID argument of a global subprogram precise
` [PATCH bpf 08/10] selftests/bpf: precision of a NULL global subprogram BTF_ID argument
` [PATCH bpf 09/10] bpf: propagate mark_chain_precision() errors out of loop_flag_is_zero()
` [PATCH bpf 10/10] bpf: use mark_arg_precision() in check_mem_size_reg()

[PATCH bpf-next v5 1/2] bpf: Validate program attach type during link update
 2026-09-05  1:00 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Cover attach type checks in "

[PATCH bpf 05/10] bpf: mark a NULL kfunc argument precise
 2026-09-05  0:51 UTC  (2+ messages)

[PATCH bpf 04/10] selftests/bpf: precision of a NULL global subprogram memory argument
 2026-09-05  0:51 UTC  (2+ messages)

[PATCH bpf] bpf: Fix program BTF use-after-free in sleepable programs
 2026-09-05  0:07 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