BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-29 11:35:14 to 2026-07-30 12:04:32 UTC [more...]

[PATCHv2 bpf-next 00/11] bpf: Disable preemption in stack map code
 2026-07-30 12:04 UTC  (7+ messages)
` [PATCHv2 bpf-next 01/11] bpf: Factor stackid_init function from __bpf_get_stackid
` [PATCHv2 bpf-next 05/11] bpf: Disable preemption in bpf_get_stackid

[PATCH bpf 1/3] bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookup
 2026-07-30 11:55 UTC  (4+ 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 v6 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-30 11:49 UTC 

[PATCH] selftests: net: reuseport_bpf_numa: consider cpuless numa node
 2026-07-30 11:37 UTC  (2+ messages)

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-30 11:29 UTC  (23+ messages)
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads

[PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
 2026-07-30 11:21 UTC  (2+ messages)

[PATCH v5 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
 2026-07-30 11:10 UTC  (2+ messages)

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

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

[PATCH bpf-next v3 0/3] Simplify min()/max(), contains() and normalize() cnum implementation
 2026-07-30 10:18 UTC  (6+ 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-next v2 0/3] net: atlantic: convert RX path to page_pool
 2026-07-30 10:13 UTC  (3+ messages)
` [PATCH net-next v2 1/3] net: atlantic: free stranded TX buffers on ring deinit

[PATCH net 0/2] xdp: fix skb length accounting after frag adjustment
 2026-07-30 10:07 UTC  (7+ messages)
` [PATCH net 1/2] net: fix skb length accounting after generic XDP "
` [PATCH net 2/2] veth: fix skb length accounting after "

[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
 2026-07-30 10:02 UTC  (19+ 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] bpf: Fix netns reference imbalance in conntrack kfuncs
 2026-07-30  9:52 UTC  (7+ messages)
` [PATCH bpf v2] "

[PATCH bpf-next v3 0/6] Add BPF Exceptions support for RISC-V
 2026-07-30  9:29 UTC  (5+ messages)
` [PATCH bpf-next v3 4/6] riscv, bpf: Split prologue and epilogue into helper functions
` [PATCH bpf-next v3 6/6] riscv, bpf: Remove BPF exceptions from denylist

[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 v4 0/4] bpf: Preserve pointer state for commuted arithmetic
 2026-07-30  8:25 UTC  (8+ 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 v4 3/4] bpf: Propagate untrusted pointer state in "
` [PATCH bpf v4 4/4] selftests/bpf: Cover commuted pointer state propagation

[PATCH bpf-next v2 0/2] bpf, mips: Add signed div/mod support
 2026-07-30  8:11 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf, mips: Factor out div/mod emission helpers
` [PATCH bpf-next v2 2/2] bpf, mips: Add support for BPF_SDIV and BPF_SMOD

[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  (8+ messages)
` [PATCH 1/2] powerpc64/bpf: Fix build break in bpf_jit_emit_func_call_rel()
` [PATCH 2/2] powerpc64/bpf: Fix build break for arch_bpf_timed_may_goto
` [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  (4+ messages)

[PATCH 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-07-30  3:07 UTC  (8+ messages)
` [PATCH 1/6] rcu: Make call_rcu() safe to call "
` [PATCH 2/6] rcu: Make Tiny "
` [PATCH 3/6] srcu: Make call_srcu() "
` [PATCH 4/6] srcu: Make Tiny "
` [PATCH 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer

[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 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 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  (32+ messages)
` [PATCH 01/31] cmake: Update minimum required version from 3.5 to 3.10
` [PATCH 02/31] Fix -Wsign-compare warnings across the codebase
` [PATCH 03/31] btf_encoder: Fix interior pointer free and missing NULL check
` [PATCH 04/31] dwarves: Fix missing list head initialization in type__clone_members
` [PATCH 05/31] pahole: Fix instance memory leak on early returns in prototype__stdio_fprintf_value
` [PATCH 06/31] ctf_loader, libctf: Fix error path resource leaks
` [PATCH 07/31] dwarves: Don't search for holes before member byte sizes are cached
` [PATCH 08/31] dwarf_loader: Allocate type_dcu via dwarf_cu__new to fix dangling stack pointer
` [PATCH 09/31] dwarf_loader: Fix annotation failure leaks in variable and typedef creation
` [PATCH 10/31] btf_encoder: Use btf_encoder__tag_type() for all type ID computations
` [PATCH 11/31] pahole: Fix --errno typo that decrements instead of negating
` [PATCH 12/31] dwarves: Fix heap buffer overflow in languages__parse realloc
` [PATCH 13/31] btf_encoder: Fix early cleanup crashes in btf_encoder__new/delete
` [PATCH 14/31] btf_encoder, libctf: Add elf_strptr NULL checks and fix kfunc bounds
` [PATCH 15/31] dwarf_loader: Fix --fixup_silly_bitfields condition check
` [PATCH 16/31] dwarf_loader: Skip libdw__lock when elfutils is built thread-safe
` [PATCH 17/31] dwarf_loader: Fix data race in tag__init() decl_file string cache
` [PATCH 18/31] pahole: Fix parse_btf_features("all") being a silent no-op
` [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

[PATCH net 0/1] xsk: prevent AF_XDP ring resource exhaustion
 2026-07-29 16:37 UTC  (3+ messages)
` [PATCH net 1/1] xsk: charge ring allocations to socket optmem

[PATCH net 0/6] xsk: harden TX metadata validation against races
 2026-07-29 16:08 UTC  (18+ 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 v5 00/15] Fix leaks in rc core
 2026-07-29 15:52 UTC  (3+ messages)
` [PATCH v5 15/15] media: rc: Fix use after free in bpf progs

[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
 2026-07-29 15:33 UTC  (2+ messages)

[PATCH v5 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-29 15:25 UTC  (2+ messages)

[PATCH v4 00/15] Fix leaks in rc core
 2026-07-29 14:57 UTC  (4+ messages)
` [PATCH v4 00/15] media: "
    ` [v4 "

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-07-29 14:02 UTC  (3+ messages)

[PATCH v2 0/6] s390: Add kCFI support
 2026-07-29 12:10 UTC  (3+ messages)
` [PATCH v2 5/6] s390/bpf: "


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