bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-17 03:50:40 to 2026-08-18 05:20:27 UTC [more...]

[PATCH] mm/secretmem: properly account locked pages
 2026-08-18  5:20 UTC  (2+ messages)

[PATCH v12 1/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
 2026-08-18  5:00 UTC  (10+ messages)
` [PATCH v12 2/8] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v12 3/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v12 4/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v12 5/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
` [PATCH v12 6/8] selftests/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v12 7/8] selftests/bpf: Enable verifier selftest for powerpc64
` [PATCH v12 8/8] selftests/bpf: Add tailcall "

[PATCH bpf-next 0/2] lsm: give BPF programs a way to query locked_down state
 2026-08-18  4:46 UTC  (3+ messages)

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

[PATCH v12 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-08-18  4:43 UTC 

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

[PATCH v9 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-08-18  3:28 UTC  (3+ messages)

[PATCH RFC 0/5] allow kfree_nolock() handle kmalloc() objects
 2026-08-18  3:15 UTC  (3+ messages)
` [PATCH RFC 1/5] mm/slab: cleanup deferred free handling

[PATCH net-next v4 00/15] gve: AdminQ mode related refactors
 2026-08-18  1:50 UTC  (5+ messages)

[PATCH net-next 00/14] skb extension for BPF metadata
 2026-08-18  1:37 UTC  (2+ messages)

[PATCH v2 0/2] cgroup: expose cpu.stat to BPF
 2026-08-18  1:28 UTC  (5+ messages)
` [PATCH v2 1/2] cgroup: add BPF kfuncs to read a cpu cgroup's stats
` [PATCH v2 2/2] selftests/bpf: add cgroup_iter_cpu test for cpu cgroup kfuncs

[PATCH bpf-next v4 0/3] Simplify min()/max(), contains() and normalize() cnum implementation
 2026-08-18  0:58 UTC  (2+ messages)

[PATCH v7 net-next 0/2] Explicit TSO segment count
 2026-08-18  0:36 UTC  (2+ messages)

[PATCH v2 0/2] block: expose blkcg io.stat to BPF
 2026-08-17 22:41 UTC  (6+ messages)
` [PATCH v2 1/2] block: add BPF kfuncs to read blkcg io.stat
` [PATCH v2 2/2] selftests/bpf: add test for blkcg io.stat BPF kfuncs

[PATCH net-next v2 1/5] selftests/xsk: add UMEM users refcount and centralize socket teardown
 2026-08-17 21:54 UTC  (2+ messages)

[PATCH net-next v2 4/5] selftests/xsk: add shared-UMEM callback framework and initial test cases
 2026-08-17 21:38 UTC  (2+ messages)

[PATCH net-next v2 5/5] selftests/xsk: make pkt_stream_even_odd_sequence rollback-safe
 2026-08-17 21:38 UTC  (2+ messages)

[PATCH v2 0/2] bpf: reject stack-argument callback subprograms
 2026-08-17 21:37 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/bpf: add callback stack-argument rejection test

[GIT PULL] BPF changes for 7.3
 2026-08-17 21:26 UTC 

[PATCH 0/9] lib/folio_pool: Direct-Map Large Folio Pool & Scratchpad bump allocators
 2026-08-17 21:01 UTC  (22+ messages)
` [PATCH 1/9] lib/folio_pool: Introduce "
` [PATCH 2/9] netfilter/nf_tables: Add folio_scratchpad collector to struct nftables_pernet
` [PATCH 3/9] bpf/verifier: Route verifier stack state node allocations to folio_pool
` [PATCH 4/9] drm/gpuvm: Route gpuva_op allocations to folio_scratchpad
` [PATCH 5/9] bpf/syscall: Route generic_map_update_batch key/value "
` [PATCH 6/9] locking/lockdep: Fallback to folio_pool in alloc_list_entry when static pool is full
` [PATCH 7/9] locking/lockdep: Traverse adjacency lists directly in zap_class()
` [PATCH 8/9] locking/lockdep: Shrink static list_entries array to early bootstrap buffer
` [PATCH 9/9] locking/lockdep: Migrate and compact boot-time dependency graph from __initdata

[PATCH net] net: kcm: Hold RCU read lock while running BPF parser
 2026-08-17 20:50 UTC  (2+ messages)

[PATCH 0/6] selftests/bpf: Fixes and improvements for libarena
 2026-08-17 20:38 UTC  (17+ messages)
` [PATCH 1/6] selftests/bpf: libarena: Normalize SPDX headers across files
` [PATCH 2/6] selftests/bpf: libarena: Inline nonatomic bitmap operations
` [PATCH 3/6] selftests/bpf: libarena: Disable IRQs during allocation
` [PATCH 4/6] selftests/bpf: libarena: Add calloc() call
` [PATCH 5/6] selftests/bpf: libarena: Add a benchmark for malloc()/calloc()
` [PATCH 6/6] selftests/bpf: libarena: Optimize and make public arena_memset

[PATCH bpf v6] selftests/bpf: allocate a larger timeout for connection
 2026-08-17 20:14 UTC  (2+ messages)

[PATCH bpf-next v3 1/3] selftests/bpf: Add tests for pointer type merge at a shared load
 2026-08-17 19:00 UTC  (4+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: Add tests for fault prone loads out of RCU pointers
` [PATCH bpf-next v3 3/3] selftests/bpf: Add tests for a store on a fault prone qdisc pointer

[PATCH v2] selftests/bpf: Remove duplicate copies of the arena spinlock qnodes
 2026-08-17 19:00 UTC  (2+ messages)

[RFC] bpf: account ring buffer backing pages separately from Lost RAM
 2026-08-17 18:22 UTC  (3+ messages)

[PATCH] selftests/bpf: Remove duplicate copies of the arena spinlock qnodes
 2026-08-17 18:05 UTC  (5+ messages)

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-17 17:57 UTC  (11+ messages)
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse

[PATCH net-next] bpf, xdp: move offload check into dev_xdp_install()
 2026-08-17 17:30 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf, sockmap: fix forward allocation accounting in strparser self-pass path
 2026-08-17 17:13 UTC  (6+ messages)
` [PATCH bpf v3 1/2] bpf, sockmap: settle sk_forward_alloc for strparser SK_PASS
` [PATCH bpf v3 2/2] selftests/bpf: Cover strparser self-pass forward allocation

[PATCH bpf-next v6 00/10] bpf: Support aggregate return values up to 16 bytes
 2026-08-17 17:12 UTC  (31+ messages)
` [PATCH bpf-next v6 01/10] bpf: Factor check_global_ret_scalar_reg() out of the global return check
` [PATCH bpf-next v6 02/10] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v6 03/10] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v6 04/10] bpf: Handle R2 as a return register in precision backtracking
` [PATCH bpf-next v6 05/10] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v6 06/10] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v6 07/10] bpf: Enable aggregate return types up to 16 bytes
` [PATCH bpf-next v6 08/10] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v6 09/10] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
` [PATCH bpf-next v6 10/10] Documentation/bpf: Document up to 16-byte kfunc return values in R0:R2

[PATCH bpf-next v4 0/7] bpf: infer zext_dst based on static register liveness analysis
 2026-08-17 17:05 UTC  (4+ messages)
` [PATCH bpf-next v4 7/7] selftests/bpf: verify zext_dst annotations for various instructions

[PATCH net-next v3] net: atlantic: convert RX path to page_pool
 2026-08-17 16:59 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: Introduce LOADER_LOAD_FD
 2026-08-17 16:11 UTC  (2+ messages)

[PATCH net 0/6] gve: various XDP fixes
 2026-08-17 15:53 UTC  (3+ messages)

[PATCH net] xsk: reset the mac header in the generic Tx path
 2026-08-17 15:39 UTC 

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-08-17 15:31 UTC  (9+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
  ` [External] "

[PATCH 7.1.y] Revert "tracing: perf: Fix stale head for perf syscall tracing"
 2026-08-17 15:24 UTC  (2+ messages)

[PATCH v2 bpf-next] selftests/bpf: Retry stat generation in cgroup_iter_memcg
 2026-08-17 15:20 UTC  (2+ messages)

[PATCH] bpf: reject stack-argument callback subprograms
 2026-08-17 14:46 UTC  (5+ messages)

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

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

[PATCH net v4] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-08-17 14:10 UTC  (2+ messages)

[RFC PATCH bpf-next v1 0/1] Enable BPF JIT hardening by default when x86_64 CFI is enabled
 2026-08-17 13:24 UTC  (4+ messages)
` [RFC PATCH bpf-next v1 1/1] bpf: Enable "

[PATCH net v2 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
 2026-08-17 12:59 UTC  (6+ messages)
` [PATCH net v2 1/3] xsk: align TX metadata layout across ABIs
` [PATCH net v2 3/3] net: stmmac: skip queueMaxSDU check for AF_XDP

[PATCH v2 0/5] x86/cpu: Refactor identify_cpu()
 2026-08-17 12:14 UTC  (3+ messages)
` [PATCH v2 4/5] x86/cpu: Move 32-bit SEP setup into identify_cpu()

[PATCH net-next 0/5] selftests/xsk: improve shared-UMEM coverage and infrastructure
 2026-08-17 10:59 UTC  (2+ messages)

[PATCH bpf v5 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
 2026-08-17  9:55 UTC  (4+ messages)
` [PATCH bpf v5 2/2] selftests/bpf: allocate a larger timeout for connection

[PATCH bpf v2 0/2] bpf: Reject negative optlen in cgroup getsockopt hook
 2026-08-17  9:50 UTC  (2+ messages)

[PATCH bpf-next v7 0/6] bpf: decap flags and GSO state updates
 2026-08-17  9:40 UTC  (2+ messages)

[PATCH bpf-next v1] selftests/bpf: Enable timed may_goto tests for LoongArch
 2026-08-17  9:20 UTC  (2+ messages)

[PATCH bpf] bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooks
 2026-08-17  9:20 UTC  (3+ messages)

[PATCH bpf v2] lwt_bpf: restore reserved headroom after xmit program
 2026-08-17  9:10 UTC  (2+ messages)

bpf selftests timer_lockup intermittently locks up kernel
 2026-08-17  8:47 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: Cleanup & optimization
 2026-08-17  8:30 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf, riscv: Add support for signed arena loads
 2026-08-17  8:16 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Enable arena LDSX tests for riscv64

[PATCH bpf-next v2 1/6] bpf: Keep fault protection when merging pointer types
 2026-08-17  8:08 UTC  (4+ messages)
` [PATCH bpf-next v2 5/6] selftests/bpf: Add tests for pointer type merge at a shared load

[PATCH v2 bpf] bpf: Enforce cgroup storage map consistency for freplace attach
 2026-08-17  7:47 UTC 

[PATCH bpf v2] bpf: Enforce cgroup storage map consistency for freplace attach
 2026-08-17  7:13 UTC  (3+ messages)

[PATCH bpf-next 4/5] selftests/bpf: Avoid flaky resize value test for percpu data
 2026-08-17  6:28 UTC  (3+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-17  6:20 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Reject mixed arena and ordinary atomic paths
 2026-08-17  6:10 UTC  (2+ messages)

[PATCH bpf v2 2/2] selftests/bpf: Exercise negative optlen in cgroup getsockopt hook
 2026-08-17  4:57 UTC  (3+ messages)

[PATCH bpf] bpf: fix UAF of trampoline progs before image release
 2026-08-17  4:54 UTC  (2+ messages)

[PATCH bpf-next v5 00/11] bpf: Support aggregate return values up to 16 bytes
 2026-08-17  4:00 UTC  (11+ messages)
` [PATCH bpf-next v5 09/11] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v5 10/11] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).