BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-14 01:42:54 to 2026-07-14 14:08:32 UTC [more...]

[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-14 14:07 UTC  (7+ 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 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 bpf-next v2 0/2] Reject callback subprogs invoke tailcall
 2026-07-14 13:47 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for callback with tailcall

[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 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-14 10:41 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-14  9:49 UTC  (10+ 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 bpf v5 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-14  9:38 UTC  (3+ messages)
` [PATCH bpf v5 1/2] "
` [PATCH bpf v5 2/2] selftests/bpf: Cover negative buffer pointer offsets

[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 v2] docs: bpf: document BPF_RB_OVERWRITE_POS in bpf_ringbuf_query
 2026-07-14  8:36 UTC  (2+ messages)

[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-14  8:11 UTC  (29+ messages)
` [PATCH v14 01/15] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v14 02/15] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v14 03/15] arm64/delay: move some constants out to a separate header
` [PATCH v14 04/15] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v14 05/15] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v14 06/15] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v14 07/15] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v14 08/15] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v14 09/15] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v14 10/15] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v14 11/15] sched: add need-resched timed wait interface
` [PATCH v14 12/15] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
` [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()
` [PATCH v14 14/15] barrier: add tests for smp_cond_load_*_timeout()
` [PATCH v14 15/15] barrier: add clock tests for smp_cond_load_relaxed_timeout()

[PATCH bpf-next v3 00/15] bpf: A common way to attach struct_ops to a cgroup
 2026-07-14  6:48 UTC  (7+ messages)
` [PATCH bpf-next v3 09/15] bpf: Add infrastructure to support attaching struct_ops to cgroups
` [PATCH bpf-next v3 10/15] bpf: Allow all struct_ops to use bpf_dynptr_from_skb()
` [PATCH bpf-next v3 13/15] libbpf: Support attaching struct_ops to a cgroup

[PATCH bpf 1/1] selftests/bpf: Enable BLK_DEV_NBD for raw_tp_writable_reject_nbd_invalid
 2026-07-14  6:38 UTC  (4+ messages)

[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
 2026-07-14  6:23 UTC  (4+ messages)
` [PATCH v8 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
    ` [External] "

[PATCH bpf-next v3 00/17] Redesign Verification Errors
 2026-07-14  6:10 UTC  (2+ messages)
` [syzbot ci] "

[PATCH bpf-next v9 0/9] bpf: Introduce global percpu data
 2026-07-14  5:45 UTC  (10+ messages)
` [PATCH bpf-next v9 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v9 5/9] bpftool: Generate skeleton for global percpu data
` [PATCH bpf-next v9 6/9] selftests/bpf: Add tests to verify "

[PATCH bpf v4 1/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-14  5:01 UTC  (12+ messages)

[PATCH bpf-next v3 17/17] bpf: Gate verifier diagnostics on log level
 2026-07-14  3:36 UTC  (2+ messages)

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

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

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

[PATCH bpf-next v4 0/3] riscv, bpf: Add support for signed operations and 32-bit atomics
 2026-07-14  2:37 UTC  (4+ messages)
` [PATCH bpf-next v4 3/3] riscv, bpf: Add 32 bit atomic operations to RV32 JIT

[PATCH bpf-next 0/2] Reject callback subprogs invoke tailcall
 2026-07-14  2:01 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add testcases for callback with tailcall

[PATCH bpf] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
 2026-07-14  1:56 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