BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-14 08:11:39 to 2026-07-15 15:01:36 UTC [more...]

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

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-15 14:53 UTC  (5+ messages)
` [PATCH v4 1/4] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v4 2/4] tools/build: Indent if else blocks
` [PATCH v4 3/4] tools/build: Allow versioning LLVM readelf
` [PATCH v4 4/4] tools/build: selftests: Remove some duplicate toolchain definitions

[PATCH v3 0/5] tools/build: Allow versioning of all LLVM tools
 2026-07-15 14:46 UTC  (8+ messages)
` [PATCH v3 1/5] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v3 2/5] tools/build: Indent if else blocks
` [PATCH v3 3/5] tools/build: Allow versioning LLVM readelf
` [PATCH v3 4/5] tools/build: selftests: Allow versioning LLVM lld
` [PATCH v3 5/5] tools/build: selftests: Remove some duplicate toolchain definitions

[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-15 14:16 UTC  (15+ 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

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

[PATCH bpf-next v2 0/3] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-07-15 14:11 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Disallow interpreter fallback for arena-related insns
` [PATCH bpf-next v2 2/3] bpf: Disallow interpreter fallback for gotox insn
` [PATCH bpf-next v2 3/3] bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn

[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-15 14:08 UTC  (10+ messages)
` [PATCH v3 net 1/6] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v3 net 2/6] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH v3 net 3/6] xsk: provide sufficient space in pool->tx_descs
` [PATCH v3 net 4/6] xsk: reclaim invalid multi-buffer Tx descs in ZC path
` [PATCH v3 net 5/6] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH v3 net 6/6] selftests/xsk: account invalid multi-buffer Tx descriptors

[PATCH bpf-next 0/4] selftests/bpf: Fix compilation with RELEASE=1
 2026-07-15 13:30 UTC  (8+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Check malloc result with ASSERT_NEQ in test_loader
` [PATCH bpf-next 2/4] selftests/bpf: Check malloc result with ASSERT_NEQ in test_sha256
` [PATCH bpf-next 3/4] selftests/bpf: Silence array bounds warning in global_map_resize
` [PATCH bpf-next 4/4] selftests/bpf: Silence maybe-uninitialized compiler warning in libarena

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-07-15 13:24 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix fib_lookup VLAN tests on hosts with forwarding on
 2026-07-15 11:20 UTC  (2+ messages)

[PATCH] selftests: do not preserve ownership when installing files with rsync
 2026-07-15 10:51 UTC 

[PATCH bpf v3 0/2] bpf, sockmap: Fix FIONREAD for sockets without a verdict program
 2026-07-15 10:27 UTC  (9+ messages)
` [PATCH bpf v3 1/2] bpf, sockmap: Account for receive queue in FIONREAD "
` [PATCH bpf v3 2/2] selftests/bpf: Test FIONREAD on a sockmap socket "

[PATCH bpf v5 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-15  9:40 UTC  (10+ messages)
` [PATCH bpf v5 1/2] "
` [PATCH bpf v5 2/2] selftests/bpf: Cover negative buffer pointer offsets

[PATCH bpf-next v2 0/7] Unify helper and kfunc call_arg_meta
 2026-07-15  9:10 UTC  (12+ messages)
` [PATCH bpf-next v2 1/7] bpf: Remove dynptr check in check_stack_range_initialized()
` [PATCH bpf-next v2 2/7] bpf: Factor out raw_mode-related fields in bpf_call_arg_meta
` [PATCH bpf-next v2 3/7] bpf: Pass argno to callees in check_func_arg() instead of argno_from_reg(regno)
` [PATCH bpf-next v2 4/7] bpf: Unify helper and kfunc allocation-size argument handling
` [PATCH bpf-next v2 5/7] selftests/bpf: Test kfunc returning zero-sized allocation buffer
` [PATCH bpf-next v2 6/7] bpf: Drop redundant pkt_access from bpf_call_arg_meta
` [PATCH bpf-next v2 7/7] bpf: Unify helper and kfunc call argument meta

[PATCH bpf v4 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-07-15  9:00 UTC  (6+ messages)
` [PATCH bpf v4 2/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update

[PATCH v2] docs: bpf: document BPF_RB_OVERWRITE_POS in bpf_ringbuf_query
 2026-07-15  9:00 UTC  (3+ messages)

[PATCH bpf-next v7 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-15  9:00 UTC  (2+ messages)

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

[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
 2026-07-15  8:40 UTC  (16+ messages)
` [PATCH v2 1/9] exec: stash bpf-selected interpreter state in struct linux_binprm
` [PATCH v2 2/9] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/9] binfmt_misc: let the entry lookup walk sleep
` [PATCH v2 4/9] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 5/9] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 6/9] binfmt_misc: let bpf handlers pass an argument to the interpreter
` [PATCH v2 7/9] binfmt_misc: let a bpf handler choose the invocation flags per exec
` [PATCH v2 8/9] binfmt_misc: let a bpf handler run the interpreter transparently
` [PATCH v2 9/9] selftests/exec: add binfmt_misc bpf-backed handler test

[PATCH bpf-next v4 0/6] Add the capability to load HW RX checksum in eBPF programs
 2026-07-15  8:32 UTC  (5+ messages)
` [PATCH bpf-next v4 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH bpf-next v3 00/17] Redesign Verification Errors
 2026-07-15  7:37 UTC  (7+ messages)
` [PATCH bpf-next v3 13/17] bpf: Report Program Structure CFG errors
` [PATCH bpf-next v3 16/17] bpf: Report Verifier Internal errors

[PATCH] selftests/seccomp: Fix pointer type mismatch build error
 2026-07-15  7:32 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Reject callback subprogs invoke tailcall
 2026-07-15  7:12 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for callback with tailcall

[PATCH v3 0/2] bpf, riscv: add timed may_goto support
 2026-07-15  7:12 UTC  (3+ 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 v1 0/4] Unify helper and kfunc call_arg_meta
 2026-07-15  5:48 UTC  (10+ messages)
` [PATCH bpf-next v1 2/4] bpf: Factor out raw_mode-related fields in bpf_call_arg_meta
` [PATCH bpf-next v1 3/4] bpf: Unify helper and kfunc allocation-size argument handling
` [PATCH bpf-next v1 4/4] bpf: Unify helper and kfunc call argument meta

[PATCH] selftests/ftrace: Add test case for a symbol in a module without module name
 2026-07-15  1:58 UTC  (4+ messages)

[PATCH] bpf/btf: Move tracing BTF APIs to the BTF library
 2026-07-15  1:53 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-15  1:27 UTC 

[PATCH bpf-next 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-15  1:03 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs

[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-15  0:53 UTC  (8+ messages)
` [PATCH bpf-next v5 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v5 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v5 04/10] bpf, x86: add helper to emit kasan checks in x86 "

[PATCH 6.18.y 0/6] cBPF JIT spray hardening
 2026-07-15  0:12 UTC  (2+ messages)

[PATCH] sched_ext: Validate cid override before updating tables
 2026-07-14 23:56 UTC  (2+ messages)

[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
 2026-07-14 20:52 UTC  (12+ messages)
      ` [PATCH v3 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
        ` [PATCH v3 1/2] "
        ` [PATCH v3 2/2] "

[PATCH bpf-next v2] bpf, x86: Add support for BPF_SDIV and BPF_SMOD in the i386 JIT
 2026-07-14 19:59 UTC  (3+ messages)

[PATCH 6.16.y 0/6] cBPF JIT spray hardening
 2026-07-14 19:36 UTC  (10+ messages)
` [PATCH 6.16.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.16.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.16.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.16.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.16.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.16.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
 2026-07-14 18:49 UTC  (5+ messages)
` [PATCH v2 4/6] tools/build: Allow versioning LLVM readelf

[PATCH bpf-next 1/2] bpf: Check byte type when validating helper stack reads
 2026-07-14 18:05 UTC  (2+ messages)

[PATCH RFC net-next 0/6] skb extension for BPF metadata
 2026-07-14 17:48 UTC  (7+ messages)
` [PATCH RFC net-next 1/6] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH RFC net-next 2/6] bpf: Allow access to bpf_sock_ops_kern->skb
` [PATCH RFC net-next 3/6] bpf: Allow skb extensions to survive packet scrubbing
` [PATCH RFC net-next 4/6] selftests/bpf: Add tests for bpf_dynptr_from_skb_ext
` [PATCH RFC net-next 5/6] selftests/bpf: Test skb_ext scrubbing across tunnels and veths
` [PATCH RFC net-next 6/6] selftests/bpf: Use non-trivial test payload in xdp_context tests

[PATCH dwarves 0/2] clang true signature follow-on
 2026-07-14 13:50 UTC  (3+ messages)
` [PATCH dwarves 1/2] btf_encoder: Only skip optimized parms when ABI changed
` [PATCH dwarves 2/2] tests: Add GCC default-BTF optimized parameter coverage

[PATCH v2 0/2] bpf, riscv: add timed may_goto support
 2026-07-14 12:46 UTC  (4+ messages)
` [PATCH v2 1/2] bpf, riscv: add support for timed may_goto
` [PATCH v2 2/2] selftests/bpf: enable timed may_goto tests for riscv64

[PATCH bpf-next 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-14  9:35 UTC 

[PATCH net] bpf: tcp: fix double sock release on batch realloc
 2026-07-14  9:13 UTC  (2+ messages)

[PATCH v14 10/15] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
 2026-07-14  8:11 UTC  (2+ messages)

[PATCH v14 01/15] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
 2026-07-14  8:11 UTC  (2+ messages)

[PATCH v14 12/15] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
 2026-07-14  8:11 UTC  (2+ messages)

[PATCH v14 14/15] barrier: add tests for smp_cond_load_*_timeout()
 2026-07-14  8:11 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