messages from 2026-06-23 17:33:55 to 2026-06-24 11:32:05 UTC [more...]
[PATCHv2 bpf-next 0/3] bpf: tracing_multi link info support
2026-06-24 11:32 UTC (9+ messages)
` [PATCHv2 bpf-next 1/3] bpf: Add "
` [PATCHv2 bpf-next 3/3] bpftool: Add tracing_multi link info output
[PATCH net v2] net: ti: icssg-prueth: fix XDP_TX from the AF_XDP zero-copy RX path
2026-06-24 11:22 UTC (3+ messages)
[PATCH bpf 1/2] bpf: Preserve link info metadata on ENOSPC
2026-06-24 11:18 UTC (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Cover "
[PATCH bpf-next v2] bpf, unix: Guard sk_msg-dependent code behind CONFIG_NET_SOCK_MSG
2026-06-24 10:40 UTC (15+ messages)
[PATCH net v2] seg6: validate SRH length before reading fixed fields
2026-06-24 10:32 UTC (2+ messages)
[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
2026-06-24 10:27 UTC (5+ messages)
[PATCH] libbpf: bounds-check float size in btf_dump_float_data()
2026-06-24 10:23 UTC (4+ messages)
` [PATCH v2] "
[PATCH bpf 0/2] bpf: Keep fastcall stack slots for helper stack reads
2026-06-24 10:01 UTC (5+ messages)
` [PATCH bpf 1/2] bpf: Keep fastcall spills "
` [PATCH bpf 2/2] selftests/bpf: Cover fastcall "
[PATCH bpf-next v8 0/7] bpf: add icmp_send kfunc
2026-06-24 9:59 UTC (12+ 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 bpf-next v8 4/7] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb tests
` [PATCH bpf-next v8 7/7] selftests/bpf: add bpf_icmp_send recursion test
[PATCH bpf-next v2 0/5] bpf: add bpf_memcmp and bpf_strpbrk kfuncs
2026-06-24 9:49 UTC (9+ messages)
` [PATCH bpf-next v2 1/5] bpf: add bpf_memcmp kfunc
` [PATCH bpf-next v2 2/5] selftests/bpf: rename local bpf_memcmp to avoid conflict
` [PATCH bpf-next v2 3/5] selftests/bpf: add tests for bpf_memcmp
` [PATCH bpf-next v2 4/5] bpf: add bpf_strpbrk kfunc
` [PATCH bpf-next v2 5/5] selftests/bpf: add tests for bpf_strpbrk
[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-06-24 9:33 UTC (6+ 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 v2] sched_ext: Avoid flooding the log with deprecation warnings
2026-06-24 9:27 UTC
[PATCH dwarves v7 0/5] pahole: Encode true signatures in kernel BTF
2026-06-24 9:28 UTC (5+ messages)
[PATCH] rcu: Use an intermediate irq_work to start process_srcu()
2026-06-24 8:55 UTC (9+ messages)
` [PATCH v2] "
[PATCH] xsk: fix memory corruptions in net/core/xdp.c
2026-06-24 8:53 UTC (2+ messages)
[PATCH v6 0/8] bootconfig: embed kernel.* cmdline at build time
2026-06-24 8:47 UTC (5+ messages)
` [PATCH v6 6/8] Documentation: bootconfig: document build-time cmdline rendering
` [PATCH v6 8/8] x86/setup: prepend embedded bootconfig cmdline before parse_early_param
[PATCH] sched_ext: Print deprecation warnings only once
2026-06-24 8:25 UTC (6+ messages)
[PATCH bpf 1/2] bpf: Avoid eliding lookup NULLness for inner map templates
2026-06-24 7:41 UTC (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add inner map template lookup NULLness test
[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
2026-06-24 6:28 UTC (23+ 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 v7 11/11] selftests/bpf: Add test to verify bpf_iter for global percpu data
[PATCH dwarves v9 0/6] pahole: Encode true signatures in kernel BTF
2026-06-24 5:26 UTC (7+ messages)
` [PATCH dwarves v9 1/6] dwarf_loader: Detect aggregate ABI register usage and signature changes
` [PATCH dwarves v9 2/6] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v9 3/6] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v9 4/6] btf_encoder: Emit true function signatures
` [PATCH dwarves v9 5/6] btf_encoder: Avoid comparing inlined and out-of-line function prototypes
` [PATCH dwarves v9 6/6] tests: Add BTF true_signature encoding tests
[PATCH net-next] selftests/xsk: preserve UMEM view in bidi test
2026-06-24 3:47 UTC (2+ messages)
[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 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 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 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 (2+ 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
[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 (8+ 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 (5+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
[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 (14+ messages)
` [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 v12 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
2026-06-23 18:13 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox