BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-10 02:34:35 to 2026-06-11 11:40:03 UTC [more...]

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

[PATCH bpf-next v2] bpf: Fix unaligned interpreter panic on JIT fallback path
 2026-06-11 11:28 UTC  (4+ messages)

[RESEND][PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-06-11 11:22 UTC  (3+ messages)

[PATCH bpf] bpf: Track spilled zero scalars for var-off stack reads
 2026-06-11 10:11 UTC 

[PATCH net-next 0/3] docs: net: more adjustments to docs
 2026-06-11 10:06 UTC  (6+ messages)
` [PATCH net-next 1/3] docs: net: fix minor issues with XDP metadata docs
` [PATCH net-next 2/3] docs: net: tls-offload: document tls_dev_del, tls_dev_resync, and rekey

[PATCH bpf-next 0/5] Verify BPF signed loader at load time
 2026-06-11  9:43 UTC  (9+ messages)
` [PATCH bpf-next 1/5] bpf: Verify signed loader metadata "
` [PATCH bpf-next 2/5] libbpf: Drop in-loader metadata check for load-time verification
` [PATCH bpf-next 3/5] bpftool: Cover loader metadata with the program signature
` [PATCH bpf-next 4/5] selftests/bpf: Verify load-time signed loader metadata
` [PATCH bpf-next 5/5] Documentation/bpf: Add BPF signing and enforcement doc

[PATCHv2 bpf-next 0/6] bpf: Allow uprobe_multi binary specified by file descriptor
 2026-06-11  9:37 UTC  (17+ messages)
` [PATCHv2 bpf-next 1/6] bpf: Use user_path_at for path resolution in uprobe_multi
` [PATCHv2 bpf-next 2/6] bpf: Add support to specify uprobe_multi target via file descriptor
` [PATCHv2 bpf-next 3/6] libbpf: Add path_fd to struct bpf_link_create_opts
` [PATCHv2 bpf-next 4/6] selftests/bpf: Add uprobe_multi path_fd test
` [PATCHv2 bpf-next 5/6] selftests/bpf: Add uprobe_multi path_fd fail tests
` [PATCHv2 bpf-next 6/6] selftests/bpf: Fix typo in verify_umulti_link_info

[PATCH net v3] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-06-11  9:29 UTC 

[PATCH dwarves v5 00/11] pahole: Encode true signatures in kernel BTF
 2026-06-11  9:15 UTC  (5+ messages)
` [PATCH dwarves v5 01/11] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves v5 10/11] btf_encoder: Handle optimized parameter properly

[PATCH bpf v4 0/2] bpf: Fix generic devmap egress skb sharing
 2026-06-11  9:02 UTC  (6+ messages)
` [PATCH bpf v4 1/2] bpf: Run generic devmap egress prog on private skb
` [PATCH bpf v4 2/2] selftests/bpf: Cover generic devmap egress last-dst rewrite

[PATCH bpf-next v1] bpf: Fix unaligned interpreter panic on JIT fallback path
 2026-06-11  8:40 UTC  (5+ messages)

[PATCH net v5 0/4] net: mvpp2: fix XDP RX buffer handling
 2026-06-11  8:10 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: Fix generic devmap egress skb sharing
 2026-06-11  7:14 UTC  (7+ messages)
` [PATCH bpf v3 1/2] bpf: Run generic devmap egress prog on private skb
` [PATCH bpf v3 2/2] selftests/bpf: Cover generic devmap egress last-dst rewrite

[PATCH net-next 0/3] xsk: support tx napi busy_poll
 2026-06-11  7:12 UTC  (4+ messages)
` [PATCH net-next 1/3] net: busy-poll: introduce sk_tx_busy_loop()
` [PATCH net-next 2/3] virtio_net: initialize napi.tx_napi in virtnet_alloc_queues()
` [PATCH net-next 3/3] xsk: replace sk_busy_loop with sk_tx_busy_loop in __xsk_sendmsg()

[PATCH stable 6.6.y v2 0/3] bpf: backport scalar not-equal tracking fixes
 2026-06-11  6:47 UTC  (4+ messages)

[PATCH net v2] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-06-11  6:43 UTC  (3+ messages)

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

[PATCH bpf-next v5 8/9] selftests/bpf: Add test to verify xlated insns for global percpu data
 2026-06-11  5:12 UTC  (3+ messages)

[PATCH bpf-next v5 7/9] selftests/bpf: Add tests to verify verifier log for global percpu data
 2026-06-11  5:11 UTC  (3+ messages)

[PATCH bpf-next v5 6/9] selftests/bpf: Add tests to verify global percpu data
 2026-06-11  5:10 UTC  (3+ messages)

[PATCH bpf-next v5 5/9] bpftool: Generate skeleton for global percpu data
 2026-06-11  5:09 UTC  (5+ messages)

[PATCH bpf-next v5 3/9] libbpf: Probe percpu data feature
 2026-06-11  5:08 UTC  (3+ messages)

[PATCH bpf-next v5 2/9] bpf: Introduce global percpu data
 2026-06-11  5:05 UTC  (5+ messages)

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-06-11  4:06 UTC  (7+ messages)
` [PATCH 1/2] arm64: ftrace: prepare ftrace_modify_call() for use "
` [PATCH 2/2] arm64: ftrace: allow DIRECT_CALLS "

[PATCH v2 0/3] Move thread_info into task_struct for LoongArch
 2026-06-11  3:33 UTC  (11+ messages)
` [PATCH v2 1/3] LoongArch: Implement CONFIG_THREAD_INFO_IN_TASK
` [PATCH v2 2/3] LoongArch: BPF: Inline bpf_get_current_task{_btf}() helpers
` [PATCH v2 3/3] LoongArch: BPF: Inline bpf_get_smp_processor_id() helper

[PATCH bpf 0/4] bpf, skmsg: some fixes for skmsg
 2026-06-11  2:11 UTC  (12+ messages)
` [PATCH bpf 1/4] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
` [PATCH bpf 2/4] bpf, sockmap: Fix wrong rsge offset "
` [PATCH bpf 3/4] bpf, sockmap: zero-initialize pages allocated in bpf_msg_push_data
` [PATCH bpf 4/4] bpf, sockmap: keep sk_msg copy state in sync

[PATCH bpf v2] bpf: Run generic devmap egress prog on private skb
 2026-06-11  1:17 UTC  (6+ messages)

[PATCH bpf-next 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-10 23:20 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks

[BUG] bpf: Tracing progs on the stack save subtree can result in OOM
 2026-06-10 22:29 UTC  (3+ messages)

[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
 2026-06-10 21:55 UTC  (5+ messages)

[PATCH net v2] bnxt: fix head underflow on XDP head-grow
 2026-06-10 20:45 UTC  (2+ messages)

[PATCH bpf-next v8 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2026-06-10 19:17 UTC  (4+ messages)

[PATCH bpf] bpf, sockmap: take the socket lock in udp_bpf_recvmsg()
 2026-06-10 18:35 UTC  (3+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-06-10 18:02 UTC  (7+ messages)
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10

[PATCH bpf v2 0/2] bpf, sockmap: fix bpf_msg_pop_data() integer overflow
 2026-06-10 17:35 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
` [PATCH bpf v2 2/2] selftests/bpf: add test for bpf_msg_pop_data() overflow

[PATCH bpf-next] selftests/bpf: Add cgroup kptr NMI deadlock reproducer
 2026-06-10 16:41 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] libbpf: fix implicit BPF token handling in loading and feature probes
 2026-06-10 16:30 UTC  (7+ messages)
` [PATCH bpf-next v3 0/2] libbpf: fix implicit BPF token feature probe failures
  ` [PATCH bpf-next v3 1/2] libbpf: Skip bpf_object__probe_loading() when BPF token is in use
  ` [PATCH bpf-next v3 2/2] libbpf: fetch probeable prog type from token for feature probes

[PATCHv7 bpf-next 00/29] bpf: tracing_multi link
 2026-06-10 15:42 UTC  (6+ messages)
` [PATCHv7 bpf-next 03/29] ftrace: Add add_ftrace_hash_entry function

[PATCH bpf-next v2 3/8] bpf, x86: add helper to emit kasan checks in x86 JITed programs
 2026-06-10 15:40 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix bpf_iter/task_vma test
 2026-06-10 15:10 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] Fix kptr dtor deadlock
 2026-06-10 15:10 UTC  (2+ messages)

[PATCH v4 0/7] bootconfig: embed kernel.* cmdline at build time
 2026-06-10 14:58 UTC  (7+ messages)
` [PATCH v4 3/7] bootconfig: render embedded bootconfig as a kernel "
` [PATCH v4 6/7] Documentation: bootconfig: document build-time cmdline rendering

[PATCH bpf-next 0/6] bpf: Allow uprobe_multi binary specified by file descriptor
 2026-06-10 14:19 UTC  (5+ messages)
` [PATCH bpf-next 2/6] bpf: Add support to specify uprobe_multi target via "

[PATCH net] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-06-10 13:46 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Fix setting retval to -EPERM for cgroup hooks not returning errno
 2026-06-10 20:17 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add retval test for bool and errno LSM cgroup hooks

[PATCH bpf-next 0/2] bpf: Fix gotox target validation against CFG
 2026-06-10 12:22 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
    `  "

[PATCH net-next v6 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction
 2026-06-10 12:21 UTC  (13+ messages)
` [PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs

[PATCH bpf-next 0/2] bpf: Reject scalar addition from untrusted memory
 2026-06-10 12:16 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
      `  "

[PATCH bpf 0/2] bpf: fork state when comparing sign crossing ranges with zero
 2026-06-10 11:07 UTC  (5+ messages)

[PATCH bpf-next] rqspinlock: Fix order in raw_res_spin_(un)lock_irq to allow schedule
 2026-06-10 10:31 UTC  (4+ messages)

[PATCH] bpf: Unshare cloned skb before devmap egress XDP program
 2026-06-10  9:34 UTC  (7+ messages)

[PATCH bpf v2] bpf: Validate BTF repeated field counts before expansion
 2026-06-10  8:18 UTC  (2+ messages)

BPF CI for Stable
 2026-06-10  8:18 UTC  (3+ messages)

[PATCH bpf-next v3] selftests/bpf: Add arena direct-value one-past-end reject test
 2026-06-10  7:13 UTC 

[PATCH v12 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-06-10  6:44 UTC  (2+ messages)

[PATCH v12 02/15] arm64: barrier: Support smp_cond_load_relaxed_timeout()
 2026-06-10  6:32 UTC  (3+ messages)

[PATCH v2] selftests/bpf: correct CONFIG_PPC64 macro name in comment
 2026-06-10  4:40 UTC 

[PATCH bpf-next v2 0/2] selftests/bpf: Fix tests for llvm23 true signature
 2026-06-10  4:30 UTC  (2+ messages)

[PATCH bpf] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
 2026-06-10  4:24 UTC  (4+ messages)

[PATCH bpf-next v4] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-06-10  4:23 UTC  (4+ messages)

[PATCH bpf-next v2 1/2] selftests/bpf: Keep int return type for tailcall subprogs
 2026-06-10  4:06 UTC  (6+ messages)

[PATCH v2] net: lan966x: restore RX state on reload failure
 2026-06-10  2:40 UTC  (2+ messages)

[PATCH bpf] bpf, lpm_trie: Allow lookups from sleepable BPF programs
 2026-06-10  2:34 UTC  (5+ messages)
` [PATCH bpf v2 0/2] bpf, lpm_trie: Allow sleepable BPF programs to use LPM tries
  ` [PATCH bpf v2 2/2] bpf, lpm_trie: Allow sleepable programs to use LPM trie maps directly


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