BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-20 08:14:06 to 2026-05-21 10:00:07 UTC [more...]

[PATCH bpf-next v11 0/8] bpf: Extend the bpf_list family of APIs
 2026-05-21 10:00 UTC  (20+ messages)
` [PATCH bpf-next v11 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v11 2/8] bpf: clear list node owner and unlink before drop
` [PATCH bpf-next v11 3/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH bpf-next v11 4/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v11 5/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v11 6/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH bpf-next v11 7/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v11 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty

[PATCH v11 14/14] kunit: add tests for smp_cond_load_relaxed_timeout()
 2026-05-21  9:56 UTC  (5+ messages)
` [PATCH v11 1/2] kunit: add tests for smp_cond_load_*_timeout()
  ` [PATCH v11 2/2] kunit: add clock tests for smp_cond_load_relaxed_timeout()

[PATCHSET v3 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-21  9:42 UTC  (18+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask

[PATCH v15 00/20] unwind_deferred: Implement sframe handling
 2026-05-21  9:40 UTC  (40+ messages)
` [PATCH v15 01/20] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [PATCH v15 02/20] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v15 03/20] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v15 04/20] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v15 05/20] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v15 06/20] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v15 07/20] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v15 08/20] unwind_user: Stop when reaching an outermost frame
` [PATCH v15 09/20] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v15 10/20] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v15 11/20] unwind_user/sframe: Show file name in debug output
` [PATCH v15 12/20] unwind_user/sframe: Add .sframe validation option
` [PATCH v15 13/20] unwind_user: Enable archs that pass RA in a register
` [PATCH v15 14/20] unwind_user: Flexible FP/RA recovery rules
` [PATCH v15 15/20] unwind_user: Flexible CFA "
` [PATCH v15 16/20] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v15 17/20] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v15 18/20] unwind_user/sframe: Duplicate registered .sframe section data on clone/fork
` [PATCH v15 19/20] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v15 20/20] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[PATCH v3] killswitch: add per-function short-circuit mitigation primitive
 2026-05-21  9:11 UTC  (7+ messages)

[PATCH v1 0/3] LoongArch: BPF: Fix some tail call issues
 2026-05-21  8:00 UTC  (5+ messages)
` [PATCH v1 1/3] LoongArch: BPF: Fix tail call prologue alignment
` [PATCH v1 2/3] LoongArch: BPF: Fix outdated tail call comments
` [PATCH v1 3/3] LoongArch: BPF: Fix off-by-one error in tail call

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-21  7:27 UTC  (21+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages

[PATCH bpf-next v5 00/14] Refactor verifier object relationship tracking
 2026-05-21  7:18 UTC  (9+ messages)
` [PATCH bpf-next v5 05/14] bpf: Refactor object relationship tracking and fix dynptr UAF bug
` [PATCH bpf-next v5 07/14] bpf: Unify referenced object tracking in verifier
` [PATCH bpf-next v5 10/14] bpf: Fix dynptr ref counting to scan all call frames

[PATCH bpf-next] bpf: Add kernel-doc for arena page kfuncs
 2026-05-21  5:28 UTC  (5+ messages)

[PATCH net v2 0/2] net: tls: fix async split record handling
 2026-05-21  2:58 UTC  (3+ messages)
` [PATCH net v2 1/2] net: tls: preserve split open record on async encrypt
` [PATCH net v2 2/2] selftests: net: add kTLS async split record regression

[PATCH v5] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-21  2:55 UTC  (7+ messages)

[PATCH bpf-next v2] bpf, docs: add LOAD_ACQUIRE and STORE_RELEASE instructions
 2026-05-21  2:17 UTC  (6+ messages)
` [Bpf] "
  ` [Bpf] "

[PATCH v3] bpf, sockmap: keep sk_msg copy state in sync
 2026-05-21  1:21 UTC  (6+ messages)

[PATCH net v5 0/2] bpf, skmsg: fix verdict sk_data_ready racing with ktls rx
 2026-05-21  0:30 UTC  (2+ messages)

[PATCH net 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
 2026-05-21  0:17 UTC  (5+ messages)
` [PATCH net 2/2] net: mana: Skip redundant detach in queue reset handler if already detached

[PATCH net v4 0/5] xsk: fix meta and publish of cq issues
 2026-05-20 23:53 UTC  (4+ messages)
` [PATCH net v4 3/5] xsk: drain continuation descs after overflow in xsk_build_skb()

[PATCH net-next v7 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-05-20 21:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix zero batch_hash on CPU 0 after batch_gen wraparound
 2026-05-20 21:06 UTC  (5+ messages)

[PATCH v6 00/14] perf build: Reduce build time by nearly half
 2026-05-20 20:00 UTC  (7+ messages)
` [PATCH v7 "

[PATCH v2 5/6] tools/build: selftests: Allow versioning LLVM lld
 2026-05-20 19:50 UTC  (4+ messages)

[PATCH bpf-next v6 0/4] bpf: add icmp_send kfunc
 2026-05-20 19:15 UTC  (7+ messages)
` [PATCH bpf-next v6 3/6] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v6 4/6] selftests/bpf: add bpf_icmp_send kfunc tests

[PATCH net 1/2] net: mana: Add NULL guards in teardown path to prevent panic on attach failure
 2026-05-20 18:11 UTC  (3+ messages)

[PATCH net 1/2] net: tls: preserve split open record on async encrypt
 2026-05-20 17:15 UTC  (3+ messages)

[PATCH net-next v3 0/6] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
 2026-05-20 16:53 UTC  (7+ messages)
` [PATCH net-next v3 1/6] af_iucv: convert "
` [PATCH net-next v3 2/6] atm: "
` [PATCH net-next v3 3/6] xdp: "
` [PATCH net-next v3 4/6] l2tp: ppp: "
` [PATCH net-next v3 5/6] rxrpc: "
` [PATCH net-next v3 6/6] tipc: "

[PATCH net-next v2 0/7] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
 2026-05-20 16:49 UTC  (14+ messages)
` [PATCH net-next v2 1/7] af_iucv: take socket lock around SO_MSGSIZE getsockopt
` [PATCH net-next v2 3/7] atm: convert to getsockopt_iter
` [PATCH net-next v2 7/7] tipc: "

[PATCH stable 6.1 v2 0/5] perf build fixes
 2026-05-20 16:35 UTC  (7+ messages)
` [PATCH stable 6.1 v2 1/5] perf build: Conditionally define NDEBUG
` [PATCH stable 6.1 v2 2/5] perf parse-events: Make YYDEBUG dependent on doing a debug build
` [PATCH stable 6.1 v2 3/5] perf build: Disable fewer bison warnings
` [PATCH stable 6.1 v2 4/5] tools build: Add 3-component logical version comparators
` [PATCH stable 6.1 v2 5/5] perf build: Remove -Wno-unused-but-set-variable from the flex flags when building with clang < 13.0.0

[PATCH bpf-next v2 0/3] selftests/bpf: XDP LB benchmark fixes
 2026-05-20 16:30 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Fix cold_lru producing zero batch_hash in XDP LB benchmark
` [PATCH bpf-next v2 2/3] selftests/bpf: Fix expired UDP LRU entries "
` [PATCH bpf-next v2 3/3] selftests/bpf: Filter timing outliers with IQR in batch-timing library

[PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
 2026-05-20 16:28 UTC  (11+ messages)

[PATCH bpf-next] bpf, docs: add LOAD_AQCUIRE and STORE_RELEASE instructions
 2026-05-20 16:07 UTC  (9+ messages)
` [Bpf] "
    ` [Bpf] "

[PATCH net v2] selftests: net: Fix checksums in xdp_native
 2026-05-20 15:39 UTC 

[PATCH net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2026-05-20 15:12 UTC  (4+ messages)
` [PATCH net-next v11 13/14] netkit: Add xsk support for af_xdp applications

[PATCH bpf-next 0/5] bpf: Follow-up fixes for BPF syscall common attributes
 2026-05-20 14:51 UTC  (6+ messages)
` [PATCH bpf-next 2/5] bpf: Fix concurrent regression in map_create()

[PATCH v14 03/19] unwind_user/sframe: Store .sframe section data in per-mm maple tree
 2026-05-20 14:48 UTC  (5+ messages)

[PATCH stable 6.1 0/3] perf build fixes
 2026-05-20 14:31 UTC  (2+ messages)

[PATCH] bpf: avoid padding in struct bpf_common_attr
 2026-05-20 14:22 UTC  (5+ messages)

[PATCH bpf] bpf, sockmap: keep sk_msg copy bitmap in sync
 2026-05-20 12:24 UTC  (3+ messages)

[RFC] eBPF-based production deadlock-risk detector: kprobe/uprobe/tracepoint pipeline with userspace wait-for graph and Rust runtime awareness
 2026-05-20 10:56 UTC 

[PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()
 2026-05-20 10:01 UTC  (2+ messages)

[PATCH] bpftool: fix typo in struct_ops map FD generation for light skeleton
 2026-05-20  9:51 UTC  (2+ messages)

[PATCH net-next v5 00/13] net: lan966x: add support for PCIe FDMA
 2026-05-20  8:12 UTC  (12+ messages)
` [PATCH net-next v5 03/13] net: microchip: fdma: add PCIe ATU support
` [PATCH net-next v5 04/13] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next v5 05/13] net: lan966x: export FDMA helpers for reuse
` [PATCH net-next v5 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next v5 07/13] net: lan966x: clear FDMA interrupt stickies after switch reset
` [PATCH net-next v5 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v5 09/13] net: lan966x: add PCIe FDMA support
` [PATCH net-next v5 10/13] net: lan966x: add PCIe FDMA MTU change support
` [PATCH net-next v5 11/13] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next v5 12/13] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
` [PATCH net-next v5 13/13] misc: lan966x-pci: dts: add fdma interrupt to overlay


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