BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-16 11:31:51 to 2026-07-17 13:19:17 UTC [more...]

[PATCH bpf-next v2 0/4] bpf: Add memory usage for arena and selftest
 2026-07-17 13:18 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: Pass arena instead of scratch_page to the pte callbacks
` [PATCH bpf-next v2 2/4] bpf: Add memory usage for arena
` [PATCH bpf-next v2 3/4] selftests/bpf: Run arena tests serially
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for memory usage for arena

[PATCH] selftests: do not preserve ownership when installing files with rsync
 2026-07-17 12:40 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Reject arena frees below the arena base
 2026-07-17 12:53 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover scalar arena frees below the base

[PATCH bpf-next v2 0/4] bpf: Inline the numeric open-coded iterator kfuncs
 2026-07-17 12:02 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v2 2/4] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v2 3/4] bpf: Inline bpf_iter_num_destroy() kfunc
` [PATCH bpf-next v2 4/4] selftests/bpf: Add bpf_for() benchmark

[PATCH mm-hotfixes v4 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-17 11:45 UTC  (14+ messages)
` [PATCH mm-hotfixes v4 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v4 2/4] x86/mm/pat: acquire init_mm write lock to avoid UAF
` [PATCH mm-hotfixes v4 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v4 4/4] arm64: remove redundant concurrent ptdump UAF mitigation

[PATCH] tools/resolve_btfids: fix OUTPUT leakage from kselftest causing corrupted build paths
 2026-07-17 10:14 UTC  (3+ messages)
  `  "

[PATCH bpf-next v2 0/2] bpf: Validate byte type for helper stack reads
 2026-07-17 10:05 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Check byte type when validating "
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover helper reads of invalid spill siblings

[PATCH bpf] veth: convert frag_list skbs before running XDP
 2026-07-17  9:56 UTC  (2+ messages)

[PATCH bpf-next 1/3] bpf: Add memory usage for arena
 2026-07-17  9:34 UTC  (10+ 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 v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-07-17  9:29 UTC  (5+ messages)

[PATCH] libarena: use ARRAY_SIZE macro in test_rbtree.bpf.c
 2026-07-17  8:29 UTC  (2+ messages)

[PATCH bpf v2] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
 2026-07-17  8:00 UTC  (2+ messages)

[PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
 2026-07-17  7:37 UTC  (9+ messages)

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

[PATCH bpf] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
 2026-07-17  7:19 UTC  (3+ messages)

[PATCH] libarena: use ARRAY_SIZE macro in test_rbtree.bpf.c
 2026-07-17  6:57 UTC  (2+ messages)

[PATCH bpf-next v3 00/17] Redesign Verification Errors
 2026-07-17  6:51 UTC  (6+ messages)
` [PATCH bpf-next v3 02/17] bpf: Add source and instruction diagnostic context
` [PATCH bpf-next v3 05/17] bpf: Track verifier register diagnostic events

[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
 2026-07-17  6:25 UTC  (6+ messages)
` [PATCH bpf-next v10 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v10 2/9] bpf: Introduce global percpu data

[PATCH stable 6.18 0/6] bpf: verifier: linked register tests and fixes
 2026-07-17  4:46 UTC  (8+ messages)
` [PATCH stable 6.18 1/6] selftests: bpf: Add test for multiple syncs from linked register
` [PATCH stable 6.18 2/6] selftests/bpf: Add tests for improved linked register tracking
` [PATCH stable 6.18 3/6] selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagation
` [PATCH stable 6.18 4/6] bpf: Clear delta when clearing reg id for non-{add,sub} ops
` [PATCH stable 6.18 5/6] selftests/bpf: Add tests for delta tracking when src_reg == dst_reg
` [PATCH stable 6.18 6/6] selftests/bpf: Add tests for stale delta leaking through id reassignment

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

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

[PATCH v3 0/2] bpf, riscv: add timed may_goto support
 2026-07-17  3:28 UTC  (7+ 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 v2] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-07-17  2:52 UTC  (2+ messages)

[PATCH v2] bpf, riscv: fix missing extable entry for arena load_acquire
 2026-07-17  2:34 UTC  (3+ messages)

PROBLEM: BPF interpreter fallback after JIT compilation of BPF_ADDR_PERCPU leads to kernel panic
 2026-07-17  2:12 UTC  (6+ messages)

[PATCH 6.12.y 0/6] cBPF JIT spray hardening
 2026-07-17  1:37 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] Fix leftover issues of the unify bpf_call_arg_meta patchset
 2026-07-17  1:10 UTC  (2+ messages)

[PATCH] libbpf: reject linker STT_SECTION symbols with out-of-range st_shndx
 2026-07-17  0:53 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Fixes for tailcall with subprog and callback
 2026-07-17  0:50 UTC  (7+ 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 bpf v3 0/2] bpf: Fix tracing of kfuncs with implicit args
 2026-07-16 23:20 UTC  (2+ messages)

[PATCH net] bpf: tcp: fix double sock release on batch realloc
 2026-07-16 23:01 UTC  (2+ messages)

Linking Patchwork with Sashiko?
 2026-07-16 22:30 UTC  (11+ messages)

[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-16 21:58 UTC  (9+ messages)
` [PATCH v3 net 1/6] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v3 net 4/6] xsk: reclaim invalid multi-buffer Tx descs in ZC path

[PATCH v5 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-07-16 21:55 UTC  (2+ messages)
` [PATCH v5 "

[PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
 2026-07-16 21:55 UTC  (2+ messages)
` [PATCH v5 "

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-16 21:12 UTC  (11+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it
` [PATCH 2/4] selftests/bpf: Install resolve_btfids.test.o.BTF where the test expects it
` [PATCH 3/4] selftests/bpf: Fix lsm_bdev dev_t encoding mismatch
` [PATCH 4/4] libbpf: Search /lib64 and /lib in resolve_full_path()

[PATCH bpf-next] bpf, mips: Add support for BPF_SDIV and BPF_SMOD in the mips JIT
 2026-07-16 21:10 UTC 

[PATCH bpf-next 0/2] bpf: Fix two trampoline image UAFs in bpf_trampoline_multi_detach()
 2026-07-16 21:09 UTC  (3+ messages)
` [PATCH bpf-next 2/2] bpf: Fix UAF in bpf_trampoline_multi_detach when ftrace update fails

[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] 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  (7+ messages)
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF

[PATCH bpf-next v1 0/9] Add arena argument support to kfuncs and struct_ops
 2026-07-16 11:32 UTC  (4+ 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)


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