BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-27 04:51:30 to 2026-07-28 12:44:05 UTC [more...]

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

[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 v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-28 11:36 UTC  (3+ messages)
` [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()

[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-07-28 11:32 UTC  (5+ messages)

[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)

[PATCH 5.10.y/5.15.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28  9:54 UTC 

[PATCH 6.1.y] bpf: Fix ld_{abs,ind} failure path analysis in subprogs
 2026-07-28  9:49 UTC 

[PATCH] libbpf: don't preserve ownership during install
 2026-07-28  8:22 UTC  (3+ messages)

[PATCH bpf-next v3] bpf: log error code on trampoline unlink failure
 2026-07-28  8:08 UTC  (3+ messages)

[PATCH bpf v4] bpf: Fix UAF when reading prog type in bpf_mprog_link
 2026-07-28  7:42 UTC 

[PATCH bpf-next 0/6] workqueue: introduce BPF iterators for workqueues, worker pools and pending work
 2026-07-28  6:55 UTC  (7+ messages)
` [PATCH bpf-next 1/6] workqueue: introduce a BPF open-coded iterator for traversing workqueues list
` [PATCH bpf-next 2/6] workqueue: introduce a seq_file form for the workqueue iterator
` [PATCH bpf-next 3/6] workqueue: introduce open-coded BPF iterator for worker pools
` [PATCH bpf-next 4/6] workqueue: introduce seq_file form of the worker_pool iterator
` [PATCH bpf-next 5/6] workqueue: introduce BPF iterator for pending work items
` [PATCH bpf-next 6/6] selftests/bpf: add tests for the workqueue BPF iterators

[PATCH bpf-next] bpf: arena: fix mmap_lock deadlock on arena lock failure
 2026-07-28  6:32 UTC  (3+ messages)

[PATCH net-next] selftests/xsk: decouple xskxceiver and xdp apps from test_progs objects
 2026-07-28  5:59 UTC  (3+ messages)

[PATCH bpf v6 0/4] Fixes for bpf link update
 2026-07-28  5:50 UTC  (14+ messages)
` [PATCH bpf v6 1/4] bpf: Fix potential UAF in bpf_netns_link_update_prog
` [PATCH bpf v6 2/4] bpf: Fix UAF due to missing link type check in mprog
` [PATCH bpf v6 3/4] bpf: Fix potential UAF when reading bpf link info

[PATCH bpf-next v4 0/3] bpf: Fix trampoline handling of 128-bit values
 2026-07-28  5:06 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] bpf: Reject >8 byte return values on return-reading trampoline paths
` [PATCH bpf-next v4 2/3] bpf, x86: Fix trampoline stack size for 128-bit arguments
` [PATCH bpf-next v4 3/3] selftests/bpf: Add tests for >8 byte return value and "

[PATCH bpf] lwt_bpf: account for aligned neigh header length
 2026-07-28  5:02 UTC  (3+ messages)

[PATCH v1 0/2] Refine move_imm() and optimize memory load
 2026-07-28  3:41 UTC  (4+ messages)
` [PATCH v1 1/2] LoongArch: BPF: Clean up and decouple is32 parameter from move_imm()
` [PATCH v1 2/2] LoongArch: BPF: Eliminate zero-extension for memory load operations

[PATCH bpf] bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
 2026-07-28  3:38 UTC  (2+ messages)
` [PATCH bpf] bpf: Reject writes through untrusted allocated pointers

[PATCH bpf v2] bpf: Fix potential UAF in bpf_netns_link_update_prog
 2026-07-28  3:29 UTC  (3+ messages)

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

[PATCH net] net: stmmac: Disable queues before netif_tx_disable in xdp_release
 2026-07-28  3:07 UTC  (3+ messages)

[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
 2026-07-28  3:01 UTC  (8+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation

[PATCH bpf-next v5 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-28  2:50 UTC  (3+ messages)

[PATCH bpf v3] bpf: Fix potential UAF when reading bpf link info
 2026-07-28  2:54 UTC 

[PATCH v4] kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping
 2026-07-28  2:49 UTC 

[PATCH dwarves] btf_encoder: Ensure the first same-name function has a non-zero address
 2026-07-28  2:37 UTC 

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-07-28  2:19 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Enable tracing_multi tests on arm64

[PATCH bpf-next 0/2] Simplify min()/max(), contains() and fix normalize() cnum implementation
 2026-07-28  1:57 UTC  (3+ 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

[PATCH bpf-next v2 0/2] bpf: Fix sleepable check for tracing prog
 2026-07-28  1:33 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Verify rejection of sleepable "

[PATCH bpf-next 0/3] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-07-28  1:22 UTC  (13+ messages)
` [PATCH bpf-next 1/3] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next 2/3] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next 3/3] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH bpf-next v2] selftests/bpf: Report the real error from libarena parallel workers
 2026-07-28  1:00 UTC  (2+ messages)

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

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

[PATCH] libbpf: bounds-check struct_ops member offset before writing shadow pointer
 2026-07-28  0:15 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] bpf: Inline the numeric open-coded iterator kfuncs
 2026-07-27 23:56 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: Inline bpf_iter_num_new() kfunc
` [PATCH bpf-next v3 2/6] bpf: Inline bpf_iter_num_next() kfunc
` [PATCH bpf-next v3 3/6] bpf: Inline bpf_iter_num_destroy() kfunc
` [PATCH bpf-next v3 4/6] bpf: Elide range checks when inlining bpf_iter_num_new() for constant bounds

[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
 2026-07-27 23:39 UTC  (24+ messages)
` [PATCH bpf-next v2 03/18] bpf: Split kfunc map argument into __const_map and __map
` [PATCH bpf-next v2 04/18] bpf: Pass kfunc meta to mem and mem_size check
` [PATCH bpf-next v2 05/18] bpf: Check helper and kfunc mem+size arguments identically
` [PATCH bpf-next v2 06/18] selftests/bpf: Add tests for helper and kfunc mem+size arguments
` [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 10/18] bpf: Fold __szk const size handling into the scalar arg path
` [PATCH bpf-next v2 11/18] bpf: Classify kfunc mem_size args from BTF without register state
` [PATCH bpf-next v2 12/18] bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL type
` [PATCH bpf-next v2 13/18] bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZE
` [PATCH bpf-next v2 14/18] bpf: Check helper mem+size in ARG_PTR_TO_MEM case

[PATCH v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-27 23:32 UTC  (2+ messages)

[PATCH v2] libbpf: poison unresolved weak kfuncs in light skeletons
 2026-07-27 23:25 UTC  (2+ messages)

[PATCH v4 net-next 1/1] tcp: allow congestion controls to override TSO autosizing
 2026-07-27 23:19 UTC  (5+ messages)

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

[PATCH bpf-next v1 0/2] Open up res_spin_lock() in all contexts
 2026-07-27 22:50 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] Open up res_spin_lock for tracing programs, fix is_tracing_prog_type()
 2026-07-27 22:50 UTC  (2+ messages)

[PATCH] bpf: Run deferred program freeing on system_dfl_long_wq
 2026-07-27 22:49 UTC  (2+ messages)

Linux BPF: ten validated findings across two shared root-cause classes
 2026-07-27 19:32 UTC 

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-27 17:09 UTC  (16+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
` [PATCH RFC 02/11] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH RFC 03/11] mm: name pointers to copied PTE values ptentp
` [PATCH RFC 04/11] mm: use hw_pte_t for generic PTE table storage
` [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 08/11] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads
` [PATCH RFC 10/11] parisc: use hw_pte_t for the data-break callback
` [PATCH RFC 11/11] xen: use hw_pte_t for PTE range callbacks

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-27 17:06 UTC  (2+ messages)

[PATCH] bpf: normalize arg_track state construction
 2026-07-27 16:51 UTC  (3+ messages)

[PATCH net 0/6] xsk: harden TX metadata validation against races
 2026-07-27 16:19 UTC  (7+ 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 5/6] xsk: move xsk_tx_metadata_request() to xdp_sock_drv.h
` [PATCH net 6/6] xsk: validate metadata when processing requests

[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
 2026-07-27 16:18 UTC  (4+ messages)
` [PATCH net-next v3 1/2] gve: use xdp_build_skb methods for XDP_PASS case

[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
 2026-07-27 16:02 UTC  (9+ messages)

[PATCH v4 00/15] Fix leaks in rc core
 2026-07-27 15:44 UTC  (3+ messages)
` [PATCH v4 12/15] media: rc: Fix use after free in bpf progs

[PATCH v2 0/6] s390: Add kCFI support
 2026-07-27 15:37 UTC  (14+ messages)
` [PATCH v2 1/6] s390/tools: Pass symbol name to do_relocs()
` [PATCH v2 2/6] s390/tools/relocs: Ignore __kcfi_typeid_ relocations
` [PATCH v2 3/6] s390: Add ftrace_stub_graph
` [PATCH v2 4/6] s390/diag: Generate CFI type information for assembly functions
` [PATCH v2 5/6] s390/bpf: Add kCFI support
` [PATCH v2 6/6] s390/Kconfig: Select ARCH_SUPPORTS_CFI

[PATCH 0/6] s390: Add kCFI support
 2026-07-27 13:52 UTC  (4+ messages)
` [PATCH 5/6] s390/Kconfig: Select ARCH_SUPPORTS_CFI

[PATCH bpf-next] bpf: Add __bpfcall attribute to bpf_task_work_callback()
 2026-07-27 14:13 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: Fix RHash special-field recycling
 2026-07-27 13:05 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Cancel RHash special fields on value recycle

BUG: possible recursive locking detected in sleepable task_vma iterator
 2026-07-27 11:55 UTC  (2+ messages)

[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-27 11:25 UTC  (6+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
  ` [REGRESSION]: "

[PATCH bpf-next 0/9] bpf: Disable preemption in stack map code
 2026-07-27 10:10 UTC  (4+ messages)
` [PATCH bpf-next 9/9] bpf: Disable preemption in __bpf_get_stack

[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-07-27  8:35 UTC  (11+ messages)

[PATCH bpf-next v2] bpf: Log error code on trampoline unlink failure
 2026-07-27  5:27 UTC  (2+ messages)

[PATCH bpf v2 0/2] bpf: Fix refcount_acquire handling for borrowed kptrs
 2026-07-27  4:50 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
` [PATCH bpf v2 2/2] bpf: Reject untrusted pointers in refcount_acquire


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