BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-23 11:39:08 to 2026-06-24 03:15:29 UTC [more...]

[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-24  3:15 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v5 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v5 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests

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

[PATCH v4 1/2] tools/bpf/bpftool: Reset vmlinux BTF after map commands
 2026-06-24  2:50 UTC  (2+ messages)
` [PATCH v4 2/2] tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commands

[PATCH v4 0/2] tools/bpf/bpftool: Fix vmlinux BTF state cleanup
 2026-06-24  2:50 UTC 

[PATCH net v3 0/2] Drop skb metadata before LWT encapsulation
 2026-06-24  2:20 UTC  (2+ messages)

[PATCH bpf-next v8 0/7] bpf: add icmp_send kfunc
 2026-06-24  2:09 UTC  (7+ messages)
` [PATCH bpf-next v8 1/7] net: move netfilter nf_reject_fill_skb_dst to core ipv4
` [PATCH bpf-next v8 2/7] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
` [PATCH bpf-next v8 3/7] bpf: add bpf_icmp_send kfunc

[PATCH dwarves v8 0/5] pahole: Encode true signatures in kernel BTF
 2026-06-24  1:45 UTC  (8+ messages)
` [PATCH dwarves v8 1/5] dwarf_loader: Detect aggregate ABI register usage and clang compiler
` [PATCH dwarves v8 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v8 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v8 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v8 5/5] tests: Add BTF true_signature encoding tests

[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-24  1:36 UTC  (8+ 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] bpf, unix: Guard sk_msg-dependent code behind CONFIG_NET_SOCK_MSG
 2026-06-24  1:32 UTC  (14+ messages)

[PATCH bpf-next v2 0/4] Modernize resolve_btfids selftest
 2026-06-24  1:30 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v2 2/4] selftests/bpf: Modernize resolve_btfids test scaffolding
` [PATCH bpf-next v2 3/4] selftests/bpf: Fix resolve_btfids test reads of BTF ID sets in PIE builds
` [PATCH bpf-next v2 4/4] selftests/bpf: Add kfunc set test to resolve_btfids

[PATCH bpf-next v1 0/4] Modernize resolve_btfids selftest
 2026-06-24  0:59 UTC  (4+ messages)
` [PATCH bpf-next v1 4/4] selftests/bpf: Add kfunc set test to resolve_btfids

[PATCH bpf-next v2 00/15] bpf: A common way to attach struct_ops to a cgroup
 2026-06-24  0:14 UTC  (25+ messages)
` [PATCH bpf-next v2 01/15] bpf: Remove __rcu tagging in st_link->map
` [PATCH bpf-next v2 02/15] bpf: Make struct_ops tasks_rcu grace period optional
` [PATCH bpf-next v2 03/15] bpf: Add bpf_struct_ops accessor helpers
` [PATCH bpf-next v2 04/15] bpf: Remove unnecessary prog_list_prog() check
` [PATCH bpf-next v2 05/15] bpf: Replace prog_list_prog() check with direct pl->prog and pl->link check
` [PATCH bpf-next v2 06/15] bpf: Add prog_list_init_item(), prog_list_replace_item(), and prog_list_id()
` [PATCH bpf-next v2 07/15] bpf: Move LSM trampoline unlink into bpf_cgroup_link_auto_detach()
` [PATCH bpf-next v2 08/15] bpf: Add a few bpf_cgroup_array_* helper functions
` [PATCH bpf-next v2 09/15] bpf: Add infrastructure to support attaching struct_ops to cgroups
` [PATCH bpf-next v2 10/15] bpf: Allow all struct_ops to use bpf_dynptr_from_skb()
` [PATCH bpf-next v2 11/15] bpf: tcp: Support selected sock_ops callbacks as struct_ops
` [PATCH bpf-next v2 12/15] bpf: tcp: Support parse/len/write header option hooks in bpf_tcp_ops
` [PATCH bpf-next v2 13/15] libbpf: Support attaching struct_ops to a cgroup
` [PATCH bpf-next v2 14/15] selftests/bpf: Test "
` [PATCH bpf-next v2 15/15] selftests/bpf: Add test for bpf_tcp_ops header option hooks

[PATCH bpf-next v3 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-06-24  0:12 UTC  (2+ messages)
` [PATCH "

[PATCH bpf-next 3/5] selftests/bpf: libarena: Clean up allocation state before buddy tests
 2026-06-23 23:42 UTC  (3+ messages)

[PATCH bpf-next 0/5] selftests/bpf: libarena cleanup and bitmap struct
 2026-06-23 23:30 UTC  (4+ messages)
` [PATCH bpf-next 4/5] selftests/bpf: Add arena-based bitmap data structure

[PATCH bpf v4] selftests/bpf: Cover partial copy of non-linear test_run output
 2026-06-23 23:18 UTC  (2+ messages)

[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
 2026-06-23 22:46 UTC  (13+ messages)
` [PATCH bpf-next v7 02/11] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
` [PATCH bpf-next v7 04/11] bpf: Introduce global percpu data
` [PATCH bpf-next v7 05/11] libbpf: Probe percpu data feature
` [PATCH bpf-next v7 06/11] libbpf: Add support for global percpu data
` [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/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
 2026-06-23 22:41 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover MEM_ALLOC access "

[PATCH bpf v9 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-06-23 23:14 UTC  (14+ messages)
` [PATCH bpf v9 1/8] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH bpf v9 2/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH bpf v9 3/8] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH bpf v9 4/8] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH bpf v9 5/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH bpf v9 6/8] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH bpf v9 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH bpf v9 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure

[PATCH bpf-next v2 00/17] Redesign Verification Errors
 2026-06-23 21:57 UTC  (7+ messages)
` [PATCH bpf-next v2 02/17] bpf: Add source and instruction diagnostic context
` [PATCH bpf-next v2 03/17] bpf: Add verifier diagnostic event log
` [PATCH bpf-next v2 04/17] bpf: Prune verifier diagnostics on backtracking

[PATCH bpf-next v4 1/2] bpf: Reject offset refcount acquire arguments
 2026-06-23 21:52 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-23 21:50 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets

[PATCH v3 1/2] tools/bpf/bpftool: Reset vmlinux BTF after map commands
 2026-06-23 21:45 UTC  (4+ messages)
` [PATCH v3 2/2] tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commands

[PATCH v2] bpf: have bpf_real_data_inode() take a struct file
 2026-06-23 21:31 UTC  (4+ messages)

[PATCH bpf 0/2] bpf: Preserve rdonly_cast dynptr slice lifetime
 2026-06-23 21:27 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: Preserve dynptr slice lifetime across rdonly_cast

[PATCHv2 bpf-next 0/3] bpf: tracing_multi link info support
 2026-06-23 21:11 UTC  (10+ messages)
` [PATCHv2 bpf-next 1/3] bpf: Add "
` [PATCHv2 bpf-next 2/3] selftests/bpf: Add tracing_multi link info tests
` [PATCHv2 bpf-next 3/3] bpftool: Add tracing_multi link info output

[PATCH net] net, bpf: check master for NULL in xdp_master_redirect()
 2026-06-23 21:10 UTC  (8+ messages)

[PATCH] bpf: allow BPF_LOG_KERNEL from kernel space
 2026-06-23 20:50 UTC  (2+ messages)

[PATCH net-next 0/3] selftests/xsk: stabilize timeout test behavior
 2026-06-23 20:50 UTC  (9+ messages)

[PATCH] libbpf: bounds-check float size in btf_dump_float_data()
 2026-06-23 20:43 UTC  (2+ messages)

[PATCH bpf v2 0/8] bpf: Fix ring buffer handling
 2026-06-23 20:27 UTC  (7+ messages)
` [PATCH bpf v2 6/8] bpf: user_ringbuf: Handle position wrap
` [PATCH bpf v2 7/8] libbpf: ringbuf: Use compiler atomics
` [PATCH bpf v2 8/8] libbpf: ringbuf: Prevent missed wakeups

[PATCH bpf-next v4 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-23 19:45 UTC  (7+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v4 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-06-23 19:11 UTC  (3+ messages)

[PATCH v12 00/12] VMSCAPE optimization for BHI variant
 2026-06-23 18:13 UTC  (19+ messages)
` [PATCH v12 01/12] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v12 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v12 03/12] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v12 04/12] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v12 05/12] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v12 06/12] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v12 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()
` [PATCH v12 08/12] KVM: Define EXPORT_STATIC_CALL_FOR_KVM()
` [PATCH v12 09/12] x86/vmscape: Use static_call() for predictor flush
` [PATCH v12 10/12] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v12 11/12] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v12 12/12] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH] sched_ext: Print deprecation warnings only once
 2026-06-23 17:33 UTC  (5+ messages)

[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
 2026-06-23 17:10 UTC  (4+ messages)

[PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
 2026-06-23 16:58 UTC  (6+ messages)

[PATCH v6 0/8] bootconfig: embed kernel.* cmdline at build time
 2026-06-23 16:27 UTC  (10+ messages)
` [PATCH v6 1/8] bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()
` [PATCH v6 2/8] bootconfig: render descendant keys when xbc_snprint_cmdline() root has a value
` [PATCH v6 3/8] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [PATCH v6 4/8] bootconfig: clean build-time tools/bootconfig from make clean
` [PATCH v6 5/8] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH v6 6/8] Documentation: bootconfig: document build-time cmdline rendering
` [PATCH v6 7/8] bootconfig: skip runtime kernel.* render once prepended early
` [PATCH v6 8/8] x86/setup: prepend embedded bootconfig cmdline before parse_early_param

[PATCH] rcu: Use an intermediate irq_work to start process_srcu()
 2026-06-23 15:53 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2] netdevsim: fix use-after-free in nsim_create and __nsim_dev_port_del
 2026-06-23 14:44 UTC 

[PATCH net 0/7] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-06-23 13:32 UTC  (8+ messages)
` [PATCH net 1/7] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH net 2/7] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH net 3/7] xsk: drain continuation descs on invalid descriptor in __xsk_generic_xmit()
` [PATCH net 4/7] xsk: reclaim offending invalid desc in generic multi-buffer Tx
` [PATCH net 5/7] xsk: reclaim invalid multi-buffer Tx descs in ZC path
` [PATCH net 6/7] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH net 7/7] selftests/xsk: account invalid multi-buffer Tx descriptors

[PATCH bpf-next v2 0/2] bpf: Mask pseudo pointer values in verifier logs
 2026-06-23 13:05 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover pseudo-BTF ksym log masking

[PATCH bpf-next 0/2] bpf: support shift operations with non-const source operand
 2026-06-23 12:42 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: support shift operations with non-const src operand
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for non-const src shift with bounded dst

[PATCH bpf-next v4 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests
 2026-06-23 12:36 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