BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-15 07:00:57 to 2026-08-17 03:35:21 UTC [more...]

[PATCH bpf-next v5 00/11] bpf: Support aggregate return values up to 16 bytes
 2026-08-17  3:35 UTC  (17+ messages)
` [PATCH bpf-next v5 02/11] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v5 03/11] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v5 04/11] bpf: Track R2 of register-pair returns in precision backtracking
` [PATCH bpf-next v5 05/11] bpf: Account R2 of register-pair returns in live register analysis

[PATCH v9 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-08-17  3:27 UTC 

[PATCH v8 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-08-17  3:03 UTC  (2+ messages)

[PATCH] bpf: reject stack-argument callback subprograms
 2026-08-17  2:16 UTC  (3+ messages)

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-17  2:02 UTC  (59+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 04/57] mm/collapse: rename mthp_present_ptes to eligible_ptes
` [RFC PATCH 05/57] mm/collapse: state what a collapse may do in the policy
` [RFC PATCH 06/57] mm/collapse: move the smallest collapse order to collapse.h
` [RFC PATCH 07/57] mm/collapse: sketch the new anonymous collapse engine
` [RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
` [RFC PATCH 09/57] mm/collapse: collect candidate windows into a round
` [RFC PATCH 10/57] mm/collapse: run a round and feed the outcomes back
` [RFC PATCH 11/57] mm/collapse: sketch the passes of a round
` [RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
` [RFC PATCH 13/57] mm/collapse: revalidate a round against the VMA
` [RFC PATCH 14/57] mm/collapse: fault the sources in before the freeze
` [RFC PATCH 15/57] mm/collapse: check what a candidate would freeze
` [RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
` [RFC PATCH 17/57] mm/collapse: copy the sources into the destinations
` [RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
` [RFC PATCH 20/57] mm/collapse: put the sources back
` [RFC PATCH 21/57] mm/collapse: settle whatever the round reached
` [RFC PATCH 22/57] mm/collapse: walk a table with a selection cursor
` [RFC PATCH 23/57] mm/collapse: give a refused region a second chance
` [RFC PATCH 24/57] mm/collapse: report each candidate's outcome to tracing
` [RFC PATCH 25/57] mm/collapse: collapse anonymous memory with the new engine
` [RFC PATCH 26/57] mm/collapse: give collapse_single_pmd() the range to work on
` [RFC PATCH 27/57] mm/collapse: scan the windows a VMA can hold
` [RFC PATCH 28/57] mm/collapse: remove the mechanism the engine replaces
` [RFC PATCH 29/57] mm/collapse: move what a collapse is judged on into collapse.c
` [RFC PATCH 30/57] mm/collapse: name the max_ptes ceiling after collapse
` [RFC PATCH 31/57] mm/khugepaged: count collapses where khugepaged makes them
` [RFC PATCH 32/57] mm/collapse: move the file collapse into collapse.c
` [RFC PATCH 33/57] mm/collapse: split collapse into a scan and a run
` [RFC PATCH 34/57] mm/collapse: implement MADV_COLLAPSE in madvise.c
` [RFC PATCH 35/57] mm/madvise: drop MADV_COLLAPSE's redundant mm reference
` [RFC PATCH 36/57] mm/collapse: report what the scan found
` [RFC PATCH 37/57] mm/collapse: report what the fault-in pass paid
` [RFC PATCH 38/57] mm/collapse: report the round, and what it made faulters wait
` [RFC PATCH 39/57] mm/collapse: name the file collapse's tracepoints after collapse
` [RFC PATCH 40/57] mm/collapse: remove the tracepoints of the mechanism that is gone
` [RFC PATCH 41/57] mm/collapse: give collapse its own trace header
` [RFC PATCH 42/57] mm/collapse: allow error injection into the freeze
` [RFC PATCH 43/57] mm/khugepaged: check the scan budget before the work, not after
` [RFC PATCH 44/57] mm/khugepaged: hold the address space open across a scan
` [RFC PATCH 45/57] mm/collapse: take a per-VMA read lock for the round
` [RFC PATCH 46/57] mm/khugepaged: scan under a per-VMA read lock
` [RFC PATCH 47/57] mm/madvise: collapse "
` [RFC PATCH 48/57] mm/collapse: assert the mm reference the engine relies on
` [RFC PATCH 49/57] mm/khugepaged: drop the mmap_lock barrier from __khugepaged_exit()
` [RFC PATCH 50/57] selftests/mm: attribute collapses by candidate event alone
` [RFC PATCH 51/57] selftests/mm: cover collapse inside a sub-PMD VMA
` [RFC PATCH 52/57] selftests/mm: cover a hole-y window in "
` [RFC PATCH 53/57] selftests/mm: cover collapse of mlocked ranges
` [RFC PATCH 54/57] selftests/mm: cover collapse beside a MADV_FREE'd page
` [RFC PATCH 55/57] selftests/mm: cover collapse beside a pinned page
` [RFC PATCH 56/57] selftests/mm: cover the scaled max_ptes_shared limit
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse

[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-08-17  1:52 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH bpf-next v2 0/2] bpf: Reject mixed arena and ordinary atomic paths
 2026-08-16 23:56 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: Check pointer type for all atomic RMW paths
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover mixed arena and stack atomics

[PATCH bpf-next v2 1/6] bpf: Keep fault protection when merging pointer types
 2026-08-16 22:32 UTC  (14+ messages)
` [PATCH bpf-next v2 2/6] bpf: Treat a fault prone PTR_TO_MEM as a pointer type mismatch
` [PATCH bpf-next v2 3/6] bpf: Reject a store through a fault prone pointer
` [PATCH bpf-next v2 4/6] bpf: Rewrite any fault prone load out of a mem or btf_id pointer
` [PATCH bpf-next v2 5/6] selftests/bpf: Add tests for pointer type merge at a shared load
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests for fault prone loads out of RCU pointers

[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-08-16 20:44 UTC  (6+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: make sure allocation in arch_bpf_trampoline_size() is writable

[PATCH net v2] net/sched: add get_fill_size callbacks for actions missing them
 2026-08-16 20:13 UTC 

[PATCH 7.1.y] Revert "tracing: perf: Fix stale head for perf syscall tracing"
 2026-08-16 19:43 UTC  (3+ messages)

[PATCH net-next 00/14] skb extension for BPF metadata
 2026-08-16 14:11 UTC  (24+ messages)
` [PATCH net-next 01/14] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH net-next 03/14] bpf: Make BPF skb extension survive packet scrubbing
` [PATCH net-next 04/14] selftests/bpf: Add tests for bpf_dynptr_from_skb_ext
` [PATCH net-next 05/14] selftests/bpf: Test skb_ext on cloned skbs
` [PATCH net-next 06/14] selftests/bpf: Test skb_ext survival across veth and GRE
` [PATCH net-next 07/14] selftests/bpf: Test skb_ext read from cgroup_skb and sk_filter hooks
` [PATCH net-next 08/14] selftests/bpf: Test skb_ext read from sock_ops and LSM hooks
` [PATCH net-next 09/14] selftests/bpf: Test skb_ext read from kfree_skb tracepoint
` [PATCH net-next 11/14] selftests/bpf: Test skb_ext from LWT in, out, and xmit hooks
` [PATCH net-next 12/14] selftests/bpf: Test skb_ext read from seg6local End.BPF hook
` [PATCH net-next 13/14] selftests/bpf: Test skb_ext read from sk_skb stream verdict hook

[PATCH net v3 0/1] ip: orphan prefetched skbs before multicast forwarding
 2026-08-16 10:34 UTC  (3+ messages)
` [PATCH net v3 1/1] "

[PATCH bpf-next v1 00/14] Follow ups for verifier errors set
 2026-08-16  8:09 UTC  (37+ messages)
` [PATCH bpf-next v1 01/14] bpf: Correct verifier diagnostic attribution for stack reads
` [PATCH bpf-next v1 02/14] selftests/bpf: Test verifier stack-read diagnostic attribution
` [PATCH bpf-next v1 03/14] bpf: Preserve R0 lineage across helper calls
` [PATCH bpf-next v1 04/14] bpf: Drop dead spill diagnostic condition
` [PATCH bpf-next v1 05/14] bpf: Use canonical stack argument names in diagnostics
` [PATCH bpf-next v1 06/14] bpf: Correct kfunc argument diagnostics
` [PATCH bpf-next v1 07/14] selftests/bpf: Test "
` [PATCH bpf-next v1 08/14] bpf: Report non-sleepable kfunc programs accurately
` [PATCH bpf-next v1 09/14] selftests/bpf: Test non-sleepable kfunc context
` [PATCH bpf-next v1 10/14] bpf: Correct Program Structure diagnostic context
` [PATCH bpf-next v1 11/14] bpf: Preserve source attribution without source text
` [PATCH bpf-next v1 12/14] selftests/bpf: Test Program Structure diagnostic context
` [PATCH bpf-next v1 13/14] bpf: Distinguish function references in policy diagnostics
` [PATCH bpf-next v1 14/14] selftests/bpf: Test pseudo-function "

[PATCH net 0/6] gve: various XDP fixes
 2026-08-16  5:29 UTC  (14+ messages)
` [PATCH net 1/6] gve: increment work_done for XDP and error packets
` [PATCH net 2/6] gve: fix XSK buffer leak when rings are stopped
` [PATCH net 3/6] gve: fix XSK buffer leak on error descriptor
` [PATCH net 4/6] gve: don't register xsk pool on pre-existing queues in RDA mode
` [PATCH net 5/6] gve: fix napi_disable deadlock when attempting to disable XSK pools
` [PATCH net 6/6] gve: fix NULL dereference from premature XSK pool DMA unmap

[PATCH bpf] bpf: free page_pool frags via the page_pool path in bpf_xdp_shrink_data
 2026-08-16  5:16 UTC  (5+ messages)

[PATCH net-next, v3] net/mlx5: Use dma_wmb() for completion queue doorbell updates
 2026-08-16  3:56 UTC 

[PATCH bpf-next v7 0/5] Introduce bpf_ksock
 2026-08-15 21:40 UTC  (2+ messages)

[PATCH bpf-next v5 00/14] Redesign Verification Errors
 2026-08-15 18:57 UTC  (8+ messages)
` [PATCH bpf-next v5 02/14] bpf: Add source and instruction diagnostic context
` [PATCH bpf-next v5 05/14] bpf: Track verifier register diagnostic events

[PATCH bpf-next v5 11/14] bpf: Report Call Type Safety argument errors
 2026-08-15 18:00 UTC  (3+ messages)

[PATCH bpf-next v5 13/14] bpf: Report Program Structure CFG errors
 2026-08-15 17:50 UTC  (3+ messages)

[PATCH bpf-next v5 14/14] bpf: Report Policy helper and kfunc errors
 2026-08-15 17:39 UTC  (3+ messages)

[PATCH bpf-next v5 10/14] bpf: Report Resource Lifetime reference leaks
 2026-08-15 17:36 UTC  (3+ messages)

[PATCH v7 net-next 0/2] Explicit TSO segment count
 2026-08-15 17:31 UTC  (5+ messages)
` [PATCH v7 net-next 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback
` [PATCH v7 net-next 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls

[PATCH bpf-next v5 08/14] bpf: Report Register Type Safety errors
 2026-08-15 17:29 UTC  (3+ messages)

[RFC PATCH bpf-next v2 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-15 15:35 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: support selective kernel module BTF loading via .kmod_btfs section

[PATCH bpf-next 0/2] lsm: give BPF programs a way to query locked_down state
 2026-08-15 12:19 UTC  (5+ messages)
` [PATCH bpf-next 1/2] lsm: add bpf_security_locked_down() kfunc
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_security_locked_down kfunc

[PATCH] sched_ext/scx_flatcg: expire cached hweights on weight changes
 2026-08-15 11:55 UTC  (4+ messages)

[RFC] bpf: account ring buffer backing pages separately from Lost RAM
 2026-08-15  9:18 UTC 

[PATCH] sched_ext/scx_flatcg: Fix cvtime true-up on slice expiry
 2026-08-15  9:10 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: roll back stream capacity when allocation fails
 2026-08-15  9:02 UTC  (10+ messages)
` [PATCH bpf-next v3 0/5] bpf: fix stream capacity, read, and oversize handling
  ` [PATCH bpf-next v3 1/5] bpf: roll back stream capacity when allocation fails
  ` [PATCH bpf-next v3 2/5] bpf: fix stream capacity leak in staging path
  ` [PATCH bpf-next v3 3/5] bpf: return partial progress from bpf_stream_read on fault
  ` [PATCH bpf-next v3 4/5] bpf: reject oversized bpf_stream_vprintk output with -E2BIG
    ` [PATCH bpf-next v3 5/5] selftests/bpf: cover stream capacity and partial read edge cases

[PATCH bpf] bpf: fix UAF of trampoline progs before image release
 2026-08-15  8:03 UTC  (2+ messages)

[PATCH bpf-next v5 12/14] bpf: Report Execution Context Safety errors
 2026-08-15  7:34 UTC  (2+ messages)

[PATCH bpf-next v5 03/14] bpf: Add verifier diagnostic event log
 2026-08-15  7:34 UTC  (2+ messages)

[PATCH bpf-next v5 09/14] bpf: Report Memory Safety bounds errors
 2026-08-15  7:34 UTC  (2+ messages)

[PATCH bpf-next v5 07/14] bpf: Track verifier context diagnostic events
 2026-08-15  7:20 UTC  (2+ messages)

[PATCH bpf-next v5 01/14] bpf: Add verifier diagnostics report helpers
 2026-08-15  7:20 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf, x86: fix per-CPU address resolution into an extended register
 2026-08-15  7:00 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