BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-11 15:49:36 to 2026-09-13 02:40:35 UTC [more...]

[PATCH bpf-next v4 00/15] bpf: Support by-value struct and __int128 arguments
 2026-09-13  2:40 UTC  (19+ messages)
` [PATCH bpf-next v4 01/15] bpf: Read a kfunc's __sz argument only when it is in a register
` [PATCH bpf-next v4 02/15] selftests/bpf: Add a test for an __int128 by-value argument
` [PATCH bpf-next v4 03/15] bpf: Rename bpf_subprog_info::arg_cnt to arg_slot_cnt
` [PATCH bpf-next v4 04/15] bpf: Index global function arguments by argument slot
` [PATCH bpf-next v4 05/15] bpf: Support by-value struct arguments up to 16 bytes
` [PATCH bpf-next v4 06/15] bpf: Support __int128 as a by-value function argument
` [PATCH bpf-next v4 07/15] bpf: Rename bpf_call_summary::num_params to arg_slot_cnt
` [PATCH bpf-next v4 08/15] bpf: Recognize by-value struct and __int128 kfunc arguments
` [PATCH bpf-next v4 09/15] bpf: Prepare kfunc arguments for the JIT from an ABI description
` [PATCH bpf-next v4 10/15] bpf, x86: Move kfunc arguments into the x86-64 calling convention
` [PATCH bpf-next v4 11/15] bpf, arm64: Place trampoline arguments by the arm64 "
` [PATCH bpf-next v4 12/15] bpf, arm64: Move kfunc arguments into "
` [PATCH bpf-next v4 13/15] selftests/bpf: Add C tests for by-value arguments up to 16 bytes
` [PATCH bpf-next v4 14/15] selftests/bpf: Add inline-asm tests for by-value arguments
` [PATCH bpf-next v4 15/15] selftests/bpf: Add tests for by-value kfunc arguments

ANNOUNCE: pahole v1.32 (DWZ alt files, lots of new regression tests, BTF signatures, coverage analysis)
 2026-09-13  2:21 UTC 

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-09-13  1:26 UTC  (18+ messages)

[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
 2026-09-12 23:59 UTC  (18+ messages)
` [PATCH RFC v2 01/15] rcu-tasks: Add per-task trampoline nesting count
` [PATCH RFC v2 04/15] kprobes: Let Tasks RCU recognise tasks preempted in an optprobe jump window
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC v2 15/15] rcu-tasks: Kick running holdouts through the scheduler

[PATCH bpf-next v3] bpf, x86: Add support for BPF_SDIV and BPF_SMOD in the i386 JIT
 2026-09-12 22:27 UTC  (2+ messages)

[PATCH] sched: Set need-resched flags before tracing
 2026-09-12 21:30 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
 2026-09-12 19:37 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf, mips: Factor register moves into helpers
` [PATCH bpf-next v3 2/2] bpf, mips: Add support for BPF_MOVSX in the JITs

[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
 2026-09-12 19:33 UTC  (11+ messages)
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
` [PATCH bpf-next v3 07/15] lsm: Add the bpf_lsm_policy_apply_bprm kfunc

[PATCH bpf-next] bpf: Use kvfree() in xdp_test_run_teardown()
 2026-09-12 19:20 UTC  (2+ messages)

[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
 2026-09-12 19:09 UTC  (11+ messages)
` [PATCH bpf-next v2 01/13] bpf: move linked-scalar flags out of bpf_reg_state->id [NFC]
` [PATCH bpf-next v2 02/13] bpf: compare linked-scalar kinds in regs_exact()
` [PATCH bpf-next v2 03/13] bpf: track low-32 scalar equality across zero-extending movs
` [PATCH bpf-next v2 05/13] bpf: keep the range across a sign extension that cannot change it
` [PATCH bpf-next v2 07/13] bpf: track low-32 scalar equality across sign-extending movs

[PATCH 5.15 419/935] perf test: Use sqrtloop workload to test bperf event
 2026-09-12  6:57 UTC 

[PATCH bpf] bpf: Fix out-of-bounds read of rtt_min in sock_ops
 2026-09-12 18:20 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, mips: Add BPF_MEMSX support to the JITs
 2026-09-12 18:06 UTC 

[PATCH bpf-next v2] bpf: Avoid soft lockup in __htab_map_lookup_and_delete_batch()
 2026-09-12 17:40 UTC  (2+ messages)

[PATCH bpf-next v4 1/2] bpf: Allow terminal gotox instructions
 2026-09-12 17:30 UTC  (2+ messages)

[PATCH bpf-next v3 00/15] bpf: Support by-value struct and __int128 arguments
 2026-09-12 17:30 UTC  (31+ messages)
` [PATCH bpf-next v3 02/15] selftests/bpf: Add a test for an __int128 by-value argument
` [PATCH bpf-next v3 03/15] bpf: Rename bpf_subprog_info::arg_cnt to arg_slot_cnt
` [PATCH bpf-next v3 04/15] bpf: Index global function arguments by argument slot
` [PATCH bpf-next v3 05/15] bpf: Support by-value struct arguments up to 16 bytes
` [PATCH bpf-next v3 06/15] bpf: Support __int128 as a by-value function argument
` [PATCH bpf-next v3 07/15] bpf: Rename bpf_call_summary::num_params to arg_slot_cnt
` [PATCH bpf-next v3 08/15] bpf: Recognize by-value struct and __int128 kfunc arguments
` [PATCH bpf-next v3 09/15] bpf: Prepare kfunc arguments for the JIT from an ABI description
` [PATCH bpf-next v3 10/15] bpf, x86: Move kfunc arguments into the x86-64 calling convention
` [PATCH bpf-next v3 11/15] bpf, arm64: Move kfunc arguments into the arm64 "
` [PATCH bpf-next v3 12/15] selftests/bpf: Add C tests for by-value arguments up to 16 bytes
` [PATCH bpf-next v3 13/15] selftests/bpf: Add inline-asm tests for by-value arguments
` [PATCH bpf-next v3 14/15] selftests/bpf: Add tests for by-value kfunc arguments
` [PATCH bpf-next v3 15/15] selftests/bpf: Temporary hack to disable register mismatch in arm64

[PATCH bpf v2 0/2] bpf: Fix use-after-free of progs detached from busy trampolines
 2026-09-12 16:42 UTC  (7+ messages)
` [PATCH bpf v2 1/2] bpf: Skip detached progs in trampoline images that are still in use
` [PATCH bpf v2 2/2] selftests/bpf: Detach a trampoline prog while a task sleeps before it

[PATCH 6.1 0497/1191] perf test: Use sqrtloop workload to test bperf event
 2026-09-12  6:53 UTC 

[PATCH 6.6 0606/1424] perf test: Use sqrtloop workload to test bperf event
 2026-09-12  6:50 UTC 

[PATCH 6.12 0358/1376] perf test: Use sqrtloop workload to test bperf event
 2026-09-12  6:46 UTC 

[PATCH v15 net-next 0/2] octeontx2-pf: mqprio bandwidth offload for NIX TX schedulers
 2026-09-12 10:56 UTC  (3+ messages)
` [PATCH v15 net-next 1/2] octeontx2: use atomic bitops for PF/VF and rep flags

[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
 2026-09-12 10:00 UTC  (12+ messages)

[PATCH bpf-next v3 1/4] libbpf: Add bpf_program__add_flags() and bpf_program__clear_flags()
 2026-09-12  8:41 UTC  (4+ messages)
` [PATCH bpf-next v3 2/4] selftests/bpf: Add assertions for bpf_program__{add,clear}_flags()
` [PATCH bpf-next v3 3/4] selftests/bpf: Adopt bpf_program__add_flags() helper
` [PATCH bpf-next v3 4/4] bpftool: "

[PATCH bpf-next v2 1/4] libbpf: Add bpf_program__add_flags() and bpf_program__clear_flags()
 2026-09-12  8:24 UTC  (7+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: Adopt bpf_program__add_flags() helper

[ANN] AF_XDP office hours
 2026-09-12  7:54 UTC  (2+ messages)

[RFC PATCH bpf-next 0/6] bpf: Add UHMUL and SHMUL instructions
 2026-09-12  3:40 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/6] "

[PATCH bpf v3 0/2] bpf: Track iterator-owned BTF pointer lifetime
 2026-09-12  3:34 UTC  (3+ messages)
` [PATCH bpf v3 1/2] bpf: Invalidate iterator-owned BTF pointers on next and destroy

[PATCH net-next v2 00/14] skb extension for BPF metadata
 2026-09-12  3:32 UTC  (4+ messages)

[PATCH bpf-next v2 00/23] Unify helper and kfunc argument checks
 2026-09-12  3:20 UTC  (28+ messages)
` [PATCH bpf-next v2 01/23] bpf: Pass call metadata through shared "
` [PATCH bpf-next v2 02/23] bpf: Address check_func_arg() arguments by argno
` [PATCH bpf-next v2 03/23] bpf: Only compare func_id against BPF_FUNC_* for helper calls
` [PATCH bpf-next v2 04/23] bpf: Only compare func_id against kfunc BTF IDs for kfunc calls
` [PATCH bpf-next v2 05/23] bpf: Clarify unused and scalar function argument types
` [PATCH bpf-next v2 06/23] bpf: Unify kfunc argument kinds with enum bpf_arg_type
` [PATCH bpf-next v2 07/23] bpf: Classify kfunc arguments the verifier ignores
` [PATCH bpf-next v2 08/23] bpf: Align helper and kfunc ARG_PTR_TO_PROG_AUX handling
` [PATCH bpf-next v2 09/23] bpf: Set OBJ_RELEASE when generating kfunc argument types
` [PATCH bpf-next v2 10/23] bpf: Set MEM_UNINIT and dynptr subtypes when generating kfunc arg types
` [PATCH bpf-next v2 11/23] bpf: Set MEM_RCU when generating kfunc argument types
` [PATCH bpf-next v2 12/23] bpf: Resolve BTF ID of ARG_PTR_TO_BTF_ID in kfunc bpf_func_proto
` [PATCH bpf-next v2 13/23] bpf: Resolve ARG_PTR_TO_MEM | MEM_FIXED_SIZE size "
` [PATCH bpf-next v2 14/23] bpf: Consolidate runtime argument type resolution
` [PATCH bpf-next v2 15/23] bpf: Consolidate nullable argument validation
` [PATCH bpf-next v2 16/23] bpf: Drop redundant BTF pointer helper write rejection
` [PATCH bpf-next v2 17/23] bpf: Consolidate helper and kfunc PTR_TO_BTF_ID argument matching
` [PATCH bpf-next v2 18/23] bpf: Admit kfunc argument registers through check_reg_type()
` [PATCH bpf-next v2 19/23] bpf: Consolidate function call pkt_access validation
` [PATCH bpf-next v2 20/23] selftests/bpf: Test kfunc packet memory direct writes
` [PATCH bpf-next v2 21/23] bpf: Consolidate release argument validation
` [PATCH bpf-next v2 22/23] selftests/bpf: Test nullable per-CPU kptr identity after exchange
` [PATCH bpf-next v2 23/23] bpf: Check helper and kfunc arguments in one path

[PATCH bpf-next v1 00/22] bpf: Unify helper and kfunc argument checks
 2026-09-12  3:20 UTC  (10+ messages)
` [PATCH bpf-next v1 14/22] bpf: Consolidate runtime argument type resolution
` [PATCH bpf-next v1 22/22] bpf: Check helper and kfunc arguments in one path

[PATCH bpf v3 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
 2026-09-12  2:34 UTC  (7+ messages)
` [PATCH bpf v3 1/2] bpf, veth: xdp: fix page_pool page leak on skb-backed XDP
` [PATCH bpf v3 2/2] selftests/bpf: add xdp_shrink_frags

[PATCH v14 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-12  1:03 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Tolerate libarena skeleton failures under BPF_STRICT_BUILD=0
 2026-09-12  0:59 UTC  (5+ messages)

[PATCH bpf-next v4 0/3] bpf, mips: Add signed div/mod support
 2026-09-12  0:52 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] bpf, mips: Factor out div/mod emission helpers
` [PATCH bpf-next v4 2/3] MIPS: uasm: Add signed div/mod and sign-extension emitters
` [PATCH bpf-next v4 3/3] bpf, mips: Add support for BPF_SDIV and BPF_SMOD

[PATCH bpf v2 0/7] Misc bug fixes - part 5
 2026-09-12  0:23 UTC  (5+ messages)
` [PATCH bpf v2 1/7] bpf: Make post-verification instruction rewrites killable
` [PATCH bpf v2 6/7] bpf: Assign lock identity to callback map values

[RFC] bpf: account ring buffer backing pages separately from Lost RAM
 2026-09-12  0:04 UTC  (6+ messages)
      ` [External Mail]Re: "

[PATCH bpf-next v3 0/3] bpftool: Improve perf counter reporting
 2026-09-12  0:01 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] bpftool: Track perf counter snapshot state
` [PATCH bpf-next v3 3/3] bpftool: Scale counters and report cycles per run

[PATCH bpf-next v2 0/5] libbpf: BPF program dynamic loading
 2026-09-11 23:44 UTC  (10+ messages)
` [PATCH bpf-next v2 1/5] libbpf: BPF program load type enum
` [PATCH bpf-next v2 2/5] libbpf: BPF programs dynamic loading and attaching
` [PATCH bpf-next v2 3/5] libbpf: Convert bpf_program__set_autoload() to load-type enum
` [PATCH bpf-next v2 5/5] selftests/bpf: Cover BPF program dynamic loading

[PATCH bpf-next v1 21/22] bpf: Consolidate release argument validation
 2026-09-11 20:47 UTC  (3+ messages)

[PATCH bpf-next v1 19/22] selftests/bpf: Test kfunc packet memory direct writes
 2026-09-11 20:46 UTC  (3+ messages)

[PATCH net-next v6 06/12] gve: simplify reset logic
 2026-09-11 20:31 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] Fix global subprog verification context
 2026-09-11 20:20 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Verify global subprogs in each sleepability context
` [PATCH bpf-next v2 2/2] selftests/bpf: Test global subprog callback contexts

[PATCH v2 bpf-next 00/18] Support inline functions in BTF
 2026-09-11 19:26 UTC  (3+ messages)
` [PATCH v2 bpf-next 01/18] btf: Extend UAPI to support BTF location (inline site) info

[PATCH bpf-next v8 0/2] libbpf: improve BPF load performance by selectively loading module BTFs
 2026-09-11 19:18 UTC  (3+ messages)
` [PATCH bpf-next v8 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts

[PATCH bpf-next] bpftool: Compute map size of light skeletons at runtime
 2026-09-11 19:09 UTC  (2+ messages)

[PATCH bpf v2 1/2] bpf: reject incompatible socket assignments
 2026-09-11 17:46 UTC  (4+ messages)
` [PATCH bpf v2 2/2] bpf: revalidate assigned sockets after protocol change

[BUG] lookup_user_key() calls commit_creds() (hitting BUG_ON() when called from io_uring through AF_ALG setsockopt; BPF probably also affected)
 2026-09-11 17:42 UTC 

[PATCH bpf] bpf: Fix program BTF use-after-free in sleepable programs
 2026-09-11 17:40 UTC  (2+ messages)

[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
 2026-09-11 17:40 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, docs: Fix two struct names in btf.rst and kfuncs.rst
 2026-09-11 17:40 UTC  (2+ messages)

[PATCH] bpf: btf: make alloc_obj_fields array const
 2026-09-11 17:40 UTC  (2+ messages)

[PATCH] tools libbpf: Fix signed shift UB in btf_type_info()
 2026-09-11 17:29 UTC  (2+ messages)

[PATCH bpf-next] libbpf: defer arena map size check to load time
 2026-09-11 17:27 UTC  (3+ messages)

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-11 17:09 UTC  (9+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage

bpf: BPF_MAP_UPDATE_BATCH into a fresh NO_PREALLOC LPM trie / hash map returns -ENOMEM at element 2 on AWS Graviton5 (bpf_mem_alloc refill IPI races the syscall)
 2026-09-11 17:05 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
 2026-09-11 16:37 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] bpf, mips: Add support for BPF_MOVSX in "

[PATCH] writeback: report a Tasks-RCU quiescent state per cgwb drain pass
 2026-09-11 16:14 UTC  (3+ messages)

[PATCH dwarves 1/2] dwarf_loader: Skip the argument register the arm64 ABI leaves as a hole
 2026-09-11 16:02 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