public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-15 12:14:18 to 2026-04-16 15:31:53 UTC [more...]

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-16 15:31 UTC  (5+ messages)

[PATCH v2 bpf-next 0/8] bpf: Extend BTF UAPI vlen, kinds to use unused bits
 2026-04-16 15:27 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/8] "
` [PATCH v2 bpf-next 2/8] libbpf: Adjust btf_vlen() to return a __u32
` [PATCH v2 bpf-next 3/8] libbpf: Add feature for kernel extended vlen/kind support
` [PATCH v2 bpf-next 4/8] bpftool: Support 24-bit vlen
` [PATCH v2 bpf-next 5/8] selftests/bpf: Test BTF sanitization rejection for invalid vlen
` [PATCH v2 bpf-next 6/8] selftests/bpf: Fix up btf/invalid test for extended kind
` [PATCH v2 bpf-next 7/8] selftests/bpf: Fix up __u16 vlen assumptions
` [PATCH v2 bpf-next 8/8] Documentation/bpf: Update btf doc with updated vlen, kind sizes

[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
 2026-04-16 15:10 UTC  (6+ messages)

[PATCH bpf] bpf: reject ERR_PTR map->record in map_check_btf
 2026-04-16 14:48 UTC 

[PATCH bpf-next v10 0/6] bpf: Add support for sleepable tracepoint programs
 2026-04-16 14:40 UTC  (10+ messages)
` [PATCH bpf-next v10 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v10 2/6] bpf: Add bpf_prog_run_array_sleepable()
` [PATCH bpf-next v10 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v10 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v10 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v10 6/6] selftests/bpf: Add tests for sleepable tracepoint programs

[PATCH bpf] bpf: Fix precedence bug in convert_bpf_ld_abs alignment check
 2026-04-16 14:40 UTC  (2+ messages)

[PATCH bpf-next v4 00/18] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-16 14:39 UTC  (8+ messages)
` [PATCH bpf-next v4 06/18] bpf: Use argument index instead of register index in kfunc verifier logs
` [PATCH bpf-next v4 10/18] bpf: Fix interaction between stack argument PTR_TO_STACK and dead slot poisoning

XDP BPF JIT memory leak on armv7
 2026-04-16 14:36 UTC  (2+ messages)

[PATCH bpf-next v4 0/6] bpf: decap flags and GSO state updates
 2026-04-16 14:18 UTC  (14+ messages)
` [PATCH bpf-next v4 1/6] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
` [PATCH bpf-next v4 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
` [PATCH bpf-next v4 3/6] bpf: add BPF_F_ADJ_ROOM_DECAP_* flags for tunnel decapsulation
` [PATCH bpf-next v4 4/6] bpf: allow new DECAP flags and add guard rails
` [PATCH bpf-next v4 5/6] bpf: clear decap tunnel GSO state in skb_adjust_room
` [PATCH bpf-next v4 6/6] selftests/bpf: tc_tunnel validate decap GSO state

Technical Analysis of Use-After-Free (UAF) in kernel/bpf/verifier.c via Dangling Parent State
 2026-04-16 14:17 UTC 

[PATCH bpf-next 0/6] btf: Extend vlen, kind in struct btf_type
 2026-04-16 14:15 UTC  (5+ messages)
` [PATCH bpf-next 3/6] libbpf: Add feature for kernel extended vlen/kind support

[PATCH bpf v15 0/5] emit ENDBR/BTI instructions for indirect
 2026-04-16 14:10 UTC  (7+ messages)
` [PATCH bpf v15 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf v15 2/5] bpf: Pass bpf_verifier_env to JIT
` [PATCH bpf v15 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf v15 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf v15 5/5] bpf, arm64: Emit BTI for indirect jump target

[PATCH RFC bpf-next 0/7] bpf: Fix reg_bounds' slow mode and improve verifier refinement
 2026-04-16 14:03 UTC  (10+ messages)
` [PATCH RFC bpf-next 1/7] bpf/verifier: Use intersection checks when simulating to detect dead branches
` [PATCH RFC bpf-next 2/7] selftests/bpf: Test for empty intersection of tnum and u64
` [PATCH RFC bpf-next 3/7] selftests/bpf: Fix reg_bounds to prune on range violations
` [PATCH RFC bpf-next 4/7] bpf: Improve 64bits bounds refinement from u32 bounds
` [PATCH RFC bpf-next 5/7] bpf: Remove dead code from u32->*64 refinement logic
` [PATCH RFC bpf-next 6/7] selftests/bpf: Hardcode insteresting 32->64 refinement cases
` [PATCH RFC bpf-next 7/7] selftests/bpf: new cases handled by 32->64 range refinements

[PATCH 1/2] bpf: deduce_bounds_64_from_32 tightening with circular range logic
 2026-04-16 13:45 UTC  (8+ messages)

[PATCH RFC net-next v4 14/14] xsk: optimize xsk_build_skb for batch copy-mode fast path
 2026-04-16 13:12 UTC  (3+ messages)

[PATCH bpf-next v6 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-16 13:03 UTC  (14+ messages)
` [PATCH bpf-next v6 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v6 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v6 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v6 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v6 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v6 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v6 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v6 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v6 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v6 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v6 11/11] selftests/bpf: Tolerate missing files during install

[PATCH bpf v3 0/2] bpf: allow UTF-8 literals in bpf_bprintf_prepare()
 2026-04-16 13:03 UTC  (4+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: cover UTF-8 trace_printk output

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-16 12:30 UTC  (5+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "

[PATCH RFC net-next v4 04/14] xsk: cache data buffers to avoid frequently calling kmalloc_reserve
 2026-04-16 12:18 UTC  (4+ messages)

NULL pointer dereference in map_kptr_match_type when storing scalar values into kptr slots
 2026-04-16 11:58 UTC  (2+ messages)

[PATCH bpf] libbpf: fix deduplication of typedef with base definitions
 2026-04-16 11:53 UTC  (4+ messages)

[PATCH bpf v2 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-16 11:23 UTC  (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks

[PATCH RFC net-next v4 13/14] xsk: retire old xmit path in copy mode
 2026-04-16 10:33 UTC  (3+ messages)

[PATCH RFC net-next v4 12/14] xsk: separate read-mostly and write-heavy fields in xsk_buff_pool
 2026-04-16 10:09 UTC  (3+ messages)

[PATCHv3 bpf] libbpf: Prevent double close and leak of btf objects
 2026-04-16 10:00 UTC 

[PATCH RFC net-next v4 11/14] xsk: support batch xmit main logic
 2026-04-16  9:58 UTC  (3+ messages)

[PATCH v2 0/4] Firmware LSM hook
 2026-04-16  8:43 UTC  (22+ messages)
` [PATCH v2 1/4] bpf: add firmware command validation hook

[PATCH net-next v7 0/7] net: bcmgenet: add XDP support
 2026-04-16  8:06 UTC  (8+ messages)
` [PATCH net-next v7 2/7] net: bcmgenet: register xdp_rxq_info for each RX ring
` [PATCH net-next v7 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
` [PATCH net-next v7 4/7] net: bcmgenet: add XDP_TX support
` [PATCH net-next v7 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
` [PATCH net-next v7 6/7] net: bcmgenet: add XDP statistics counters
` [PATCH net-next v7 7/7] net: bcmgenet: reject MTU changes incompatible with XDP

[PATCH bpf-next] selftests/bpf: Add BPF struct_ops + livepatch integration test
 2026-04-16  7:20 UTC  (6+ messages)

[PATCH RFC net-next v4 07/14] xsk: try to skip validating skb list in xmit path
 2026-04-16  5:55 UTC  (3+ messages)

[PATCH RFC net-next v4 06/14] xsk: support dynamic xmit.more control for batch xmit
 2026-04-16  4:51 UTC  (5+ messages)

[PATCH RFC net-next v4 05/14] xsk: add direct xmit in batch function
 2026-04-16  3:04 UTC  (3+ messages)

[PATCH RFC net-next v4 03/14] xsk: add xsk_alloc_batch_skb() to build skbs in batch
 2026-04-16  1:18 UTC  (3+ messages)

[PATCH bpf-next 0/2] Detect and prune dead branches using intersection checks
 2026-04-16  1:10 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf/verifier: Use intersection checks when simulating to detect dead branches
` [PATCH bpf-next 2/2] selftests/bpf: Test for empty intersection of tnum and u64

[PATCH bpf v4 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-04-16  0:30 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf: copy BPF token from main program to subprograms
 2026-04-16  0:12 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: verify kallsyms entries for token-loaded subprograms

[PATCH bpf-next v5 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-15 21:54 UTC  (20+ messages)
` [PATCH bpf-next v5 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v5 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v5 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v5 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v5 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v5 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v5 07/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v5 08/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v5 09/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v5 10/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v5 11/11] selftests/bpf: Tolerate missing files during install

[ANN] bpf development stats for 7.1
 2026-04-15 21:31 UTC 

[PATCH bpf] bpf,tcp: avoid infinite recursion in BPF_SOCK_OPS_HDR_OPT_LEN_CB
 2026-04-15 20:47 UTC  (6+ messages)

[PATCH bpf-next 0/2] selftests/bpf: Use local types for kfunc declarations
 2026-04-15 20:00 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Use local type for flow_offload_tuple_rhash in xdp_flowtable
` [PATCH bpf-next 2/2] selftests/bpf: Use local type for bpf_fou_encap in test_tunnel_kern

[PATCH bpf-next v3 0/2] bpf: copy BPF token from main program to subprograms
 2026-04-15 19:32 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: verify kallsyms entries for token-loaded subprograms

[PATCH bpf-next v14 0/5] emit ENDBR/BTI instructions for indirect
 2026-04-15 19:22 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64/riscv: Remove redundant icache flush after pack allocator finalize
 2026-04-15 19:20 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Remove redundant bpf_flush_icache() "

[PATCH bpf-next v1 0/3] Fix garbage data in task local data
 2026-04-15 19:20 UTC  (2+ messages)

[PATCH bpf 1/2] bpf, arm64, insn: Reject out-of-range B.cond targets
 2026-04-15 19:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix use-after-free in arena_vm_close on fork
 2026-04-15 19:20 UTC  (2+ messages)

[PATCH bpf v4 5/5] bpf, sockmap: Take state lock for af_unix iter
 2026-04-15 19:18 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] bpf: copy BPF token from main program to subprograms
 2026-04-15 18:30 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: tcp: Reject TCP_NODELAY from BPF hdr opt callbacks
 2026-04-15 17:31 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "

[PATCH 0/1] xskmap: reject TX-only AF_XDP sockets
 2026-04-15 17:22 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH bpf-next 5/6] selftests/bpf: Test BTF sanitization rejection for invalid vlen
 2026-04-15 16:03 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
 2026-04-15 16:00 UTC  (2+ messages)

[PATCH bpf-next 1/6] bpf: Extend BTF UAPI vlen, kinds to use unused bits
 2026-04-15 15:48 UTC  (3+ messages)

[PATCH] kbuild/btf: Remove broken module relinking exclusion
 2026-04-15 15:47 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: Fix timer_start_deadlock failure due to hrtimer change
 2026-04-15 15:30 UTC  (3+ messages)

[PATCHv2 bpf] libbpf: Prevent double close of btf objects
 2026-04-15 13:41 UTC  (5+ messages)

[PATCH RFC net-next v4 02/14] xsk: extend xsk_build_skb() to support passing an already allocated skb
 2026-04-15 13:19 UTC  (3+ messages)

[PATCH RFC net-next v4 01/14] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
 2026-04-15 12:46 UTC  (3+ messages)


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