bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-25 09:53:01 to 2026-09-25 22:06:57 UTC [more...]

[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-25 22:06 UTC  (14+ messages)
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs

[PATCH bpf-next v1 00/12] Unify subprog argument checks
 2026-09-25 22:01 UTC  (15+ messages)
` [PATCH bpf-next v1 01/12] bpf: Fix kfunc nullability diagnostics after wide arguments
` [PATCH bpf-next v1 02/12] bpf: Identify subprog calls in argument metadata
` [PATCH bpf-next v1 03/12] bpf: Build argument prototypes for subprog calls
` [PATCH bpf-next v1 04/12] bpf: Check subprog scalar arguments in the common path
` [PATCH bpf-next v1 05/12] bpf: Check global subprog untrusted "
` [PATCH bpf-next v1 06/12] bpf: Check subprog context "
` [PATCH bpf-next v1 07/12] bpf: Check subprog arena "
` [PATCH bpf-next v1 08/12] bpf: Check subprog dynptr "
` [PATCH bpf-next v1 09/12] bpf: Check global subprog BTF-ID "
` [PATCH bpf-next v1 10/12] bpf: Track packet changes in call metadata
` [PATCH bpf-next v1 11/12] bpf: Check global subprog memory arguments in the common path
` [PATCH bpf-next v1 12/12] bpf: Check all subprog "

[PATCH bpf v3 0/7] Make sleepable arena paths use sleepable alloc_pages
 2026-09-25 21:57 UTC  (10+ messages)
` [PATCH bpf v3 1/7] bpf: Use an llist for page allocations
` [PATCH bpf v3 2/7] bpf: Add sleepable argument to bpf_alloc_pages()
` [PATCH bpf v3 3/7] bpf: Add sleepable arena page allocation path
` [PATCH bpf v3 4/7] selftests/bpf: Test large allocations for both sleepable/nonsleepable arena users
` [PATCH bpf v3 5/7] bpf: Support call-site kfunc specialization for near calls
` [PATCH bpf v3 6/7] bpf: Support call-site kfunc specialization for far calls
` [PATCH bpf v3 7/7] selftests/bpf: Test per-call site function specialization

[PATCH bpf-next v2 0/9] bpf: make the vmlinux BTF an on-demand loadable module (CONFIG_DEBUG_INFO_BTF=m) to save ~5.4 MB memory
 2026-09-25 21:42 UTC  (13+ messages)
` [PATCH bpf-next v2 1/9] bpf: pass the vmlinux BTF to btf_parse_module() and let it adopt the data
` [PATCH bpf-next v2 2/9] bpf: split the kfunc, dtor kfunc and struct_ops registration bodies
` [PATCH bpf-next v2 3/9] bpf: fetch the vmlinux BTF where kernel types enter a program
` [PATCH bpf-next v2 4/9] bpf: take the vmlinux BTF from the btf_vmlinux module
` [PATCH bpf-next v2 5/9] bpf: defer vmlinux kfunc and struct_ops registrations
` [PATCH bpf-next v2 6/9] bpf: keep module BTF until the vmlinux BTF is available
` [PATCH bpf-next v2 7/9] bpf: expose deferred .BTF.base module BTF in sysfs from module load
` [PATCH bpf-next v2 8/9] bpf, trace, net: prepare CONFIG_DEBUG_INFO_BTF checks for a tristate
` [PATCH bpf-next v2 9/9] kbuild, bpf: allow building the vmlinux BTF as a module

[PATCH dwarves 1/2] dwarf_loader: Trust the entry value register over the first location entry
 2026-09-25 21:36 UTC  (2+ messages)
` [PATCH dwarves 2/2] tests: Add test for parameters described by entry values

[PATCH bpf-next 0/6] bpf: make the vmlinux BTF an on-demand loadable module (CONFIG_DEBUG_INFO_BTF=m) to save ~5.4 MB memory
 2026-09-25 21:23 UTC  (2+ messages)

[PATCH vfs v2] bpf: Allow bpf_d_path() from filp_close_sync()
 2026-09-25 21:17 UTC  (2+ messages)

[PATCH v5 0/3] kallsyms: Accelerate symbol name lookups by ~7x
 2026-09-25 21:16 UTC  (4+ messages)
` [PATCH v5 1/3] kallsyms: Match compressed tokens on the fly during binary search
` [PATCH v5 2/3] kallsyms: Increase marker density to 16:1 to accelerate lookups
` [PATCH v5 3/3] kallsyms: Unroll 24-bit sequence reconstruction in get_symbol_seq()

[PATCH bpf-next v3 0/5] File descriptor interface for BPF streams
 2026-09-25 21:10 UTC  (4+ messages)
` [PATCH bpf-next v3 4/5] bpftool: Add option to wait for program stream output

[PATCH bpf-next v3 00/16] Misc BPF gotox fixes
 2026-09-25 21:10 UTC  (20+ messages)
` [PATCH bpf-next v3 01/16] bpf: Avoid quadratic successor rescan in bpf_compute_scc
` [PATCH bpf-next v3 02/16] bpf: Bound the number of indirect jump edges in a program
` [PATCH bpf-next v3 03/16] bpf: Rebase the exception callback subprog when dead subprogs are removed
` [PATCH bpf-next v3 04/16] bpf: Leave out the hidden exit edge of a subprogram without an exit
` [PATCH bpf-next v3 05/16] bpf: Cache the jump table of a subprogram during CFG discovery
` [PATCH bpf-next v3 06/16] bpf: Reject indirect jumps that leave their subprogram
` [PATCH bpf-next v3 07/16] bpf: Don't remove indirect jump targets in the nop removal pass
` [PATCH bpf-next v3 08/16] bpf: Clear insn array jitted pointers on map reuse
` [PATCH bpf-next v3 09/16] bpf: Clear the insn array used flag with release semantics
` [PATCH bpf-next v3 10/16] bpf: Retarget indirect jump targets across prologue prepends
` [PATCH bpf-next v3 11/16] selftests/bpf: Add tests for the indirect jump edge limit
` [PATCH bpf-next v3 12/16] selftests/bpf: Add a test for a tail call in a subprogram without an exit
` [PATCH bpf-next v3 13/16] selftests/bpf: Add tests for indirect jumps across subprograms
` [PATCH bpf-next v3 14/16] selftests/bpf: Add a test for gotox nop targets
` [PATCH bpf-next v3 15/16] selftests/bpf: Add tests for gotox targets across prologue prepends
` [PATCH bpf-next v3 16/16] selftests/bpf: Add a test for an exception callback behind a dead subprog

[PATCH net-next v8 15/15] misc: lan966x-pci: dts: add fdma interrupt to overlay
 2026-09-25 20:52 UTC  (2+ messages)

[PATCH net-next v8 14/15] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
 2026-09-25 20:52 UTC  (2+ messages)

[PATCH net-next v8 00/15] net: lan966x: add support for PCIe FDMA
 2026-09-25 20:52 UTC  (10+ messages)
` [PATCH net-next v8 10/15] net: lan966x: add shutdown callback to stop the FDMA on reboot
` [PATCH net-next v8 11/15] net: lan966x: add PCIe FDMA support
` [PATCH net-next v8 13/15] net: lan966x: add PCIe FDMA XDP support

[PATCH net-next v8 12/15] net: lan966x: add PCIe FDMA MTU change support
 2026-09-25 20:52 UTC  (2+ messages)

[PATCH net-next v8 09/15] net: lan966x: clear FDMA interrupt stickies after switch reset
 2026-09-25 20:52 UTC  (2+ messages)

[PATCH net-next v8 03/15] net: microchip: fdma: add PCIe ATU support
 2026-09-25 20:52 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] BTF inline functionality followups
 2026-09-25 20:35 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Verify BTF_KIND_LOC_PARAM vlen, flags
` [PATCH v2 bpf-next 2/3] bpftool: Update func representation to include function signature
` [PATCH v2 bpf-next 3/3] selftests/bpf: Fix up bpftool btf dump test for signatures

[PATCH net-next v2 00/14] skb extension for BPF metadata
 2026-09-25 20:27 UTC  (11+ messages)
` [PATCH net-next v2 03/14] bpf: Make BPF skb extension survive packet scrubbing

[PATCH bpf-next v8 0/2] bpftool: Add recursive map dumping
 2026-09-25 20:21 UTC  (5+ messages)
` [PATCH bpf-next v8 1/2] "
` [PATCH bpf-next v8 2/2] selftests/bpf: Cover recursive bpftool map dumps

[PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2026-09-18 (i40e)
 2026-09-25 20:00 UTC  (5+ messages)

[PATCH 0/2] tracing: fgraph: cut the cost of the shadow stack retry loop
 2026-09-25 19:32 UTC  (4+ messages)
` [PATCH 1/2] tracing: fgraph: Raise FTRACE_RETSTACK_ALLOC_SIZE to 1024

[PATCH bpf-next v2 0/2] bpftool: Fail map dump for maps that can't be iterated
 2026-09-25 19:32 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Check that bpftool map dump fails for socket storage

[PATCH bpf-next v6 0/2] bpftool: Batch hash map dumps with bounded buffers
 2026-09-25 19:31 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] bpftool: Use batch lookups for hash map dumps
` [PATCH bpf-next v6 2/2] selftests/bpf: Check bpftool batch map dump contents

[PATCH v2 0/9] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-25 19:17 UTC  (3+ messages)
` [PATCH v2 6/9] arm64: cfi: Use CONFIG_ARM64_FUNCTION_PREFIX_NOPS for the type hash offset

[PATCH net v2] tcp: prevent stale tx timestamp keys on rtx fallback
 2026-09-25 19:15 UTC  (2+ messages)

[PATCH net v3 00/10] net: stmmac: preserve datapath state across MTU and resume failures
 2026-09-25 19:12 UTC  (4+ messages)
` [PATCH net v3 10/10] net: stmmac: retain DMA resources across MTU changes

[PATCH net v3 09/10] net: stmmac: retain PHY and PM ownership during ethtool reopening
 2026-09-25 19:12 UTC  (2+ messages)

[PATCH net v3 07/10] net: stmmac: account for failed live XDP reopening
 2026-09-25 19:12 UTC  (2+ messages)

[PATCH net v3 08/10] net: stmmac: use the tracked datapath restart for XSK pool changes
 2026-09-25 19:12 UTC  (2+ messages)

[PATCH net v3 06/10] net: stmmac: keep DMA configurations at stable addresses
 2026-09-25 19:12 UTC  (2+ messages)

[PATCH net v3 05/10] net: stmmac: unwind partially allocated DMA configurations
 2026-09-25 19:11 UTC  (2+ messages)

[PATCH net v3 03/10] net: stmmac: keep datapath state coherent after reinitialization failure
 2026-09-25 19:11 UTC  (2+ messages)

[PATCH net-next 0/6] ipv4,ipv6: convert the getsockopt switches to sockopt_t
 2026-09-25 19:02 UTC  (8+ messages)
` [PATCH net-next 1/6] ipv6: reject a negative optlen in do_ipv6_getsockopt()
` [PATCH net-next 2/6] ipv6: mcast: convert ip6_mc_msfget() to sockopt_t
` [PATCH net-next 3/6] ipv4: igmp: convert ip_mc_gsfget() "
` [PATCH net-next 4/6] ipv4: convert do_ip_getsockopt() "
` [PATCH net-next 5/6] ipv6: convert do_ipv6_getsockopt() "
` [PATCH net-next 6/6] selftests: net: getsockopt_iter: cover ip and ipv6

[PATCH net-next v8 07/12] gve: add gve_ctrl_ops for gve initialization/teardown sequences
 2026-09-25 18:56 UTC  (2+ messages)

[PATCH net-next v8 06/12] gve: simplify reset logic
 2026-09-25 18:56 UTC  (2+ messages)

[PATCH net-next v8 05/12] gve: refactor gve_init_priv for reset path
 2026-09-25 18:56 UTC  (2+ messages)

[PATCH net-next v8 01/12] gve: add struct gve_device_info to hold device properties
 2026-09-25 18:55 UTC  (2+ messages)

[PATCH v3 dwarves 0/9] Encoding of inline functions using BTF
 2026-09-25 18:51 UTC  (10+ messages)
` [PATCH v3 dwarves 1/9] dwarf_loader: Add parameter list to inlined expansions
` [PATCH v3 dwarves 2/9] dwarf_loader: Resolve inline expansion names during recoding
` [PATCH v3 dwarves 3/9] dwarf_loader: Collect inline expansion location data
` [PATCH v3 dwarves 4/9] pahole: Support inline BTF location encoding
` [PATCH v3 dwarves 5/9] btf_loader: Add "inline" annotation for inlined functions
` [PATCH v3 dwarves 6/9] btf_loader: Record inline sites in CU for BTF
` [PATCH v3 dwarves 7/9] pfunct: Print inline site information
` [PATCH v3 dwarves 8/9] tests: Validate inline BTF encoding
` [PATCH v3 dwarves 9/9] man-pages: Document --inline_sites option

[PATCH bpf-next v7 0/2] bpftool: Add recursive map dumping
 2026-09-25 17:46 UTC  (4+ messages)
` [PATCH bpf-next v7 1/2] "

[PATCH bpf] bpf, arm64: Fix jited line info off by kCFI hash
 2026-09-25 17:53 UTC 

[PATCH bpf-next v5 0/2] bpftool: Batch bounded hash map dumps
 2026-09-25 17:46 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpftool: Use batch lookups for "

[PATCH v2 bpf-next 0/8] bpf: Add bpf_tcp_ops hooks for TCP AutoLOWAT
 2026-09-25 17:33 UTC  (6+ messages)
` [PATCH v2 bpf-next 3/8] bpf: tcp: Introduce bpf_tcp_ops.{enqueue,dequeue}_rcvq()

[PATCH net-next 4/4] net: mana: Add support for CDX device ID 0x00C2
 2026-09-25 17:33 UTC  (2+ messages)

[PATCH net-next 2/4] net: mana: Move PCI transport code into gdma_pci.c
 2026-09-25 17:33 UTC  (2+ messages)

[PATCH net-next 1/4] net: mana: Introduce gdma_bus_ops for bus-specific operations
 2026-09-25 17:33 UTC  (2+ messages)

[PATCH bpf-next] bpf: Check callx operand before requiring JIT support
 2026-09-25 17:30 UTC  (2+ messages)

[PATCH bpf] bpf: Hold map BTF for the memory allocator destructor record
 2026-09-25 17:30 UTC  (2+ messages)

[PATCH net 4/8] i40e: avoid deadlock when calling unregister_netdev()
 2026-09-25 16:59 UTC  (3+ messages)

[PATCH bpf-next v2 0/1] selftests: bpf: fix test_lru_sanity3
 2026-09-25 16:42 UTC  (3+ messages)
` [PATCH bpf-next v2 1/1] selftests: bpf: size the map in test_lru_sanity3 to whole refills

[PATCH vfs v1] bpf: Allow bpf_d_path() from filp_close_sync()
 2026-09-25 15:57 UTC  (4+ messages)

[PATCH net-next v2] net: stmmac: add XDP multi-buff support for TX side
 2026-09-25 15:55 UTC  (4+ messages)

[PATCH net-next v3] net: stmmac: add XDP multi-buff support for TX side
 2026-09-25 15:54 UTC 

[PATCH bpf-next] samples/bpf: build the BPF programs with -fms-extensions
 2026-09-25 15:49 UTC 

[PATCH bpf] bpf: fs/xattr: don't assume the inode is locked in path_unlink/path_rmdir
 2026-09-25 15:22 UTC  (4+ messages)

[PATCH net 3/8] i40e: make ring pointers unreachable before freeing via rcu
 2026-09-25 15:16 UTC  (3+ messages)

[PATCH bpf-next 0/3] BTF inline functionality followups
 2026-09-25 14:58 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Verify BTF_KIND_LOC_PARAM vlen, flags
` [PATCH bpf-next 2/3] bpftool: Update func representation to include function signature
` [PATCH bpf-next 3/3] selftests/bpf: Fix up bpftool btf dump test for signatures

[PATCH bpf-next v3 0/3] bpf, x86: Support fetching AND/OR/XOR atomics in arena
 2026-09-25 14:44 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: Test "
` [PATCH bpf-next v3 3/3] sched_ext: Use fetching atomics for cmask instead of a cmpxchg loop

[RFC PATCH] mm: restrict can_spin_trylock() to preemptible context on PREEMPT_RT
 2026-09-25 14:31 UTC  (7+ messages)

[PATCH net 2/8] i40e: avoid null ptr dereference in i40e_ptp_stop()
 2026-09-25 13:30 UTC  (3+ messages)

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

[PATCH net 1/8] i40e: unregister netdev before clearing VSI on reinit failure
 2026-09-25 13:19 UTC  (3+ messages)

[PATCH bpf v4 0/3] bpf: Fix use-after-free of progs detached from busy trampolines
 2026-09-25 10:47 UTC  (6+ messages)
` [PATCH bpf v4 1/3] bpf: Wait for an RCU tasks grace period before freeing trampoline progs
` [PATCH bpf v4 2/3] bpf: Skip detached progs in trampoline images that are still in use
` [PATCH bpf v4 3/3] selftests/bpf: Detach a trampoline prog while a task sleeps before it

[PATCH bpf-next 1/2] bpf: Fix uninit read for helper mem args on partially spilled slots
 2026-09-25 10:00 UTC  (2+ messages)

[PATCH bpf v3 3/3] selftests/bpf: Detach a trampoline prog while a task sleeps before it
 2026-09-25  9:59 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;
as well as URLs for NNTP newsgroup(s).