BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-10 05:49:44 to 2026-09-10 22:46:42 UTC [more...]

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

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

[PATCH bpf v2 1/4] bpf: Add KF_PERFMON kfunc flag
 2026-09-10 22:33 UTC  (8+ messages)
` [PATCH bpf v2 2/4] bpf: Require CAP_PERFMON for kfuncs reading memory
` [PATCH bpf v2 3/4] bpf: Require CAP_PERFMON for untrusted read-only memory reads
` [PATCH bpf v2 4/4] selftests/bpf: Add tests for the KF_PERFMON gates

[PATCH net-next v6 09/12] gve: introduce new methods to handle IRQ doorbells
 2026-09-10 22:13 UTC  (2+ messages)

[PATCH net-next v6 00/12] gve: AdminQ mode related refactors
 2026-09-10 22:13 UTC  (11+ messages)
` [PATCH net-next v6 01/12] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v6 06/12] gve: simplify reset logic
` [PATCH net-next v6 08/12] gve: split up notify block allocation and setup paths
` [PATCH net-next v6 12/12] gve: add link status/speed ctrl ops

[PATCH net-next v6 05/12] gve: refactor gve_init_priv for reset path
 2026-09-10 22:13 UTC  (2+ messages)

[PATCH net-next v6 04/12] gve: introduce gve_adminq_get_device_properties()
 2026-09-10 22:13 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: Fix divide-by-zero in btf_struct_walk()
 2026-09-10 22:01 UTC  (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test BTF walk into a flexible array of zero-sized elements

[PATCH bpf-next v1 00/22] bpf: Unify helper and kfunc argument checks
 2026-09-10 21:53 UTC  (5+ 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 0/2] libbpf: Reject private struct_ops bitfields before data access
 2026-09-10 21:32 UTC  (6+ messages)
` [PATCH bpf 1/2] libbpf: Reject struct_ops bitfields before accessing data
` [PATCH bpf 2/2] selftests/bpf: Test private struct_ops bitfield rejection

[PATCH bpf 1/6] bpf: Avoid quadratic successor rescan in bpf_compute_scc
 2026-09-10 21:02 UTC  (18+ messages)
` [PATCH bpf 2/6] bpf: Bound the number of indirect jump edges in a program
` [PATCH bpf 3/6] bpf: Cache the jump table of a subprogram during CFG discovery
` [PATCH bpf 4/6] bpf: Reject indirect jumps that leave their subprogram
` [PATCH bpf 5/6] selftests/bpf: Add tests for the indirect jump edge limit
` [PATCH bpf 6/6] selftests/bpf: Add tests for indirect jumps across subprograms

[PATCH v2 0/4] tools build: Fixes for libbfd -lzstd dependency
 2026-09-10 19:53 UTC  (5+ messages)
` [PATCH v2 3/4] bpftool: Add explicitly sequenced -lzstd to libbfd feature fallback

[PATCH 2/2] lsm: fix size queries for getselfattr with NULL buffer
 2026-09-10 19:26 UTC  (2+ messages)

[PATCH bpf] bpf: Clear scalar delta on narrowing stack spill
 2026-09-10 19:15 UTC  (2+ messages)

[PATCH bpf v2 0/2] bpf: Invalidate iterator-owned BTF pointers
 2026-09-10 18:18 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: Invalidate iterator-owned BTF pointers on destroy

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-10 18:11 UTC  (5+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page

[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
 2026-09-10 17:52 UTC  (25+ 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 04/13] selftests/bpf: cover the low-32 link for "
` [PATCH bpf-next v2 05/13] bpf: keep the range across a sign extension that cannot change it
` [PATCH bpf-next v2 06/13] selftests/bpf: cover sign extensions that cannot change the range
` [PATCH bpf-next v2 07/13] bpf: track low-32 scalar equality across sign-extending movs
` [PATCH bpf-next v2 08/13] selftests/bpf: cover the low-32 link for "
` [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 11/13] bpf: record what a narrowing spill actually stores
` [PATCH bpf-next v2 12/13] bpf: track low-32 scalar equality across narrowing stack spills
` [PATCH bpf-next v2 13/13] selftests/bpf: cover the low-32 link for "

[PATCH bpf] bpf: fix reading neigh ha in bpf_fib_lookup()
 2026-09-10 17:46 UTC  (6+ messages)

[PATCH bpf v2 0/2] bpf: Preserve escaped dynptr slice ancestry
 2026-09-10 17:22 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: Preserve escaped dynptr slice ancestry on subprog return

[PATCH v2 0/2] lib/sort: Clean up sort_nonatomic() and sort_r_nonatomic()
 2026-09-10 16:52 UTC  (3+ messages)
` [PATCH v2 1/2] bpf: Replace sort_r_nonatomic() with sort_r() in check_dup_ids()
` [PATCH v2 2/2] Revert "lib/sort.c: add _nonatomic() variants with cond_resched()"

[SECURITY REPORT] Logic bug in eBPF verifier (reg_bounds_sanity_check)
 2026-09-10 16:46 UTC  (3+ messages)

[PATCH bpf 0/1] xsk: use a 32-bit compare in xsk_map_gen_lookup
 2026-09-10 16:34 UTC  (3+ messages)
` [PATCH bpf 1/1] "

[PATCH bpf-next v1 18/22] bpf: Admit kfunc argument registers through check_reg_type()
 2026-09-10 16:18 UTC  (3+ messages)

[PATCH bpf-next 1/4] libbpf: Add bpf_program__add_flags() and bpf_program__clear_flags()
 2026-09-10 16:07 UTC  (4+ messages)

[PATCH net-next v2 00/14] skb extension for BPF metadata
 2026-09-10 15:56 UTC  (16+ messages)
` [PATCH net-next v2 01/14] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH net-next v2 02/14] bpf: Allow access to bpf_sock_ops_kern->skb
` [PATCH net-next v2 03/14] bpf: Make BPF skb extension survive packet scrubbing
` [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 net-next v2 06/14] selftests/bpf: Test skb_ext survival across veth and GRE
` [PATCH net-next v2 07/14] selftests/bpf: Test skb_ext read from cgroup_skb and sk_filter hooks
` [PATCH net-next v2 08/14] selftests/bpf: Test skb_ext read from sock_ops and LSM hooks
` [PATCH net-next v2 09/14] selftests/bpf: Test skb_ext read from kfree_skb tracepoint
` [PATCH net-next v2 10/14] selftests/bpf: Test skb_ext read from netfilter hook
` [PATCH net-next v2 11/14] selftests/bpf: Test skb_ext from LWT in, out, and xmit hooks
` [PATCH net-next v2 12/14] selftests/bpf: Test skb_ext read from seg6local End.BPF hook
` [PATCH net-next v2 13/14] selftests/bpf: Test skb_ext read from sk_skb stream verdict hook
` [PATCH net-next v2 14/14] selftests/bpf: Use non-trivial test payload in xdp_context tests

[PATCH bpf 1/4] bpf: Add KF_PERFMON kfunc flag
 2026-09-10 15:53 UTC  (12+ messages)
` [PATCH bpf 2/4] bpf: Require CAP_PERFMON for kfuncs reading memory
` [PATCH bpf 3/4] bpf: Require CAP_PERFMON for untrusted read-only memory reads
` [PATCH bpf 4/4] selftests/bpf: Add tests for the KF_PERFMON gates

[PATCH net] net: mana: restore the XDP program pointer when pre-allocation fails
 2026-09-10 15:20 UTC  (2+ messages)

[PATCH net] net: mana: never hand a non-page_pool buffer to XDP
 2026-09-10 15:17 UTC 

[PATCH 02/13 net-next] net: core: add IPv4 fallback stubs and guards for CONFIG_IPV4=n
 2026-09-10 14:48 UTC  (5+ messages)
` [PATCH 04/13 net-next] net: tcp: move protocol agnostic TCP functions out of tcp_ipv4.c
` [PATCH 06/13 net-next] net: udp: split IPv4 specific logic into udp_ipv4.c
` [PATCH 08/13 net-next] net: ping: split IPv4 specific logic into ping_ipv4.c
` [PATCH 09/13 net-next] net: fib: split common nexthop logic to fib_core.c

[PATCH bpf v3] bpf: Fix non-linear SRH access in bpf_update_srh_state()
 2026-09-10 14:46 UTC  (2+ messages)

[PATCH net-next] tcp: add TCP_ECN and TCP_ECN_OPTION socket options
 2026-09-10 14:44 UTC  (2+ messages)

[RFC PATCH v2 0/5] blk-iocost: BPF struct_ops cost model
 2026-09-10 13:46 UTC  (11+ messages)
` [RFC PATCH v2 1/5] blk-iocost: add BPF struct_ops cost model support
` [RFC PATCH v2 2/5] selftests/bpf: add iocost cost model test
` [RFC PATCH v2 3/5] blk-iocost: add iocost_ioc_tick tracepoint for per-period device summary
` [RFC PATCH v2 4/5] selftests/bpf: add multi-stream sequentiality example model
` [RFC PATCH v2 5/5] docs: cgroup-v2: document io.cost model=<name> binding

[PATCH net-next v6 14/14] misc: lan966x-pci: dts: add fdma interrupt to overlay
 2026-09-10 13:05 UTC  (2+ messages)

[PATCH net-next v6 13/14] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
 2026-09-10 13:05 UTC  (2+ messages)

[PATCH net-next v6 12/14] net: lan966x: add PCIe FDMA XDP support
 2026-09-10 13:05 UTC  (2+ messages)

[PATCH net-next v6 00/14] net: lan966x: add support for PCIe FDMA
 2026-09-10 13:05 UTC  (16+ messages)
` [PATCH net-next v6 04/14] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next v6 06/14] net: lan966x: use a dedicated device for DMA operations
` [PATCH net-next v6 07/14] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next v6 09/14] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v6 10/14] net: lan966x: add PCIe FDMA support
` [PATCH net-next v6 11/14] net: lan966x: add PCIe FDMA MTU change support

[PATCH net-next v6 08/14] net: lan966x: clear FDMA interrupt stickies after switch reset
 2026-09-10 13:05 UTC  (2+ messages)

[PATCH net-next v6 03/14] net: microchip: fdma: add PCIe ATU support
 2026-09-10 13:05 UTC  (2+ messages)

[PATCH bpf v3 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
 2026-09-10 12:20 UTC  (8+ messages)
` [PATCH bpf v3 1/3] bpf: Fix out-of-bounds read of sk_protocol in bpf_sock_destroy()
` [PATCH bpf v3 2/3] tcp: Skip cond_resched() in inet_csk_listen_stop() under BPF context
` [PATCH bpf v3 3/3] selftests/bpf: Test bpf_sock_destroy() on TIME_WAIT and listener socks

[PATCHv2 bpf-next] bpf, x86: Use global buffer for trampoline size generation
 2026-09-10  9:55 UTC  (2+ messages)

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

[PATCH net-next v3] selftests/bpf: Track test_xdp_features DUT processes
 2026-09-10  9:47 UTC  (2+ messages)

[PATCH v2 bpf-next 00/18] Support inline functions in BTF
 2026-09-10  9:37 UTC  (3+ messages)
` [PATCH v2 bpf-next 03/18] libbpf: Support moving permuted BTF types into split BTF

[PATCH 5.10.y] bpf: Enforce expected_attach_type for tailcall compatibility
 2026-09-10  9:34 UTC  (3+ messages)

[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-09-10  9:05 UTC  (7+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "

[PATCH net-next v2] tcp: add TCP_ECN and TCP_ECN_OPTION socket options
 2026-09-10  8:59 UTC 

[PATCH] writeback: report a Tasks-RCU quiescent state per cgwb drain pass
 2026-09-10  8:46 UTC  (2+ messages)

[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
 2026-09-10  8:23 UTC  (3+ messages)

[PATCH bpf v2 1/2] bpf: Preserve escaped dynptr slice ancestry on subprog return
 2026-09-10  8:07 UTC  (2+ messages)

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-09-10  7:29 UTC  (8+ messages)

[PATCH bpf-next v2 1/3] bpftool: Skip non-autoload programs when generating light skeletons
 2026-09-10  5:49 UTC  (3+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Verify program FD after non-autoload programs in lskel


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox