BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-28 09:49:40 to 2026-07-29 03:31:39 UTC [more...]

[PATCH net 0/2] xdp: fix skb length accounting after frag adjustment
 2026-07-29  3:31 UTC  (4+ messages)
` [PATCH net 2/2] veth: fix skb length accounting after XDP "

[PATCH v4 0/4] LoongArch bpf kptr xchg inline support
 2026-07-29  2:28 UTC  (5+ messages)
` [PATCH v4 1/4] LoongArch: bpf: Fix memory ordering for value-returning atomics
` [PATCH v4 2/4] LoongArch: bpf: Advertise JIT support for kptr xchg inline
` [PATCH v4 3/4] selftests/bpf: Enable kptr_xchg_inline test on LoongArch
` [PATCH v4 4/4] selftests/bpf: Add kptr-xchg benchmark

[PATCH bpf-next v1 0/8] resolve_btfids: Discover kfuncs from BTF ID sets
 2026-07-29  1:40 UTC  (17+ messages)
` [PATCH bpf-next v1 1/8] resolve_btfids: Implement generic ensure_mem() to grow arrays
` [PATCH bpf-next v1 2/8] resolve_btfids: Index BTF ID symbols by address
` [PATCH bpf-next v1 3/8] resolve_btfids: Keep collected kfuncs in a rbtree
` [PATCH bpf-next v1 4/8] libbpf: Export btf__find_by_name_kind_own()
` [PATCH bpf-next v1 5/8] resolve_btfids: Fix the _impl lookup for module BTF
` [PATCH bpf-next v1 6/8] HID: bpf: Make syscall kfunc flags match the struct_ops set
` [PATCH bpf-next v1 7/8] resolve_btfids: Discover kfuncs from BTF ID sets
` [PATCH bpf-next v1 8/8] resolve_btfids: Enforce consistent kfunc flags across "

[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
 2026-07-29  1:39 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/3] bpf: mark trampoline "
` [RFC PATCH bpf-next 2/3] kprobes: mark ftrace-based kprobe ops permanent
` [RFC PATCH bpf-next 3/3] selftests/bpf: add ftrace_permanent test

[PATCH bpf-next] bpf, sparc: Add support for BPF_SDIV and BPF_SMOD in the sparc64 JIT
 2026-07-29  1:36 UTC  (3+ messages)

[PATCH bpf-next v5 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-29  1:08 UTC  (5+ messages)

[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-07-29  0:37 UTC  (5+ messages)

[PATCH v3 bpf-next 0/1] bpf: Populate mmap-able array maps lazily
 2026-07-29  0:34 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/1] bpf: Populate mmap-able array map memory lazily

[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
 2026-07-29  0:27 UTC 

[PATCH 0/3] selftests/bpf: Fixes for out-of-tree builds
 2026-07-29  0:18 UTC  (6+ messages)
` [PATCH 1/3] selftests/bpf: Route generated test headers to OUTPUT
` [PATCH 2/3] selftests/bpf: Route libarena build artifacts "
` [PATCH 3/3] selftests/bpf: Route test_kmods "

[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-28 23:34 UTC  (6+ messages)
` [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()

[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
 2026-07-28 23:20 UTC  (22+ messages)
` [PATCH bpf-next v2 05/18] bpf: Check helper and kfunc mem+size arguments identically
` [PATCH bpf-next v2 07/18] bpf: Check fixed-size mem args of helpers and kfuncs the same way
` [PATCH bpf-next v2 08/18] bpf: Express ARG_CONST_SIZE_OR_ZERO as ARG_CONST_SIZE | SCALAR_MAYBE_ZERO
` [PATCH bpf-next v2 15/18] bpf: Classify kfunc pointer arguments from BTF, resolve type against the register
` [PATCH bpf-next v2 16/18] bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULL
` [PATCH bpf-next v2 17/18] bpf: Classify scalar kfunc arguments from BTF
` [PATCH bpf-next v2 18/18] bpf: Generate kfunc argument prototype at add-call time

[PATCH v12 00/12] VMSCAPE optimization for BHI variant
 2026-07-28 21:43 UTC  (5+ messages)
` [PATCH v12 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()

[PATCH net 08/10] igc: remove napi_synchronize() in igc_down()
 2026-07-28 21:09 UTC 

[PATCH 6.12.y] bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
 2026-07-28 20:57 UTC  (2+ messages)
` [PATCH 6.12.y v2] "

[PATCH 6.18.y] bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
 2026-07-28 20:26 UTC 

[PATCH bpf-next 0/2] bpf: Populate mmap-able array maps lazily
 2026-07-28 20:18 UTC  (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-28 19:26 UTC  (5+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-07-28 17:31 UTC  (2+ messages)

[PATCH] libbpf: don't preserve ownership during install
 2026-07-28 16:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] bpf: Inline the numeric open-coded iterator kfuncs
 2026-07-28 16:34 UTC  (10+ messages)
` [PATCH bpf-next v3 6/6] selftests/bpf: Add bpf_for() benchmark

[PATCH net 0/6] xsk: harden TX metadata validation against races
 2026-07-28 16:20 UTC  (11+ messages)
` [PATCH net 1/6] xsk: require at least 16 bytes of TX metadata
` [PATCH net 2/6] xsk: pass TX metadata pointer by reference
` [PATCH net 3/6] xsk: clear metadata pointer when no timestamp is requested
` [PATCH net 4/6] xsk: validate launch-time metadata size
` [PATCH net 6/6] xsk: validate metadata when processing requests

[PATCH v4 net-next 1/1] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
 2026-07-28 16:10 UTC 

[PATCH 5.10.y/5.15.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28 16:10 UTC  (2+ messages)

[PATCH 6.1.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28 16:09 UTC  (2+ messages)

[PATCH 6.1.y 0/6] cBPF JIT spray hardening
 2026-07-28 16:09 UTC  (2+ messages)

[RFC PATCH bpf-next 0/6] bpf: Optimize string kfuncs
 2026-07-28 15:46 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Optimize string scan kfuncs
` [RFC PATCH bpf-next 2/6] bpf: Optimize string comparison kfuncs
` [RFC PATCH bpf-next 3/6] bpf: Optimize string span kfuncs
` [RFC PATCH bpf-next 4/6] bpf: Optimize string substring kfuncs
` [RFC PATCH bpf-next 5/6] selftests/bpf: Exercise word-at-a-time string kfuncs
` [RFC PATCH bpf-next 6/6] selftests/bpf: Benchmark "

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-07-28 15:46 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH v5 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-28 15:24 UTC 

[PATCH bpf v2] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-07-28 14:10 UTC  (4+ messages)

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-07-28 13:48 UTC 

[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
 2026-07-28 13:40 UTC  (2+ messages)

[PATCH bpf] bpf, cgroup: Fix potential UAF in __cgroup_bpf_attach
 2026-07-28 13:37 UTC  (2+ messages)

[PATCH 0/2] binfmt_misc: don't let an 'F' entry pin its own instance
 2026-07-28 13:30 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: check that a binfmt_misc instance cannot be pinned

[PATCH bpf v4] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
 2026-07-28 13:30 UTC 

[PATCH bpf v6 0/4] Fixes for bpf link update
 2026-07-28 13:17 UTC  (5+ messages)
` [PATCH bpf v6 4/4] bpf, cgroup: Fix storage null-ptr-deref after replacing prog

[PATCH bpf-next v2 0/2] bpf: Eliminate unnecessary clone/restore due to constants blinding
 2026-07-28 20:25 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Eliminate dup/restore of insn_aux_data
` [PATCH bpf-next v2 2/2] bpf: Remove unnecessary dup/restore subprog_starts and prog clone

[PATCH net-next v3] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
 2026-07-28 11:50 UTC 

[PATCH net v1] bpf: lwt: Fix dst reference leak on reroute failure
 2026-07-28 11:30 UTC  (2+ messages)

[PATCH 6.6.y/6.12.y/6.18.y 0/2] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28 10:43 UTC  (3+ messages)

[PATCH net-next v2] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
 2026-07-28  9:59 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