BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-12 06:29:02 to 2026-07-14 07:32:25 UTC [more...]

[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-14  7:30 UTC  (13+ messages)
` [PATCH v14 02/15] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [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 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  (23+ messages)
` [PATCH bpf-next v3 01/15] bpf: Remove __rcu tagging in st_link->map
` [PATCH bpf-next v3 02/15] bpf: Make struct_ops tasks_rcu grace period optional
` [PATCH bpf-next v3 03/15] bpf: Add bpf_struct_ops accessor helpers
` [PATCH bpf-next v3 04/15] bpf: Remove unnecessary prog_list_prog() check
` [PATCH bpf-next v3 05/15] bpf: Replace prog_list_prog() check with direct pl->prog and pl->link check
` [PATCH bpf-next v3 06/15] bpf: Add prog_list_init_item(), prog_list_replace_item(), and prog_list_id()
` [PATCH bpf-next v3 07/15] bpf: Move LSM trampoline unlink into bpf_cgroup_link_auto_detach()
` [PATCH bpf-next v3 08/15] bpf: Add a few bpf_cgroup_array_* helper functions
` [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  (5+ 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  (28+ messages)
` [PATCH bpf-next v3 01/17] bpf: Add verifier diagnostics report helpers
` [PATCH bpf-next v3 02/17] bpf: Add source and instruction diagnostic context
` [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 bpf-next v3 06/17] bpf: Track verifier reference "
` [PATCH bpf-next v3 07/17] bpf: Track verifier context "
` [PATCH bpf-next v3 08/17] bpf: Report Register Type Safety errors
` [PATCH bpf-next v3 09/17] bpf: Report Memory Safety bounds errors
` [PATCH bpf-next v3 10/17] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v3 11/17] bpf: Report Call Type Safety argument errors
` [PATCH bpf-next v3 12/17] bpf: Report Execution Context Safety errors
` [PATCH bpf-next v3 13/17] bpf: Report Program Structure CFG errors
` [PATCH bpf-next v3 14/17] bpf: Report Policy helper and kfunc errors
` [PATCH bpf-next v3 15/17] bpf: Report Verifier Limit errors
` [PATCH bpf-next v3 16/17] bpf: Report Verifier Internal errors
` [PATCH bpf-next v3 17/17] bpf: Gate verifier diagnostics on log level
` [syzbot ci] Re: Redesign Verification Errors

[PATCH bpf-next v9 0/9] bpf: Introduce global percpu data
 2026-07-14  5:45 UTC  (16+ messages)
` [PATCH bpf-next v9 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v9 2/9] bpf: Introduce global percpu data
` [PATCH bpf-next v9 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v9 4/9] libbpf: Add support for global percpu data
` [PATCH bpf-next v9 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v9 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v9 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v9 8/9] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v9 9/9] selftests/bpf: Verify bpf_iter "

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

[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 v2 0/2] Reject callback subprogs invoke tailcall
 2026-07-14  2:56 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for callback with tailcall

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

[PATCH bpf-next 0/2] Reject callback subprogs invoke tailcall
 2026-07-14  2:01 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [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)

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

[PATCH bpf] bpf, x86: Fix signed 32-bit div/mod in the i386 JIT
 2026-07-14  0:36 UTC  (2+ messages)

[PATCH bpf-next v1 0/4] Unify helper and kfunc call_arg_meta
 2026-07-14  0:08 UTC  (5+ messages)
` [PATCH bpf-next v1 1/4] bpf: Remove dynptr check in check_stack_range_initialized()
` [PATCH bpf-next v1 2/4] bpf: Factor out raw_mode-related fields in bpf_call_arg_meta

[PATCH bpf v3 0/2] bpf: Fix tracing of kfuncs with implicit args
 2026-07-13 23:52 UTC  (3+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Cover tracing implicit kfunc args

[PATCH net] bpf: tcp: fix double sock release on batch realloc
 2026-07-13 23:32 UTC 

[PATCHSET SLOP RFC 0/6] bpf: make arena pointers first-class kfunc and struct_ops arguments
 2026-07-13 21:45 UTC  (18+ messages)
` [PATCHSET SLOP RFC 1/6] bpf: Support __arena suffix for kfunc arguments
` [PATCHSET SLOP RFC 2/6] selftests/bpf: Add kfunc __arena argument tests
` [PATCHSET SLOP RFC 3/6] bpf: Support __arena suffix on struct_ops stub arguments
  ` [PATCH v2 "
` [PATCHSET SLOP RFC 4/6] selftests/bpf: Add struct_ops __arena argument tests
` [PATCHSET SLOP RFC 5/6] sched_ext: Pass a kernel arena pointer to ops_cid.set_cmask()
` [PATCHSET SLOP RFC 6/6] sched_ext: Convert scx_bpf_cid_override() to take an arena pointer

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

[PATCH v4 0/2] perf trace: Refactor augmented_raw_syscalls using bpf_for
 2026-07-13 18:00 UTC  (2+ messages)

[PATCH 7.1.y 0/6] cBPF JIT spray hardening
 2026-07-13 17:24 UTC  (12+ messages)
` [PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 7.1.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 7.1.y 3/6] bpf: Restrict JIT predictor flush to cBPF

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-13 17:21 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 mm-hotfixes v2 4/4] arm64: remove redundant concurrent ptdump UAF mitigation

[PATCH bpf v2 0/2] bpf: Fix tracing of kfuncs with implicit args
 2026-07-13 17:01 UTC  (8+ messages)
` [PATCH bpf v2 1/2] "

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-07-13 16:47 UTC  (3+ messages)

[PATCH bpf-next v7 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-13 16:38 UTC  (5+ messages)
` [PATCH bpf-next v7 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v7 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v7 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests

[PATCH v2 0/5] binfmt_misc: bpf-backed binary type handlers
 2026-07-13 15:57 UTC  (6+ messages)

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-13 15:32 UTC  (3+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-07-13 13:56 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
  ` [External] "

[PATCH v2] HID: bpf: Fix signedness bug in hid_bpf_hw_request
 2026-07-13 13:38 UTC  (2+ messages)

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

[PATCH] libbpf: fix double-free of distilled base BTF on .BTF.ext parse error
 2026-07-13 13:04 UTC  (3+ messages)
` [PATCH v2] libbpf: initialize btf_ext out-parameter early in btf_parse_elf()

[PATCH bpf-next v6 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-13  7:56 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
 2026-07-13  4:14 UTC  (4+ messages)

[PATCH v2] docs: bpf: document BPF_RB_OVERWRITE_POS in bpf_ringbuf_query
 2026-07-13  2:49 UTC 

[PATCH] docs: bpf: document BPF_RB_OVERWRITE_POS in bpf_ringbuf_query
 2026-07-13  1:47 UTC  (2+ messages)

[PATCH] bpf: return -EINVAL from bpf_ringbuf_query for unknown flags
 2026-07-13  1:44 UTC  (2+ messages)

[PATCH] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
 2026-07-12 10:46 UTC  (4+ messages)

[PATCH] kbuild: rpm-pkg: Preserve .BTF section in kernel modules during debuginfo stripping
 2026-07-12  8:56 UTC  (5+ messages)
` [PATCH] kbuild: rpm-pkg: append %{?dist} macro to Release tag


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