BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-16 02:21:10 to 2026-06-17 15:44:04 UTC [more...]

[PATCH v2] perf: Fix up build failure due to bpf changes
 2026-06-17 15:44 UTC  (2+ messages)

[PATCH net v2] net: Clear skb metadata in LWT BPF xmit
 2026-06-17 15:20 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Preserve pointer spill metadata during half-slot cleanup
 2026-06-17 15:20 UTC  (4+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/2] "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Cover half-slot cleanup of pointer spills

[PATCH bpf 0/2] bpf: Fix stack slot index for Spectre v4 nospec checks
 2026-06-17 14:25 UTC  (11+ messages)
` [PATCH bpf 1/2] bpf: Fix stack slot index in "
    `  "
` [PATCH bpf 2/2] selftests/bpf: Cover stack nospec slot indexing
    `  "

[PATCH net] net: ena: clean up XDP TX queues when regular TX setup fails
 2026-06-17 14:24 UTC  (2+ messages)

[PATCH bpf v3 0/2] Fix partial copy of non-linear test_run output
 2026-06-17 14:19 UTC  (6+ messages)
` [PATCH bpf v3 1/2] bpf: "
` [PATCH bpf v3 2/2] selftests/bpf: Cover "

[PATCH 0/2] Add bpf_sock_read_xattr() kfunc to read socket xattrs
 2026-06-17 14:03 UTC  (5+ messages)
` [PATCH 1/2] fs: "
` [PATCH 2/2] selftests/bpf: Add test for bpf_sock_read_xattr() kfunc

[PATCH v5 0/7] bootconfig: embed kernel.* cmdline at build time
 2026-06-17 13:45 UTC  (12+ messages)
` [PATCH v5 1/7] bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()
` [PATCH v5 2/7] bootconfig: render descendant keys when xbc_snprint_cmdline() root has a value
` [PATCH v5 3/7] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [PATCH v5 4/7] bootconfig: clean build-time tools/bootconfig from make clean
` [PATCH v5 5/7] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH v5 6/7] Documentation: bootconfig: document build-time cmdline rendering
` [PATCH v5 7/7] x86/setup: prepend embedded bootconfig cmdline before parse_early_param

[PATCH] perf: Fix up build failure due to bpf changes
 2026-06-17 12:53 UTC  (2+ messages)

[PATCH] bpf: Reset register bounds before narrowing retval range in check_mem_access()
 2026-06-17 12:08 UTC 

[PATCH net-next 0/3] xsk: support tx napi busy_poll
 2026-06-17 12:00 UTC  (7+ messages)
` [PATCH net-next 1/3] net: busy-poll: introduce sk_tx_busy_loop()

[PATCH net 0/4] ICSSG XDP zero copy bug fixes
 2026-06-17 11:31 UTC  (6+ messages)
` [PATCH net 4/4] net: ti: icssg: Fix XSK zero copy TX during application wakeup

[PATCH v2 0/2] linux-6.1.y: fix build errors with newer GCC/glibc
 2026-06-17 11:20 UTC  (5+ messages)
` [PATCH v2 1/2] tools/lib/bpf: fix const-qualifier discard in resolve_full_path
` [PATCH v2 2/2] KVM: VMX: guard regparm(0) on vmread_error_trampoline for x86_32 only

[PATCH net-next 0/3] selftests/xsk: stabilize timeout test behavior
 2026-06-17 10:03 UTC  (7+ messages)
` [PATCH net-next 1/3] selftests/xsk: make poll timeout mode explicit
` [PATCH net-next 2/3] selftests/xsk: fix timeout thread harness sequencing
` [PATCH net-next 3/3] selftests/xsk: restore shared_umem after POLL_TXQ_FULL

[PATCH v4 0/7] bootconfig: embed kernel.* cmdline at build time
 2026-06-17  9:56 UTC  (5+ messages)
` [PATCH v4 6/7] Documentation: bootconfig: document build-time cmdline rendering

[PATCH bpf-next v2 0/4] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-17  9:42 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf: Initialize the l3mdev field for the fib lookup flow
` [PATCH bpf-next v2 2/4] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v2 3/4] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v2 4/4] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests

[PATCH] tools/sched_ext: scx_flatcg: Fix inverted vtime delta accounting
 2026-06-17  9:17 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] tools/bpf/bpftool: Fix vmlinux BTF leak in cgroup commands
 2026-06-17  9:13 UTC  (2+ messages)

[GIT PULL] BPF changes for 7.2
 2026-06-17  8:51 UTC  (4+ messages)

[PATCH 6.12.y] net: add missing ns_capable check for peer netns
 2026-06-17  8:37 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] riscv, bpf: Fix signed operations and add 32 bit atomics
 2026-06-17  7:54 UTC  (10+ messages)
` [PATCH bpf-next v2 1/3] riscv, bpf: Fix support for BPF_SDIV and BPF_SMOD in RV32 JIT
` [PATCH bpf-next v2 2/3] riscv, bpf: Fix support for BPF_MOVSX "
` [PATCH bpf-next v2 3/3] riscv, bpf: Add 32 bit atomic operations to "

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-17  5:58 UTC  (27+ messages)
` [PATCH for-next v3 1/9] slub_kunit: fall back to SW perf events when HW PMU is not available
` [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 for-next v3 5/9] mm/slab: extend deferred free mechanism to handle rcu sheaves
` [PATCH for-next v3 6/9] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH for-next v3 7/9] mm/slab: introduce kfree_rcu_nolock()
` [PATCH for-next v3 8/9] mm/slab: introduce struct kfree_rcu_head and use in kfree_rcu_nolock()
` [PATCH for-next v3 9/9] slub_kunit: extend the test for kfree_rcu_nolock()

[PATCH v2 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback for TCP Prague
 2026-06-17  4:29 UTC  (5+ messages)

[PATCH RFC bpf-next 0/2] selftests/bpf: Add support for get_preempt_count()
 2026-06-17  3:43 UTC  (3+ messages)
` [PATCH RFC bpf-next 1/2] selftests/bpf: Add riscv "

[PATCH v1 bpf-next 0/2] bpf: bpf_redirect_peer egress redirection
 2026-06-17  3:36 UTC  (5+ messages)

[PATCH bpf 0/6] libbpf: Fix ring buffer consumption
 2026-06-17  1:30 UTC  (7+ messages)
` [PATCH bpf 1/6] libbpf: ringbuf: Honor zero consume bounds
` [PATCH bpf 2/6] libbpf: ringbuf: Prevent NULL callback crash
` [PATCH bpf 4/6] libbpf: ringbuf: Use compiler atomics

[PATCH bpf 3/6] libbpf: ringbuf: Handle position counter wrap
 2026-06-17  1:19 UTC  (3+ messages)

[PATCH bpf] bpf: Add missing access_ok call to copy_user_syms
 2026-06-16 23:35 UTC  (4+ messages)

[PATCH bpf-next 0/2] HID: bpf: Fix hid_bpf_get_data() range check
 2026-06-16 22:52 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/hid: Cover hid_bpf_get_data() size overflow

[PATCH bpf-next 0/2] bpf: Guard conntrack opts error writes
 2026-06-16 22:34 UTC  (8+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover small "

[PATCH net v2] net: skmsg: preserve sg.copy across SG transforms
 2026-06-16 22:00 UTC  (2+ messages)

[PATCH bpf-next v1 00/14] resolve_btfids: Implement BTF tags emission for kfuncs
 2026-06-16 21:58 UTC  (29+ messages)
` [PATCH bpf-next v1 01/14] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v1 02/14] selftests/bpf: Modernize resolve_btfids test scaffolding
` [PATCH bpf-next v1 03/14] selftests/bpf: Fix resolve_btfids test reads of BTF ID sets in PIE builds
` [PATCH bpf-next v1 04/14] selftests/bpf: Add kfunc set test to resolve_btfids
` [PATCH bpf-next v1 05/14] resolve_btfids: Index BTF ID symbols by address
` [PATCH bpf-next v1 06/14] resolve_btfids: Discover kfuncs from BTF ID sets
` [PATCH bpf-next v1 11/14] resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
` [PATCH bpf-next v1 14/14] docs, resolve_btfids: Document kfunc BTF annotation emission

[PATCH bpf] bpf, sockmap: fix lock inversion between stab->lock and sk_callback_lock
 2026-06-16 18:40 UTC  (4+ messages)

[PATCH 6.1 496/522] perf parse-events: Make YYDEBUG dependent on doing a debug build
 2026-06-16 15:00 UTC  (2+ messages)
` [PATCH 6.1 497/522] perf build: Disable fewer bison warnings

[PATCH bpf v2 0/2] Fix partial copy of non-linear test_run output
 2026-06-16 17:16 UTC  (6+ messages)
` [PATCH bpf v2 1/2] bpf: "
` [PATCH bpf v2 2/2] selftests/bpf: Cover "

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-06-16 16:17 UTC  (9+ messages)
` [PATCH v5 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events
` [PATCH v5 2/4] perf/core: Clear the whole branch entry in perf_clear_branch_entry()
` [PATCH v5 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v5 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE

[PATCH net-next 0/5] tls: reject the combination of TLS and sockmap
 2026-06-16 16:10 UTC  (4+ messages)
` [PATCH net-next 3/5] selftests/bpf: remove sockmap + ktls tests

[bpf v8 0/7] powerpc/bpf: address missing verifier selftest coverage
 2026-06-16 16:47 UTC  (12+ messages)
` [bpf v8 1/7] powerpc/bpf: fix alignment of long branch trampoline address
` [bpf v8 2/7] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [bpf v8 3/7] selftest/bpf: Fixing powerpc JIT disassembly failure
` [bpf v8 4/7] selftest/bpf: Enable verifier selftest for powerpc64
` [bpf v8 5/7] powerpc64/bpf: fix compare instruction emitted for tailcall
` [bpf v8 6/7] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [bpf v8 7/7] powerpc/bpf: fix buffer overflow in JIT for large BPF programs

[PATCH stable 6.1 v2 0/5] perf build fixes
 2026-06-16 11:59 UTC  (5+ messages)
` [PATCH stable 6.1 v2 5/5] perf build: Remove -Wno-unused-but-set-variable from the flex flags when building with clang < 13.0.0

[PATCH 5.10/5.15/6.1/6.6/6.12/6.18] tap: free page on error paths in tap_get_user_xdp()
 2026-06-16  9:02 UTC 

[PATCH net] net/smc: fix out-of-bounds read in smc_clcsock_data_ready()
 2026-06-16  7:16 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Allow type tag BTF records to succeed other modifier records
 2026-06-16  7:12 UTC  (3+ messages)

[PATCH stable 6.6.y v3 0/4] bpf: linked scalar precision fixes
 2026-06-16  5:51 UTC  (5+ messages)
` [PATCH stable 6.6.y v3 1/4] bpf: Track equal scalars history on per-instruction level

[PATCH bpf-next v6 00/12] bpf: Introduce global percpu data
 2026-06-16  4:33 UTC  (6+ messages)
` [PATCH bpf-next v6 11/12] selftests/bpf: Add test to verify xlated insns for "

[PATCH bpf-next v6 10/12] selftests/bpf: Add tests to verify verifier log for global percpu data
 2026-06-16  4:18 UTC  (3+ messages)

[PATCH bpf-next v6 06/12] libbpf: Add support for global percpu data
 2026-06-16  4:17 UTC  (3+ messages)

[PATCH dwarves v5 00/11] pahole: Encode true signatures in kernel BTF
 2026-06-16  4:06 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