messages from 2026-06-29 08:55:08 to 2026-06-30 19:17:59 UTC [more...]
[RFC PATCH bpf-next v1 0/7] xdp: RX checksum metadata hint and checksum assertion over redirect
2026-06-30 19:15 UTC (3+ messages)
` [RFC PATCH bpf-next v1 1/7] xdp: let XDP programs assert the RX checksum "
` [RFC PATCH bpf-next v1 2/7] selftests/bpf: add test for bpf_xdp_assert_rx_csum over cpumap
[PATCH net-next v7 0/5] veth: add Byte Queue Limits (BQL) support
2026-06-30 19:07 UTC (5+ messages)
` [PATCH net-next v7 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
[PATCH v4 bpf-next 0/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-06-30 18:54 UTC (8+ messages)
` [PATCH v4 bpf-next 1/3] security: pass inode_init_security xattrs via struct lsm_xattrs
` [PATCH v4 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
` [PATCH v4 bpf-next 3/3] selftests/bpf: add tests for bpf_init_inode_xattr kfunc
[PATCH bpf-next v3 0/2] bpf: Enforce gotox targets against subprog bounds
2026-06-30 18:49 UTC (8+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add cross-subprog gotox target coverage
[PATCH bpf-next] libbpf: fix -Wformat warnings from format/argument type mismatches
2026-06-30 18:32 UTC (3+ messages)
[PATCH] libbpf: Add length checks for path parameters before memory allocation
2026-06-30 18:12 UTC (5+ messages)
[PATCH bpf-next v1] selftests/bpf: Add benchmark for tail call performance
2026-06-30 18:10 UTC (4+ messages)
[PATCH bpf] selftests/bpf: Skip libarena when the BPF backend lacks 32-bit arena cmpxchg
2026-06-30 18:06 UTC (3+ messages)
Verifier aspects of (was Re: gcc [RFC] bpf: don't synthesize sign_extend for ISA v4)
2026-06-30 18:05 UTC
[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-06-30 17:13 UTC (12+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
[PATCH bpf-next] bpf: reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
2026-06-30 15:31 UTC (2+ messages)
[PATCH net 0/3] Fix broken TC_ACT_REDIRECT from qdiscs
2026-06-30 15:23 UTC (8+ messages)
` [PATCH net 1/3] bpf: Reject redirect helpers without a bpf_net_context
` [PATCH net 2/3] net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains
` [PATCH net 3/3] selftests/bpf: Add test for redirect from qdisc qevent block
[PATCH bpf-next v4 0/2] bpf, sockmap: disallow sockmap mutation from tc, xdp, socket_filter and flow_dissector
2026-06-30 15:14 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] bpf, sockmap: disallow update and delete "
` [PATCH bpf-next v4 2/2] selftests/bpf: drop tc/xdp/flow_dissector/socket_filter sockmap mutation tests
[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
2026-06-30 14:48 UTC (6+ messages)
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10
[syzbot] [bpf?] BUG: using smp_processor_id() in preemptible code in bpf_mem_cache_free_rcu
2026-06-30 14:46 UTC (13+ messages)
` [PATCH] bpf: Fix smp_processor_id() call trace for preemptible kernels
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[RFC PATCH bpf 0/6] bpf: Disallow interpreter fallback for interpreter-unsupported insns
2026-06-30 14:36 UTC (4+ messages)
` [RFC PATCH bpf 1/6] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
[PATCH] tools/sched_ext: use btf_vlen() helper in compat.h
2026-06-30 14:24 UTC (7+ messages)
` [PATCH v2] "
[PATCH 0/1] Introduce an instrumented profiler using BpfTrace
2026-06-30 14:23 UTC (3+ messages)
` [PATCH 1/1] tools/bpftrace: Add a simple instrumented kernel profiler
PROBLEM: BPF interpreter fallback after JIT compilation of BPF_ADDR_PERCPU leads to kernel panic
2026-06-30 12:08 UTC (3+ messages)
[PATCH v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
2026-06-30 12:01 UTC
[PATCH bpf v9 0/8] powerpc/bpf: address missing verifier selftest coverage
2026-06-30 11:35 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: Mask socket type flags in mptcpify prog
2026-06-30 11:09 UTC (2+ messages)
[PATCH stable/linux-5.10.y 0/7] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-30 11:01 UTC (6+ messages)
` [PATCH stable/linux-5.10.y 1/7] ovl: pass layer mnt to ovl_open_realfile()
[PATCH bpf-next 0/2] bpf: Reject arena frees below the arena base
2026-06-30 10:12 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover scalar arena frees below the base
[PATCH net v3] net/smc: fix out-of-bounds read when sk_user_data holds a sk_psock
2026-06-30 9:52 UTC (2+ messages)
[PATCH bpf-next v5] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
2026-06-30 9:23 UTC (3+ messages)
` [syzbot ci] "
[PATCH bpf-next v3 0/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
2026-06-30 9:03 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds
` [PATCH bpf-next v3 2/2] selftests/bpf: Cover MEM_ALLOC access "
[PATCH bpf-next v3 0/2] bpf, sockmap: disallow sockmap mutation from tc, xdp and flow_dissector
2026-06-30 7:14 UTC (9+ messages)
` [PATCH bpf-next v3 1/2] bpf, sockmap: disallow update and delete "
` [PATCH bpf-next v3 2/2] selftests/bpf: drop tc/xdp/flow_dissector sockmap mutation tests
[PATCH bpf-next v8 0/9] bpf: Introduce global percpu data
2026-06-30 5:54 UTC (14+ messages)
` [PATCH bpf-next v8 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v8 2/9] bpf: Introduce global percpu data
` [PATCH bpf-next v8 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v8 4/9] libbpf: Add support for global percpu data
` [PATCH bpf-next v8 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v8 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v8 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v8 8/9] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v8 9/9] selftests/bpf: Verify bpf_iter "
[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
2026-06-30 5:42 UTC (8+ messages)
[PATCH bpf-next v6] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
2026-06-30 3:37 UTC (2+ messages)
[PATCH v1 0/4] Optimize BPF tailcall for LoongArch
2026-06-30 3:20 UTC (7+ messages)
` [PATCH v1 1/4] LoongArch: BPF: Optimize redundant TCC loads in epilogue
` [PATCH v1 2/4] LoongArch: BPF: Move arena register slot below TCC context
` [PATCH v1 3/4] LoongArch: BPF: Refactor jump offset calculation in tail call
` [PATCH v1 4/4] LoongArch: BPF: Implement branchless conditional move for TCC
[RFC PATCH bpf-next 00/12] bpf: Introduce static-defined tracing probe for BPF
2026-06-30 2:29 UTC (11+ messages)
[PATCH bpf-next v4] bpf: Fix unaligned interpreter panic on JIT fallback path
2026-06-30 1:13 UTC (2+ messages)
[PATCH net v3] net: ti: icssg-prueth: fix XDP_TX from the AF_XDP zero-copy RX path
2026-06-30 1:12 UTC (2+ messages)
[PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
2026-06-29 21:40 UTC (7+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
[PATCHv4 bpf-next 0/3] bpf: tracing_multi link info support
2026-06-29 21:34 UTC (6+ messages)
` [PATCHv4 bpf-next 1/3] bpf: Add "
` [PATCHv4 bpf-next 2/3] selftests/bpf: Add tracing_multi link info tests
` [PATCHv4 bpf-next 3/3] bpftool: Add tracing_multi link info output
[PATCHv3 bpf-next 0/3] bpf: tracing_multi link info support
2026-06-29 20:51 UTC (10+ messages)
` [PATCHv3 bpf-next 1/3] bpf: Add "
` [PATCHv3 bpf-next 2/3] selftests/bpf: Add tracing_multi link info tests
` [PATCHv3 bpf-next 3/3] bpftool: Add tracing_multi link info output
[PATCH v3 net-next] selftests/xsk: Preserve UMEM view in BIDIRECTIONAL test
2026-06-29 19:12 UTC
[PATCH net 0/7] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
2026-06-29 19:06 UTC (3+ messages)
` [PATCH net 5/7] xsk: reclaim invalid multi-buffer Tx descs in ZC path
[PATCH] selftests/bpf: Mask socket type flags in mptcpify prog
2026-06-29 18:12 UTC (2+ messages)
[PATCH v2] bpf: allow BPF_LOG_KERNEL from kernel space
2026-06-29 16:45 UTC (3+ messages)
[PATCH net] net/sched: act_bpf: use rcu_dereference_bh() to read the filter
2026-06-29 16:38 UTC (2+ messages)
[PATCH bpf-next v4 0/6] Mixing bpf2bpf and tailcalls for RV64
2026-06-29 16:19 UTC (12+ messages)
` [PATCH bpf-next v4 1/6] bpf: Extract the is_struct_ops_tramp helper
` [PATCH bpf-next v4 2/6] riscv, bpf: Remove redundant ctx->offset initialization
` [PATCH bpf-next v4 3/6] riscv, bpf: Using kvzalloc_objs to allocate cache buffer
` [PATCH bpf-next v4 4/6] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v4 5/6] riscv, bpf: Mixing bpf2bpf and tailcalls
` [PATCH bpf-next v4 6/6] selftests/bpf: Remove tailcalls tests from DENYLIST.riscv64
[PATCH net 0/3 v2] Fix broken TC_ACT_REDIRECT
2026-06-29 14:08 UTC (9+ messages)
` [PATCH net 1/3 v2] net: Extend bpf_net_context lifetime to cover qdisc enqueue
` [PATCH net 2/3 v2] net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains
` [PATCH net 3/3 v2] selftests/tc-testing: Verify bpf redirect on RED block with preceding clsact (egress) classifier
[PATCH v4 0/3] Use BTF to trim return values
2026-06-29 13:19 UTC (7+ messages)
` [PATCH v4 1/3] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled
` [PATCH v4 2/3] fgraph: Enhance funcgraph-retval with BTF-based type-aware output
[PATCH v3] xsk: fix memory corruptions in net/core/xdp.c
2026-06-29 11:15 UTC (3+ messages)
[PATCH net 0/3] Fix broken TC_ACT_REDIRECT
2026-06-29 10:47 UTC (4+ messages)
` [PATCH net 1/3] net: Extend bpf_net_context lifetime to cover qdisc enqueue
[PATCH bpf-next v10 0/5] bpf: add icmp_send kfunc
2026-06-29 10:35 UTC (6+ messages)
` [PATCH bpf-next v10 1/5] bpf: add bpf_icmp_send kfunc
[PATCH bpf 0/2] LoongArch: BPF: Fix tail call count handling
2026-06-29 8:55 UTC (2+ messages)
` [PATCH bpf v2] LoongArch: BPF: Fix tail call count pointer offset for arena programs
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