BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-13 06:05:48 to 2026-08-13 20:34:54 UTC [more...]

[PATCH bpf-next v4 00/16] Redesign Verification Errors
 2026-08-13 20:34 UTC  (19+ messages)
` [PATCH bpf-next v4 01/16] bpf: Add verifier diagnostics report helpers
` [PATCH bpf-next v4 02/16] bpf: Add source and instruction diagnostic context
` [PATCH bpf-next v4 03/16] bpf: Add verifier diagnostic event log
` [PATCH bpf-next v4 04/16] bpf: Prune verifier diagnostics when switching paths
` [PATCH bpf-next v4 05/16] bpf: Track verifier register diagnostic events
` [PATCH bpf-next v4 09/16] bpf: Report Memory Safety bounds errors
` [PATCH bpf-next v4 10/16] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v4 12/16] bpf: Report Execution Context Safety errors
` [PATCH bpf-next v4 15/16] bpf: Report Verifier Limit errors

[PATCH 0/2] cgroup, sched: add bpf for cgroup cpu controller
 2026-08-13 20:24 UTC  (5+ messages)
` [PATCH 1/2] cgroup, sched: add BPF kfuncs to read a cpu cgroup's stats
` [PATCH 2/2] selftests/bpf: add cgroup_iter_cpu test for cpu cgroup kfuncs

[PATCH bpf-next v2 0/7] bpf, arm64: __arena kfunc and struct_ops arguments
 2026-08-13 20:04 UTC  (9+ messages)
` [PATCH bpf-next v2 1/7] bpf, arm64: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v2 2/7] arm64: insn: Add encoder for ADD/SUB (extended register)
` [PATCH bpf-next v2 3/7] bpf, arm64: JIT __arena kfunc argument rebasing
` [PATCH bpf-next v2 4/7] bpf, arm64: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v2 5/7] selftests/bpf: Add arm64 JIT-sequence tests for __arena kfunc arguments
` [PATCH bpf-next v2 6/7] selftests/bpf: Enable __arena argument tests on arm64
` [PATCH bpf-next v2 7/7] selftests/bpf: Test a multi-slot argument before a struct_ops arena argument

[PATCH bpf-next v5 00/11] bpf: Support aggregate return values up to 16 bytes
 2026-08-13 20:03 UTC  (12+ messages)
` [PATCH bpf-next v5 01/11] bpf: Factor check_global_ret_scalar_reg() out of the global return check
` [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 bpf-next v5 06/11] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v5 07/11] bpf: Enable aggregate return types up to 16 bytes
` [PATCH bpf-next v5 08/11] bpf: Reject register-pair returns when the subprog BTF is unreliable
` [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
` [PATCH bpf-next v5 11/11] Documentation/bpf: Document up to 16-byte kfunc return values in R0:R2

[PATCH net-next v1] selftests/bpf: Fix insn count expectations in chained global subprogs test
 2026-08-13 19:50 UTC  (2+ messages)

BUG: bpf: freplace of iterator global function requires bpf_iter_<type> name
 2026-08-13 19:42 UTC 

[PATCH bpf-next 0/7] bpf, arm64: __arena kfunc and struct_ops arguments
 2026-08-13 19:28 UTC  (19+ messages)
` [PATCH bpf-next 1/7] bpf, arm64: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next 2/7] arm64: insn: Add encoder for ADD/SUB (extended register)
` [PATCH bpf-next 3/7] bpf, arm64: JIT __arena kfunc argument rebasing
` [PATCH bpf-next 4/7] bpf, arm64: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next 5/7] selftests/bpf: Add arm64 JIT-sequence tests for __arena kfunc arguments
` [PATCH bpf-next 6/7] selftests/bpf: Enable __arena argument tests on arm64
` [PATCH bpf-next 7/7] selftests/bpf: Test a multi-slot argument before a struct_ops arena argument

[PATCH net v2 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
 2026-08-13 19:08 UTC  (4+ messages)
` [PATCH net v2 1/3] xsk: align TX metadata layout across ABIs
` [PATCH net v2 2/3] xsk: honor XDP_TX_METADATA in zero-copy path
` [PATCH net v2 3/3] net: stmmac: skip queueMaxSDU check for AF_XDP

[PATCH bpf v4] selftests/bpf: allocate a larger timeout for connection
 2026-08-13 19:06 UTC  (5+ messages)

[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
 2026-08-13 18:43 UTC  (7+ messages)
` [PATCH bpf-next 1/4] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement

[PATCH bpf-next v4 00/13] bpf: Support aggregate return values up to 16 bytes
 2026-08-13 18:27 UTC  (28+ messages)
` [PATCH bpf-next v4 02/13] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v4 04/13] bpf: Track R2 of register-pair returns in precision backtracking
` [PATCH bpf-next v4 05/13] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v4 06/13] bpf: Reject callbacks returning more than 8 bytes
` [PATCH bpf-next v4 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v4 08/13] bpf: Reject register-pair returns when the subprog BTF is unreliable
` [PATCH bpf-next v4 09/13] bpf: Enable aggregate return types up to 16 bytes
` [PATCH bpf-next v4 10/13] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v4 12/13] selftests/bpf: Add tests for callbacks returning more than 8 bytes

[PATCH bpf-next v4 11/13] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
 2026-08-13 18:25 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: Move tracing_multi_bench_attach to bench
 2026-08-13 18:03 UTC  (3+ messages)

[PATCH bpf-next v12 00/10] bpf: Introduce global percpu data
 2026-08-13 17:56 UTC  (22+ messages)
` [PATCH bpf-next v12 01/10] bpf: Drop duplicate blank lines in kernel/bpf/
` [PATCH bpf-next v12 02/10] bpf: Factor out check_map_mem_read helper in verifier
` [PATCH bpf-next v12 03/10] bpf: Introduce global percpu data
` [PATCH bpf-next v12 04/10] libbpf: Probe percpu data feature
` [PATCH bpf-next v12 05/10] libbpf: Add support for global percpu data
` [PATCH bpf-next v12 06/10] bpftool: Generate skeleton "
` [PATCH bpf-next v12 07/10] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v12 08/10] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v12 09/10] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v12 10/10] selftests/bpf: Verify bpf_iter "

[PATCH RFC 0/5] allow kfree_nolock() handle kmalloc() objects
 2026-08-13 17:47 UTC  (3+ messages)
` [PATCH RFC 3/5] mm/slab, kmemleak: handle kmemleak freeing in kfree_nolock()

[PATCH 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-08-13 17:26 UTC  (27+ messages)
` [PATCH 01/13] "
` [PATCH 02/13] alpha: pass all six syscall args to audit_syscall_entry()
` [PATCH 03/13] arm: "
` [PATCH 04/13] arm64: "
` [PATCH 05/13] csky: "
` [PATCH 06/13] microblaze: "
` [PATCH 07/13] mips: "
` [PATCH 08/13] openrisc: "
` [PATCH 09/13] parisc: "
` [PATCH 10/13] sh: "
` [PATCH 11/13] sparc64: "
` [PATCH 12/13] um: "
` [PATCH 13/13] xtensa: "

[PATCH bpf-next v5] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-08-13 16:58 UTC  (2+ messages)

[PATCH bpf-next v4 2/2] bpf: htab: Reduce elem_size by 8 bytes for small key sizes
 2026-08-13 16:49 UTC  (3+ messages)

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

[PATCH] selftests/bpf: Fix chained_global_func_calls_success() for cpu v4
 2026-08-13 16:32 UTC  (2+ messages)

[PATCH bpf v2] bpf: fix BPF_F_CPU validation for sparse CPU IDs
 2026-08-13 16:29 UTC  (2+ messages)

[PATCH bpf v3 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
 2026-08-13 16:17 UTC  (7+ messages)
` [PATCH bpf v3 1/2] selftests/bpf: keep polling connection that is still in progress

[PATCH bpf v2] bpf: fix percpu map update indexing with sparse CPU IDs
 2026-08-13 16:10 UTC  (2+ messages)

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-13 15:58 UTC  (7+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN

[PATCH bpf] bpf: fix percpu map update indexing with sparse CPU IDs
 2026-08-13 15:00 UTC  (4+ messages)

[PATCH bpf] bpf: fix BPF_F_CPU validation for sparse CPU IDs
 2026-08-13 14:44 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf, x86: Normalize IA32 kfunc return values
 2026-08-13 13:47 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf, x86: Normalize narrow kfunc returns on IA32
` [PATCH bpf-next 2/2] selftests/bpf: Cover IA32 narrow kfunc returns

[PATCH bpf-next 0/2] bpf: Reject mixed arena and ordinary atomic paths
 2026-08-13 13:03 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Check pointer type for all atomic RMW paths
` [PATCH bpf-next 2/2] selftests/bpf: Cover mixed arena and map-value atomics

[PATCH bpf-next 1/2] bpf: Support cgroup {get,set}sockopt hooks for compat syscalls
 2026-08-13 12:59 UTC 

[PATCH bpf v2 0/2] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
 2026-08-13 12:49 UTC  (6+ messages)
` [PATCH bpf v2 2/2] bpf: Unconditionally take socket references in lookup helpers

[PATCH bpf-next 0/2] bpf: Cleanup & optimization
 2026-08-13 12:42 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Extract shared reqsk-to-listener upgrade
` [PATCH bpf-next 2/2] bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookup

[PATCH v6 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-08-13 12:15 UTC  (3+ messages)

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_sockopt is_compat field
 2026-08-13 12:14 UTC 

[PATCH bpf-next v7 0/5] Introduce bpf_ksock
 2026-08-13 12:13 UTC  (8+ messages)
` [PATCH bpf-next v7 1/5] net: Add connect_socket() helper
` [PATCH bpf-next v7 2/5] bpf: Add ksock kfuncs
` [PATCH bpf-next v7 3/5] selftests/bpf: Add ksock kfunc test
` [PATCH bpf-next v7 4/5] selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
` [PATCH bpf-next v7 5/5] selftests/bpf: Add ksock test for async callback guard

[RFC PATCH bpf-next v2 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-13 12:05 UTC  (11+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: support selective kernel module BTF loading via .kmod_btfs section
` [RFC PATCH bpf-next v2 2/2] selftests/bpf: add tests for selective kmod BTF loading

[PATCH bpf-next v2 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-08-13 11:35 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Enable stack argument tests for RV64

[PATCH net-next] net: xdp: don't assume an Ethernet header in generic XDP
 2026-08-13 11:32 UTC 

[PATCH v2] perf/bpf: Fix data races in BPF perf event handling
 2026-08-13 11:05 UTC  (4+ messages)

[PATCH bpf-next v6 2/5] bpf: Add ksock kfuncs
 2026-08-13 10:59 UTC  (3+ messages)

[PATCH bpf-next v6 3/5] selftests/bpf: Add ksock kfunc test
 2026-08-13 10:58 UTC  (3+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-13 10:39 UTC  (3+ messages)
` [PATCH 9/9] xen: use hw_pte_t for PTE range callbacks

[PATCH bpf-next v6 5/5] selftests/bpf: Add ksock test for async callback guard
 2026-08-13 10:13 UTC  (3+ messages)

[PATCH bpf-next v6 1/5] net: Add connect_socket() helper
 2026-08-13 10:11 UTC  (3+ messages)

[PATCH net] net/sched: cls_bpf: reject dev-bound programs bound to a different device
 2026-08-13  9:20 UTC  (4+ messages)

[PATCH v8 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-08-13  8:27 UTC 

[PATCH bpf-next v1] selftests/bpf: Enable timed may_goto tests for LoongArch
 2026-08-13  8:24 UTC  (3+ messages)

BUG: bpf: WARNING in skb_vlan_push from TC BPF action
 2026-08-13  7:23 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf, mips: Add signed div/mod support
 2026-08-13  6:38 UTC  (2+ messages)

[PATCH net-next v2 0/5] selftests/xsk: improve shared-UMEM coverage
 2026-08-13  6:27 UTC  (6+ messages)
` [PATCH net-next v2 1/5] selftests/xsk: add UMEM users refcount and centralize socket teardown
` [PATCH net-next v2 2/5] selftests/xsk: Skip TX setup after RX configuration failure
` [PATCH net-next v2 3/5] selftests/xsk: expand XSKMAP capacity and add length-based XDP program
` [PATCH net-next v2 4/5] selftests/xsk: add shared-UMEM callback framework and initial test cases
` [PATCH net-next v2 5/5] selftests/xsk: make pkt_stream_even_odd_sequence rollback-safe

[PATCH bpf-next] bpf: Fix stack out-of-bounds write in cgroup link update
 2026-08-13  6:15 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