BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-29 19:08:22 to 2026-07-30 09:01:20 UTC [more...]

[PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-30  9:01 UTC  (4+ messages)

[PATCH net-next v2] tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect path
 2026-07-30  8:45 UTC  (2+ messages)

[PATCH bpf] bpf: Fix netns reference imbalance in conntrack kfuncs
 2026-07-30  8:30 UTC  (4+ messages)
` [PATCH bpf v2] "

[PATCH bpf v4 0/4] bpf: Preserve pointer state for commuted arithmetic
 2026-07-30  8:25 UTC  (5+ messages)
` [PATCH bpf v4 1/4] bpf: simplify sanitize_err() signature
` [PATCH bpf v4 2/4] bpf: Preserve pointer state for commuted arithmetic

[PATCH bpf-next v2 1/2] bpf, mips: Factor out div/mod emission helpers
 2026-07-30  8:11 UTC  (4+ messages)

[PATCH bpf v3] bpf: Fix potential UAF when reading bpf link info
 2026-07-30  7:19 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Fix mmap_lock leak in irq_work path
 2026-07-30  7:19 UTC  (2+ messages)

[PATCH v1 0/2] Refine move_imm() and optimize memory load
 2026-07-30  7:12 UTC  (2+ messages)

[PATCH bpf-next v4] bpf: log error code on trampoline unlink failure
 2026-07-30  6:41 UTC  (4+ messages)
  ` 答复: "

[PATCH net-next v13 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-07-30  6:34 UTC  (3+ messages)
` [PATCH net-next v13 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH bpf v2] bpf, cgroup: Fix invalid storage access after __cgroup_bpf_attach failed
 2026-07-30  6:33 UTC  (2+ messages)

[PATCH v2 1/2] powerpc64/bpf: Fix build break in bpf_jit_emit_func_call_rel()
 2026-07-30  5:56 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc64/bpf: Fix build break for arch_bpf_timed_may_goto

[PATCH 0/2] powerpc64/bpf: Fix PCREL build breaks
 2026-07-30  5:46 UTC  (5+ messages)
` [PATCH 1/2] powerpc64/bpf: Fix build break in bpf_jit_emit_func_call_rel()
` [PATCH v2 0/2] powerpc64/bpf: Fix PCREL build breaks

[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
 2026-07-30  5:38 UTC  (14+ messages)
` [PATCH bpf-next v2 05/18] bpf: Check helper and kfunc mem+size arguments identically
` [PATCH bpf-next v2 15/18] bpf: Classify kfunc pointer arguments from BTF, resolve type against the register
` [PATCH bpf-next v2 18/18] bpf: Generate kfunc argument prototype at add-call time

[PATCH bpf-next] bpf: Fix mmap_lock leak in irq_work path
 2026-07-30  5:17 UTC  (3+ messages)

[PATCH 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-07-30  3:07 UTC  (2+ messages)

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-07-30  3:05 UTC  (4+ messages)
` [PATCH 1/2] "

[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
 2026-07-30  3:01 UTC  (11+ messages)
` [RFC PATCH bpf-next 2/3] kprobes: mark ftrace-based kprobe ops permanent

[PATCH 6.18.y] bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
 2026-07-30  2:39 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Simplify min()/max(), contains() and normalize() cnum implementation
 2026-07-30  1:01 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: Simplify cnum contains() by removing redundant branches
` [PATCH bpf-next v3 2/3] bpf: Simplify cnum normalize() by dropping unnecessary comparisons
  ` [PATCH bpf-next v3 3/3] bpf: Avoid redundant min()/max() in cnum signed bounds

[PATCH net] net: stmmac: Disable queues before netif_tx_disable in xdp_release
 2026-07-30  0:56 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Simplify min()/max(), contains() and normalize() cnum implementation
 2026-07-29 23:58 UTC  (10+ messages)
` [PATCH bpf-next v2 1/3] bpf: Simplify cnum contains() implementation
` [PATCH bpf-next v2 2/3] bpf: Simplify cnum normalize() implementation
` [PATCH bpf-next v2 3/3] bpf: Avoid redundant min()/max() in cnum signed bounds

[PATCH v4] kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping
 2026-07-29 23:21 UTC  (2+ messages)

[PATCH bpf-next] bpf: arena: fix mmap_lock deadlock on arena lock failure
 2026-07-29 21:51 UTC  (3+ messages)

[PATCH bpf-next v4 0/6] bpf: Inline the numeric open-coded iterator kfuncs
 2026-07-29 21:50 UTC  (10+ messages)
` [PATCH bpf-next v4 1/6] bpf: Correct the overflow check comment in bpf_iter_num_next()
` [PATCH bpf-next v4 2/6] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v4 3/6] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v4 4/6] bpf: Inline bpf_iter_num_destroy() as a no-op
` [PATCH bpf-next v4 5/6] selftests/bpf: Verify inlined numeric iterator shape with __xlated
` [PATCH bpf-next v4 6/6] selftests/bpf: Add bpf_for() benchmark

[syzbot] [bpf?] [trace?] KCSAN: data-race in __perf_event_overflow / perf_event_detach_bpf_prog
 2026-07-29 21:37 UTC 

[PATCH bpf] bpf: Reject negative optlen in cgroup getsockopt hook
 2026-07-29 21:36 UTC  (2+ messages)

[PATCH bpf 1/3] bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookup
 2026-07-29 20:32 UTC  (3+ messages)
  ` [PATCH bpf 2/3] bpf: Extract shared reqsk-to-listener upgrade
  ` [PATCH bpf 3/3] bpf: Unconditionally take socket references in lookup helpers

[PATCH v4 bpf-next 0/1] bpf: Populate mmap-able array maps lazily
 2026-07-29 19:24 UTC  (2+ messages)
` [PATCH v4 bpf-next 1/1] bpf: Populate mmap-able array map memory lazily

[PATCH bpf-next 0/2] Simplify min()/max(), contains() and fix normalize() cnum implementation
 2026-07-29 19:21 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: Simplify cnum contains() and normalize() implementation
` [PATCH bpf-next 2/2] bpf: Avoid redundant min()/max() in cnum signed bounds

[PATCHES 00/31] pahole: Bug fixes and small improvements
 2026-07-29 19:07 UTC  (14+ messages)
` [PATCH 19/31] dwarves: Fix variable shadowing in __cus__find_struct_by_name()
` [PATCH 20/31] dutil: Add exec_objcopy() shell-injection-safe helper
` [PATCH 21/31] btf_encoder: Fall back to objcopy when llvm-objcopy is not available
` [PATCH 22/31] dwarf_loader, btf_loader: Replace stale FIXME/XXX comments with explanations
` [PATCH 23/31] pahole: Skip inline expansions during BTF encoding
` [PATCH 24/31] pahole: Use fseek for seekable files in --prettify and --seek_bytes
` [PATCH 25/31] pahole: Guard pipe_seek() against negative offsets
` [PATCH 26/31] gobuffer: Remove 5 dead functions found via coverage analysis
` [PATCH 27/31] dwarves: Remove 6 "
` [PATCH 28/31] pfunct, dwarves_fprintf: Mark file-local functions as static
` [PATCH 29/31] btf_encoder: Fix multi-dimensional array encoding
` [PATCH 30/31] btf_loader: Fix multi-dimensional array loading
` [PATCH 31/31] btfdiff: Remove --flat_arrays now that pahole encodes multi dim arrays in BTF


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