BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-24 21:23:07 to 2026-06-26 15:44:06 UTC [more...]

[RFC PATCH bpf 0/6] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-06-26 15:43 UTC  (2+ messages)
` [RFC PATCH bpf 1/6] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-06-26 15:28 UTC  (13+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types

[PATCH RFC 0/4] memcg,slab: kmalloc_nolock() fixes
 2026-06-26 15:10 UTC  (14+ messages)
` [PATCH RFC 1/4] mm/memcontrol: do not drain objcg stock when spinning is not allowed
` [PATCH RFC 2/4] mm/slab: handle allow_spin in slab_free_hook() instead of open coding
` [PATCH RFC 3/4] mm/slab: fix a deadlock in memcg_alloc_abort_single()
` [PATCH RFC 4/4] mm/slab: serialize defer_free_barrier()

[PATCH v7 0/9] bootconfig: embed kernel.* cmdline at build time
 2026-06-26 14:53 UTC  (13+ messages)
` [PATCH v7 1/9] bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()
` [PATCH v7 2/9] bootconfig: render descendant keys when xbc_snprint_cmdline() root has a value
` [PATCH v7 3/9] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [PATCH v7 4/9] bootconfig: clean build-time tools/bootconfig from make clean
` [PATCH v7 5/9] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH v7 6/9] Documentation: bootconfig: document build-time cmdline rendering
` [PATCH v7 7/9] x86/setup: prepend embedded bootconfig cmdline before parse_early_param
` [PATCH v7 8/9] bootconfig: skip runtime kernel.* render once prepended early
` [PATCH v7 9/9] init/main.c: use bootconfig_cmdline_requested() for the runtime opt-in

[PATCH net 0/7] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-06-26 13:43 UTC  (13+ messages)
` [PATCH net 1/7] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH net 4/7] xsk: reclaim offending invalid desc in generic "

[PATCH bpf-next v3 0/2] bpf: Preserve scalar zero spills for stack reads
 2026-06-26 13:30 UTC  (8+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Cover stack reads from zero spills

[PATCH bpf-next] libbpf: fix -Wformat warnings from format/argument type mismatches
 2026-06-26 13:30 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] bpf: bpf_redirect_peer egress redirection
 2026-06-26 13:30 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Support BPF_F_EGRESS with bpf_redirect_peer
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_redirect_peer with BPF_F_EGRESS

[PATCH bpf-next v2 0/4] Modernize resolve_btfids selftest
 2026-06-26 13:30 UTC  (4+ messages)
` [PATCH bpf-next v2 4/4] selftests/bpf: Add kfunc set test to resolve_btfids

[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-26 12:27 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets

[PATCH bpf 1/1] bpf: Fix insn_aux_data leak on verifier err_free_env path
 2026-06-26 12:27 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf, sockmap: reject a packet-modifying SK_SKB stream parser
 2026-06-26 12:27 UTC  (2+ messages)

[GIT PULL] BPF fixes for 7.2-rc1
 2026-06-26 12:27 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Mask pseudo pointer values in verifier logs
 2026-06-26 12:27 UTC  (3+ messages)

[PATCH bpf] bpf: move security_bpf_prog_free() out of RCU callback
 2026-06-26  9:59 UTC  (2+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-06-26  9:43 UTC  (15+ messages)
` [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10

[PATCH] xsk: fix memory corruptions in net/core/xdp.c
 2026-06-26  9:12 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2 1/5] arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE
 2026-06-26  8:20 UTC  (2+ messages)

[PATCH 0/6] lib: rework bitreverse
 2026-06-26  8:20 UTC  (2+ messages)

[PATCH v2 stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-26  7:50 UTC  (5+ messages)
` [PATCH v2 stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH net] net: enetc: check the number of BDs needed for xdp_frame
 2026-06-26  7:32 UTC 

[PATCH v2 stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-26  7:07 UTC  (6+ messages)
` [PATCH v2 stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH net v3] net: ti: icssg-prueth: fix XDP_TX from the AF_XDP zero-copy RX path
 2026-06-26  6:31 UTC  (2+ messages)

[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
 2026-06-26  6:04 UTC  (11+ messages)

[PATCH v2] resolve_btfids: preserve tag and parameter names when processing implicit args
 2026-06-26  5:26 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] Verify BPF signed loader at load time
 2026-06-26  2:01 UTC  (11+ messages)
` [PATCH bpf-next v2 1/5] bpf: Verify signed loader metadata "

[PATCH bpf v4] selftests/bpf: Cover partial copy of non-linear test_run output
 2026-06-26  0:48 UTC  (4+ messages)

[PATCH] libbpf: poison unresolved weak kfuncs in light skeletons
 2026-06-26  0:45 UTC  (3+ messages)

[PATCH bpf 1/2] bpf: Avoid eliding lookup NULLness for inner map templates
 2026-06-26  0:44 UTC  (3+ messages)

[PATCH bpf-next v3 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-06-25 20:47 UTC  (9+ messages)
` [PATCH "

[PATCH bpf-next v2 0/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
 2026-06-25 20:34 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds

[PATCH v2] bpf: allow BPF_LOG_KERNEL from kernel space
 2026-06-25 20:01 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-25 19:51 UTC  (4+ messages)
` [PATCH bpf-next v2 1/4] bpf: Initialize the l3mdev field for the fib lookup flow

[PATCH net v2] seg6: validate SRH length before reading fixed fields
 2026-06-25 19:49 UTC  (2+ messages)

[PATCH bpf-next 0/5] selftests/bpf: libarena cleanup and bitmap struct
 2026-06-25 19:15 UTC  (3+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: libarena: Fix can-loop zero variable definition

[PATCH bpf 0/2] bpf: Keep fastcall stack slots for helper stack reads
 2026-06-25 18:35 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: Keep fastcall spills "
` [PATCH bpf 2/2] selftests/bpf: Cover fastcall "

[PATCH] selftests: Open /dev/udmabuf O_RDONLY
 2026-06-25 18:15 UTC 

[PATCH dwarves v10 0/5] pahole: Encode true signatures in kernel BTF
 2026-06-25 17:59 UTC  (12+ messages)
` [PATCH dwarves v10 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
` [PATCH dwarves v10 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v10 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v10 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v10 5/5] tests: Add BTF true_signature encoding tests

[PATCH bpf-next v2] bpf, unix: Guard sk_msg-dependent code behind CONFIG_NET_SOCK_MSG
 2026-06-25 17:53 UTC  (12+ messages)

(no subject)
 2026-06-25 18:35 UTC  (5+ messages)
` [PATCH 1/2] bpf: preserve rx_queue_index across XDP redirects

[PATCH bpf-next v10 0/5] bpf: add icmp_send kfunc
 2026-06-25 16:49 UTC  (8+ messages)
` [PATCH bpf-next v10 1/5] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v10 2/5] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb tests
` [PATCH bpf-next v10 3/5] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb IPv6 tests
` [PATCH bpf-next v10 4/5] selftests/bpf: add bpf_icmp_send recursion test
` [PATCH bpf-next v10 5/5] selftests/bpf: add bpf_icmp_send no route test

[PATCH net-next] selftests/xsk: preserve UMEM view in bidi test
 2026-06-25 15:29 UTC  (8+ messages)

[PATCH v2] libbpf: bounds-check float size in btf_dump_float_data()
 2026-06-25 15:21 UTC  (2+ messages)
` [PATCH] "

[PATCH v2 net-next] selftests/xsk: Preserve UMEM view in BIDIRECTIONAL test
 2026-06-25 13:40 UTC  (2+ messages)

[PATCH 6.12.y] net: add missing ns_capable check for peer netns
 2026-06-25 11:37 UTC  (2+ messages)

[stable/linux-6.12.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-25 11:31 UTC  (2+ messages)

[stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-25 11:06 UTC  (5+ messages)
` [stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-25 11:00 UTC  (8+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-25 10:48 UTC  (14+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Don't leak UDP socks on lookup-bind-release
` [PATCH bpf 2/2] selftests/bpf: Add test for UDP sock leak on sockmap lookup-bind-release

[PATCH bpf-next v2 0/2] bpf: Preserve scalar zero spills for var-offset stack reads
 2026-06-25 10:26 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover var-offset stack reads from zero spills

[PATCH bpf 0/2] LoongArch: BPF: Fix tail call count handling
 2026-06-25  8:32 UTC  (3+ messages)
` [PATCH bpf 1/2] LoongArch: BPF: Fix tail call count pointer offset for arena programs
` [PATCH bpf 2/2] LoongArch: BPF: Don't charge an empty prog_array slot to the tail call count

[PATCH bpf 1/2] bpf: Preserve link info metadata on ENOSPC
 2026-06-25  7:14 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: support shift operations with non-const src operand
 2026-06-25  6:47 UTC  (3+ messages)

[PATCH bpf-next v2 00/17] Redesign Verification Errors
 2026-06-25  6:05 UTC  (15+ messages)
` [PATCH bpf-next v2 08/17] bpf: Report Register Type Safety errors
` [PATCH bpf-next v2 09/17] bpf: Report Memory Safety bounds errors
` [PATCH bpf-next v2 10/17] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v2 11/17] bpf: Report Call Type Safety argument errors
` [PATCH bpf-next v2 13/17] bpf: Report Program Structure CFG errors
` [PATCH bpf-next v2 14/17] bpf: Report Policy helper and kfunc errors
` [PATCH bpf-next v2 16/17] bpf: Report Verifier Internal errors

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-25  5:27 UTC  (6+ messages)
` [PATCH for-next v3 7/9] mm/slab: introduce kfree_rcu_nolock()

[ANNOUNCE/CFP] Linux Plumbers 2026 Containers and Checkpoint/Restore Microconference
 2026-06-25  3:55 UTC 

[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
 2026-06-25  2:47 UTC  (16+ messages)
` [PATCH bpf-next v7 06/11] libbpf: Add support for "
` [PATCH bpf-next v7 07/11] bpftool: Generate skeleton "
` [PATCH bpf-next v7 09/11] selftests/bpf: Add test to verify accessing rdonly percpu_array

[PATCH bpf-next v2 0/5] bpf: add bpf_memcmp and bpf_strpbrk kfuncs
 2026-06-25  2:24 UTC  (3+ messages)
  `  "

[PATCH net] net: mana: Fall back to standard MTU when PF reports adapter_mtu of 0
 2026-06-25  1:08 UTC  (2+ messages)

[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
 2026-06-24 23:45 UTC  (9+ messages)

[PATCH bpf-next v2 0/4] selftests/bpf: Add some tests for LoongArch
 2026-06-24 22:18 UTC  (3+ messages)

[PATCH v12 00/12] VMSCAPE optimization for BHI variant
 2026-06-24 22:03 UTC  (5+ messages)
` [PATCH v12 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()

[PATCH bpf-next v9 0/5] bpf: add icmp_send kfunc
 2026-06-24 21:24 UTC  (9+ messages)
` [PATCH bpf-next v9 1/5] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v9 3/5] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb IPv6 tests
` [PATCH bpf-next v9 4/5] selftests/bpf: add bpf_icmp_send recursion test
` [PATCH bpf-next v9 5/5] selftests/bpf: add bpf_icmp_send no route test


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