BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-16 15:57:38 to 2026-06-18 04:19:40 UTC [more...]

[PATCH 0/5] LoongArch: BPF: arena instruction gating, private stack and exceptions
 2026-06-18  4:19 UTC  (11+ messages)
` [PATCH 1/5] LoongArch: BPF: Gate unsupported arena instructions via bpf_jit_supports_insn()
` [PATCH 2/5] LoongArch: BPF: Add private stack support
` [PATCH 3/5] LoongArch: BPF: Add exceptions (bpf_throw) support
` [PATCH 4/5] selftests/bpf: Add LoongArch deny list
` [PATCH 5/5] selftests/bpf: Enable struct_ops private stack test for LoongArch

[PATCH] bpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field check
 2026-06-18  4:09 UTC 

Question: BPF stack build-id lookup while holding mmap_lock
 2026-06-18  3:31 UTC 

[PATCH bpf v2] bpf, sockmap: fix use-after-free when the stream parser resizes the skb
 2026-06-18  2:45 UTC  (4+ messages)

[PATCH dwarves v5 00/11] pahole: Encode true signatures in kernel BTF
 2026-06-18  1:20 UTC  (3+ messages)

[PATCH dwarves v6 0/5] pahole: Encode true signatures in kernel BTF
 2026-06-18  1:14 UTC  (6+ messages)
` [PATCH dwarves v6 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
` [PATCH dwarves v6 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v6 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v6 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v6 5/5] tests: add BTF true_signature encoding tests

[PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
 2026-06-18  0:57 UTC  (6+ messages)
` [PAHOLE v5 1/5] btf_loader: Handle decl tag component_idx for parameters
` [PAHOLE v5 2/5] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
` [PAHOLE v5 3/5] dwarf_loader: Add support for DW_TAG_GNU_annotation
` [PAHOLE v5 4/5] tests: Support GCC in pfunct-btf-decl-tags test
` [PAHOLE v5 5/5] tests: Add btf_type_tag ordering test

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

[PATCH bpf-next v3 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-17 22:47 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v3 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v3 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests

[PATCH bpf] bpf: zero-initialize the fib lookup flow struct
 2026-06-17 22:47 UTC 

[PATCH] mm/bpf_memcontrol: mark BPF memcg kfuncs static
 2026-06-17 22:31 UTC  (4+ messages)

[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
 2026-06-17 22:13 UTC  (2+ messages)

[PATCH v1 bpf-next 0/2] bpf: bpf_redirect_peer egress redirection
 2026-06-17 21:10 UTC  (6+ messages)

[PATCH bpf-next v1 0/4] Modernize resolve_btfids selftest
 2026-06-17 21:06 UTC  (5+ messages)
` [PATCH bpf-next v1 1/4] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v1 2/4] selftests/bpf: Modernize resolve_btfids test scaffolding
` [PATCH bpf-next v1 3/4] selftests/bpf: Fix resolve_btfids test reads of BTF ID sets in PIE builds
` [PATCH bpf-next v1 4/4] selftests/bpf: Add kfunc set test to resolve_btfids

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

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-17 20:40 UTC  (16+ messages)
` [PATCH for-next v3 3/9] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [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 bpf v2 0/2] bpf: Fix stack slot index for Spectre v4 nospec checks
 2026-06-17 20:12 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Fix stack slot index in "
` [PATCH bpf v2 2/2] selftests/bpf: Cover stack nospec slot indexing

[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
 2026-06-17 20:08 UTC  (8+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation

[PATCH] bpf: Use common error handling code in bpf_is_state_visited()
 2026-06-17 19:55 UTC  (3+ messages)
  ` [PATCH RESEND bpf-next] "

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

[GIT PULL] BPF changes for 7.2
 2026-06-17 17:16 UTC  (5+ messages)

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

[PATCH bpf-next v4 0/6] bpf, skmsg: some fixes for skmsg
 2026-06-17 16:38 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
` [PATCH bpf-next v4 2/6] bpf, sockmap: Fix wrong rsge offset "
` [PATCH bpf-next v4 5/6] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check

[PATCH bpf-next 0/2] bpf: Preserve pointer spill metadata during half-slot cleanup
 2026-06-17 16:02 UTC  (5+ 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 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 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 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  (4+ messages)

[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)

[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  (7+ 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 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 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  (2+ 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  (5+ 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  (24+ messages)
` [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 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  (4+ messages)
` [PATCH bpf v2 1/2] bpf: "

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-06-16 16:17 UTC  (8+ messages)
` [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  (2+ messages)


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