BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-15 22:32:37 to 2026-07-16 16:24:21 UTC [more...]

[PATCH net-next v2 00/14] net: enable TC956x support
 2026-07-16 16:24 UTC  (5+ messages)
` [PATCH net-next v2 12/14] gpio: tc956x: add TC956x/QPS615 support

[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
 2026-07-16 16:12 UTC  (7+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation

[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
 2026-07-16 16:06 UTC  (4+ messages)
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation

[PATCH bpf-next 1/3] bpf: Add memory usage for arena
 2026-07-16 15:40 UTC  (7+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Run arena tests serially
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for memory usage for arena

[PATCH bpf-next] bpf, sparc: Add support for BPF_SDIV and BPF_SMOD in the sparc64 JIT
 2026-07-16 15:11 UTC 

[PATCH RFC net-next 0/6] skb extension for BPF metadata
 2026-07-16 15:06 UTC  (8+ messages)
` [PATCH RFC net-next 1/6] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH RFC net-next 3/6] bpf: Allow skb extensions to survive packet scrubbing

[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-16 13:29 UTC  (19+ messages)
` [PATCH mm-hotfixes v3 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [PATCH mm-hotfixes v3 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v3 4/4] arm64: remove redundant concurrent ptdump UAF mitigation

Linking Patchwork with Sashiko?
 2026-07-16 12:32 UTC  (10+ messages)

[PATCH bpf-next v3 0/3] Fixes for tailcall with subprog and callback
 2026-07-16 12:20 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] bpf: Sync tail_call_reachable with callee state on entry
` [PATCH bpf-next v3 2/3] bpf: Reject callback subprogs invoke tailcall
` [PATCH bpf-next v3 3/3] selftests/bpf: Add testcases for callback with tailcall

[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-16 12:15 UTC  (11+ messages)
` [PATCH v3 net 1/6] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v3 net 3/6] xsk: provide sufficient space in pool->tx_descs

[PATCH bpf-next v1 0/9] Add arena argument support to kfuncs and struct_ops
 2026-07-16 11:32 UTC  (5+ messages)
` [PATCH bpf-next v1 8/9] bpf, x86: Fix stack-passed arguments for indirect trampolines

[PATCH bpf-next v1 1/9] bpf: Support __arena and __arena_nullable kfunc argument suffixes
 2026-07-16 11:31 UTC  (3+ messages)

PROBLEM: BPF interpreter fallback after JIT compilation of BPF_ADDR_PERCPU leads to kernel panic
 2026-07-16 11:27 UTC  (5+ messages)

[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
 2026-07-16 10:48 UTC  (5+ messages)
` [PATCH v4 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup

[PATCH bpf] veth: convert frag_list skbs before running XDP
 2026-07-16 10:06 UTC 

[PATCH bpf-next v3 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-16  9:49 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs

[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-07-16  9:49 UTC  (9+ messages)
` [PATCH bpf-next v3 1/5] bpf: dispatcher: allocate bpf_dispatcher->rw_image with vzalloc()
` [PATCH bpf-next v3 2/5] bpf: drop __weak from bpf_jit_alloc_exec() and bpf_jit_free_exec()
` [PATCH bpf-next v3 3/5] bpf: alloc_prog_pack(): skip ROX management for already ROX memory
` [PATCH bpf-next v3 4/5] bpf, x86: make sure allocation in arch_bpf_trampoline_size() is writable
` [PATCH bpf-next v3 5/5] x86/bpf: enable EXECMEM_ROX_CACHE for BPF allocations

[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
 2026-07-16  9:48 UTC  (7+ messages)

[PATCH bpf-next v3 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-16  9:34 UTC 

[PATCH v2] kbuild: rpm-pkg: Preserve .BTF section in kernel modules during debuginfo stripping
 2026-07-16  9:11 UTC  (3+ messages)

[PATCH] tools/resolve_btfids: fix OUTPUT leakage from kselftest causing corrupted build paths
 2026-07-16  9:09 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Fix two trampoline image UAFs in bpf_trampoline_multi_detach()
 2026-07-16  9:05 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Fix stale old_image UAF on trampoline update failure
` [PATCH bpf-next 2/2] bpf: Fix UAF in bpf_trampoline_multi_detach when ftrace update fails

[PATCH v1 0/4] bpf: Introduce bpf_netpoll
 2026-07-16  8:51 UTC  (10+ messages)
` [PATCH v1 1/4] bpf: Add netpoll kfuncs for sending UDP packets

[PATCH v2] bpf, riscv: fix missing extable entry for arena load_acquire
 2026-07-16  8:40 UTC  (4+ messages)

[PATCH bpf-next v2 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-16  8:39 UTC  (8+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs

[PATCH v3 0/2] bpf, riscv: add timed may_goto support
 2026-07-16  8:08 UTC  (5+ messages)
` [PATCH v3 1/2] bpf, riscv: add support for timed may_goto
` [PATCH v3 2/2] selftests/bpf: enable timed may_goto tests for riscv64

[PATCH bpf-next] bpf:syscall: Log error code on trampoline unlink failure
 2026-07-16  8:01 UTC  (9+ messages)

[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-16  7:41 UTC  (15+ messages)
` [PATCH bpf-next v5 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v5 04/10] bpf, x86: add helper to emit kasan checks in x86 JITed programs
` [PATCH bpf-next v5 06/10] bpf, x86: emit KASAN checks into "
` [PATCH bpf-next v5 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v5 10/10] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH] bpf, riscv: fix missing extable entry for arena load_acquire
 2026-07-16  7:26 UTC  (3+ messages)

[PATCH] libarena/selftests: use ARRAY_SIZE macro in st_asan_buddy.bpf.c
 2026-07-16  7:23 UTC  (2+ messages)

[PATCH bpf-next v3 00/17] Redesign Verification Errors
 2026-07-16  7:07 UTC  (9+ messages)
` [PATCH bpf-next v3 03/17] bpf: Add verifier diagnostic event log
` [PATCH bpf-next v3 04/17] bpf: Prune verifier diagnostics when switching paths
` [PATCH bpf-next v3 05/17] bpf: Track verifier register diagnostic events

[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-16  7:01 UTC  (2+ messages)

[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
 2026-07-16  5:30 UTC  (9+ messages)
` [PATCH bpf-next v10 4/9] libbpf: Add support for "
` [PATCH bpf-next v10 6/9] selftests/bpf: Add tests to verify "

[STABLE REQUEST] bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
 2026-07-16  5:09 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Reject callback subprogs invoke tailcall
 2026-07-16  3:22 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: "

[PATCH + QUESTION] bpf: use cond_resched_tasks_rcu_qs in bpf_fd_array_map_clear() loop
 2026-07-16  3:17 UTC  (3+ messages)

[PATCH] selftests/seccomp: Fix pointer type mismatch build error
 2026-07-16  1:11 UTC  (2+ messages)

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-15 23:46 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