BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-09 19:13:51 to 2026-09-10 16:47:47 UTC [more...]

[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
 2026-09-10 16:46 UTC  (12+ 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

[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 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-10 16:15 UTC  (3+ messages)
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page

[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 v2 0/4] tools build: Fixes for libbfd -lzstd dependency
 2026-09-10 15:37 UTC  (14+ messages)
` [PATCH v2 1/4] tools build: Add explicitly sequenced -lzstd to libbfd feature fallback
` [PATCH v2 2/4] perf "
` [PATCH v2 3/4] bpftool: "
` [PATCH v2 4/4] objtool: Add explicitly sequenced -lzstd to libopcodes fallback

[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  (3+ 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 1/2] bpf: Fix divide-by-zero in btf_struct_walk()
 2026-09-10 12:22 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test BTF walk into a flexible array of zero-sized elements

[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

[PATCH bpf 1/6] bpf: Avoid quadratic successor rescan in bpf_compute_scc
 2026-09-10 12:22 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 bpf] bpf: fix reading neigh ha in bpf_fib_lookup()
 2026-09-10 11:31 UTC  (5+ messages)

[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  (7+ messages)
` [PATCH v2 bpf-next 01/18] btf: Extend UAPI to support BTF location (inline site) info
` [PATCH v2 bpf-next 02/18] libbpf: Add support for BTF kinds LOC[_PARAM|_PROTO|SEC]
` [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  (8+ 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 0/2] bpf: Preserve escaped dynptr slice ancestry
 2026-09-10  8:07 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Preserve escaped dynptr slice ancestry on subprog return
` [PATCH bpf v2 2/2] selftests/bpf: Test dynptr slices escaping a call frame

[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

[PATCH bpf v2 0/2] bpf: Invalidate iterator-owned BTF pointers
 2026-09-10  4:40 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: Invalidate iterator-owned BTF pointers on destroy
` [PATCH bpf v2 2/2] selftests/bpf: Reject task VMA snapshot use after destroy

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

[PATCH v2 0/5] x86/cpu: Refactor identify_cpu()
 2026-09-10  2:32 UTC  (3+ messages)
` [PATCH v2 1/5] x86/cpu: Factor init_cpu_info() out of identify_cpu()

[PATCH bpf v3] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-09-10  1:46 UTC  (2+ messages)

[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
 2026-09-09 23:08 UTC  (29+ messages)
` [PATCH bpf-next v3 01/15] lsm: Add the LSM policy object lifetime hooks
` [PATCH bpf-next v3 02/15] lsm: Add the bprm_apply_policy_object LSM hook
` [PATCH bpf-next v3 03/15] lsm: Move the lsm_for_each_hook() macro to security/lsm.h
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
` [PATCH bpf-next v3 05/15] lsm: Add the bpf_lsm_policy_from_fd kfunc
` [PATCH bpf-next v3 06/15] lsm: Add the bpf_lsm_policy_acquire kfunc
` [PATCH bpf-next v3 07/15] lsm: Add the bpf_lsm_policy_apply_bprm kfunc
` [PATCH bpf-next v3 08/15] lsm: Document the LSM policy object interface
` [PATCH bpf-next v3 09/15] selftests/bpf: Add tests for the LSM policy object kfuncs
` [PATCH bpf-next v3 10/15] landlock: Expose the ruleset fd lookup to the rest of Landlock
` [PATCH bpf-next v3 11/15] landlock: Factor the credential restriction out of landlock_restrict_self()
` [PATCH bpf-next v3 12/15] landlock: Free rulesets after an RCU grace period
` [PATCH bpf-next v3 13/15] landlock: Implement the LSM policy object hooks
` [PATCH bpf-next v3 14/15] selftests/bpf: Test the LSM policy object kfuncs with Landlock
` [PATCH bpf-next v3 15/15] landlock: Document the BPF policy interface

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

[PATCH v13 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-09 21:20 UTC  (2+ messages)

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

[PATCH bpf-next v1 16/22] bpf: Drop redundant BTF pointer helper write rejection
 2026-09-09 20:48 UTC  (3+ messages)

[PATCH bpf-next v1 12/22] bpf: Resolve BTF ID of ARG_PTR_TO_BTF_ID in kfunc bpf_func_proto
 2026-09-09 20:42 UTC  (3+ messages)

[PATCH 5.15.y] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-09-09 20:26 UTC  (2+ messages)

[PATCH 5.10.y] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-09-09 20:25 UTC 

[PATCH] mm/nommu: Reject wrapping ranges in access_remote_vm()
 2026-09-09 20:11 UTC  (3+ messages)


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