BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-10 23:33:36 to 2026-09-11 17:27:48 UTC [more...]

[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
 2026-09-11 17:27 UTC  (19+ messages)
` [PATCH RFC v2 01/15] rcu-tasks: Add per-task trampoline nesting count
` [PATCH RFC v2 02/15] entry: Pass pt_regs to irqentry_exit_cond_resched()
` [PATCH RFC v2 03/15] rcu-tasks: Hold trampoline nesting across irq-exit preemption in trampoline text
` [PATCH RFC v2 04/15] kprobes: Let Tasks RCU recognise tasks preempted in an optprobe jump window
` [PATCH RFC v2 05/15] ftrace: Mark modules hosting direct-call trampolines for Tasks RCU
` [PATCH RFC v2 06/15] x86/ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC v2 07/15] x86/kprobes: Maintain Tasks RCU trampoline nesting in the optprobe template
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC v2 09/15] arm64: ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC v2 10/15] bpf, arm64: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC v2 11/15] samples: ftrace: Maintain Tasks RCU trampoline nesting in direct-call trampolines
` [PATCH RFC v2 12/15] rcutorture: Bracket Tasks RCU readers with trampoline nesting
` [PATCH RFC v2 13/15] rcu-tasks: Treat preemption outside trampolines as a quiescent state
` [PATCH RFC v2 14/15] rcu-tasks: Retire switched-out tasks with no trampoline nesting at scan time
` [PATCH RFC v2 15/15] rcu-tasks: Kick running holdouts through the scheduler

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

[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  (5+ messages)

[PATCH bpf-next v3 00/15] bpf: Support by-value struct and __int128 arguments
 2026-09-11 16:47 UTC  (24+ messages)
` [PATCH bpf-next v3 01/15] bpf: Read a kfunc's __sz argument only when it is in a register
` [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-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  (3+ messages)
` [PATCH dwarves 2/2] tests: tests: Add test for 16-byte aligned arguments on arm64

[PATCH bpf-next] selftests/bpf: Replace %pK output with 0
 2026-09-11 15:41 UTC  (3+ messages)

[PATCH bpf v2] bpf: Fix NULL pointer dereference in __bpf_sk_storage_map_seq_show
 2026-09-11 15:34 UTC  (4+ messages)

[PATCH bpf v4] bpf: Fix UAF due to concurrent consumption of ttrace lists in alloc_bulk
 2026-09-11 15:29 UTC  (3+ messages)

[PATCH bpf] bpf: Hash lock addresses in rqspinlock violation reports
 2026-09-11 15:28 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Tolerate libarena skeleton failures under BPF_STRICT_BUILD=0
 2026-09-11 15:27 UTC  (3+ messages)

[PATCH net] net: mana: never hand a non-page_pool buffer to XDP
 2026-09-11 15:18 UTC  (4+ messages)

[PATCH 06/13 net-next] net: udp: split IPv4 specific logic into udp_ipv4.c
 2026-09-11 15:15 UTC  (4+ messages)
` [PATCH 09/13 net-next] net: fib: split common nexthop logic to fib_core.c

[PATCH net-next v2 00/14] skb extension for BPF metadata
 2026-09-11 15:09 UTC  (9+ messages)
` [PATCH net-next v2 01/14] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH net-next v2 04/14] selftests/bpf: Add tests for bpf_dynptr_from_skb_ext
` [PATCH net-next v2 05/14] selftests/bpf: Test skb_ext on cloned skbs

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 15:05 UTC  (9+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP

[PATCH bpf-next] bpftool: Compute map size of light skeletons at runtime
 2026-09-11 14:59 UTC 

[PATCH bpf v3 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
 2026-09-11 14:46 UTC  (5+ 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 bpf] bpf: Fix NULL pointer dereference in __bpf_sk_storage_map_seq_show
 2026-09-11 13:57 UTC  (3+ messages)

[PATCH bpf-next v8 0/2] libbpf: improve BPF load performance by selectively loading module BTFs
 2026-09-11 12:52 UTC  (5+ messages)
` [PATCH bpf-next v8 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v8 2/2] selftests/bpf: add tests for selective module BTF loading

[ANN] AF_XDP office hours
 2026-09-11 12:19 UTC 

[PATCH bpf v3] selftests/bpf: Check returned keys in map batch validators
 2026-09-11 11:57 UTC  (4+ messages)

[PATCH 5.15.y] bpf: Enforce expected_attach_type for tailcall compatibility
 2026-09-11 11:20 UTC  (2+ messages)

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

[PATCH bpf-next v2 05/13] bpf: keep the range across a sign extension that cannot change it
 2026-09-11 10:37 UTC  (3+ messages)

[PATCH net-next] tcp: add TCP_ECN and TCP_ECN_OPTION socket options
 2026-09-11 10:25 UTC  (3+ messages)

[PATCH bpf-next v2 07/13] bpf: track low-32 scalar equality across sign-extending movs
 2026-09-11 10:00 UTC  (3+ messages)

[PATCH bpf-next v2 1/4] libbpf: Add bpf_program__add_flags() and bpf_program__clear_flags()
 2026-09-11  9:53 UTC  (5+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: Adopt bpf_program__add_flags() helper

[PATCH bpf v3 0/2] bpf: Destroy callee-local dynptrs on subprog return
 2026-09-11  9:39 UTC  (5+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Test dynptr teardown "

[PATCH bpf-next v2 03/13] bpf: track low-32 scalar equality across zero-extending movs
 2026-09-11  9:29 UTC  (3+ messages)

[RFC PATCH v2 0/5] blk-iocost: BPF struct_ops cost model
 2026-09-11  9:20 UTC  (2+ messages)

[PATCH net-next v3] tcp: add TCP_ECN and TCP_ECN_OPTION socket options
 2026-09-11  9:11 UTC 

[PATCH net-next v2] tcp: add TCP_ECN and TCP_ECN_OPTION socket options
 2026-09-11  8:58 UTC  (2+ messages)

[PATCH bpf] bpf: Reject non-negative offsets in stack_slot_obj_get_spi()
 2026-09-11  8:43 UTC 

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

[PATCHv2 bpf-next] bpf, x86: Use global buffer for trampoline size generation
 2026-09-11  8:41 UTC  (3+ messages)

[PATCH v2 0/2] lib/sort: Clean up sort_nonatomic() and sort_r_nonatomic()
 2026-09-11  8:36 UTC  (3+ messages)
` [PATCH v2 1/2] bpf: Replace sort_r_nonatomic() with sort_r() in check_dup_ids()

[PATCH v5 0/4] selftests: add shared Makefile for BPF selftests and a new memcg test
 2026-09-11  8:03 UTC  (8+ messages)
` [PATCH v5 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v5 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v5 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH bpf-next v2 08/13] selftests/bpf: cover the low-32 link for sign-extending movs
 2026-09-11  8:00 UTC  (3+ messages)

[PATCH v15 00/16] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-09-11  7:13 UTC  (4+ messages)
` [PATCH v15 12/16] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()

[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
 2026-09-11  6:56 UTC  (13+ messages)
` [PATCH bpf-next v2 01/13] bpf: move linked-scalar flags out of bpf_reg_state->id [NFC]
` [PATCH bpf-next v2 09/13] bpf: track low-32 scalar equality across narrowing stack fills
` [PATCH bpf-next v2 10/13] selftests/bpf: cover the low-32 link for "

[PATCH bpf-next v2 12/12] selftests/bpf: Add tests for by-value kfunc arguments
 2026-09-11  5:57 UTC  (3+ messages)

[PATCH bpf-next v2 11/12] selftests/bpf: Add inline-asm tests for by-value arguments
 2026-09-11  5:37 UTC  (3+ messages)

[PATCH bpf-next v2 09/12] bpf, arm64: Move kfunc arguments into the arm64 calling convention
 2026-09-11  5:34 UTC  (3+ messages)

[PATCH bpf-next v2 08/12] bpf, x86: Move kfunc arguments into the x86-64 calling convention
 2026-09-11  5:32 UTC  (3+ messages)

[PATCH] crypto: lskcipher - preserve state across unaligned chunks
 2026-09-11  5:31 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] bpftool: Add recursive map dumping
 2026-09-11  5:12 UTC  (7+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: Cover recursive bpftool map dumps

[PATCH bpf-next v3 0/2] bpftool: Consume ring buffer maps with event_pipe
 2026-09-11  5:12 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpftool: Read "
` [PATCH bpf-next v3 2/2] selftests/bpf: Cover bpftool ring buffer event_pipe

[PATCH bpf-next v6 0/2] bpftool: Add recursive map dumping
 2026-09-11  5:10 UTC  (3+ messages)
` [PATCH bpf-next v6 1/2] "
` [PATCH bpf-next v6 2/2] selftests/bpf: Cover recursive bpftool map dumps

[PATCH bpf-next v2 00/12] bpf: Support by-value struct and __int128 arguments
 2026-09-11  5:05 UTC  (7+ messages)
` [PATCH bpf-next v2 06/12] bpf: Recognize by-value struct and __int128 kfunc arguments
` [PATCH bpf-next v2 07/12] bpf: Prepare kfunc arguments for the JIT from an ABI description

[PATCH bpf-next v2 03/12] bpf: Support by-value struct arguments up to 16 bytes
 2026-09-11  4:29 UTC  (3+ messages)

[PATCH bpf-next v2 02/12] bpf: Index global function arguments by argument slot
 2026-09-11  4:27 UTC  (3+ messages)

[PATCH bpf-next v2 01/12] selftests/bpf: Add a test for an __int128 by-value argument
 2026-09-11  4:25 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] bpftool: Batch bounded hash map dumps
 2026-09-11  3:47 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] bpftool: Use batch lookups for "
` [PATCH bpf-next v4 2/2] selftests/bpf: Check bpftool batch map dump contents

[PATCH bpf-next v5 0/2] bpftool: Support symbolic map creation flags
 2026-09-11  3:46 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpftool: Accept "
` [PATCH bpf-next v5 2/2] selftests/bpf: Cover symbolic bpftool "

[PATCH bpf-next v3 0/2] bpftool: Batch bounded hash map dumps
 2026-09-11  3:37 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpftool: Use batch lookups for "
` [PATCH bpf-next v3 2/2] selftests/bpf: Check bpftool batch map dump contents

[PATCH bpf-next v4 0/2] bpftool: Add recursive map dumping
 2026-09-11  3:37 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover recursive bpftool map dumps

[PATCH bpf-next v4 0/2] bpftool: Support symbolic map creation flags
 2026-09-11  3:37 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] bpftool: Accept "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover symbolic bpftool "

[PATCH bpf-next v10 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-11  3:13 UTC  (5+ messages)
` [PATCH bpf-next v10 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v10 2/2] selftests/bpf: Add memcg async reclaim test

[bpf-next,v3,1/2] bpftool: Accept symbolic map creation flags
 2026-09-11  2:53 UTC  (2+ messages)

[PATCH bpf v2] selftests/bpf: Exercise double release in cpumask failure test
 2026-09-11  2:50 UTC 

[PATCH net-next v6 05/12] gve: refactor gve_init_priv for reset path
 2026-09-11  1:06 UTC  (3+ messages)

[PATCH net-next v6 04/12] gve: introduce gve_adminq_get_device_properties()
 2026-09-11  0:58 UTC  (3+ messages)

[PATCH net-next v6 01/12] gve: add struct gve_device_info to hold device properties
 2026-09-11  0:23 UTC  (3+ messages)

[PATCH bpf] bpf: Clear scalar delta on narrowing stack spill
 2026-09-11  0:00 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: Fix divide-by-zero in btf_struct_walk()
 2026-09-11  0:00 UTC  (2+ messages)

[PATCH bpf v2 1/4] bpf: Add KF_PERFMON kfunc flag
 2026-09-11  0:00 UTC  (2+ messages)

[PATCH bpf v3 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
 2026-09-11  0: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