messages from 2026-01-10 00:36:47 to 2026-01-13 01:43:31 UTC [more...]
[PATCH bpf-next 2/3] bpf: Introduce BPF_BRANCH_SNAPSHOT_F_COPY flag for bpf_get_branch_snapshot helper
2026-01-13 1:43 UTC (3+ messages)
[PATCH bpf-next v3 00/16] Remove task and cgroup local storage percpu counters
2026-01-13 0:15 UTC (15+ messages)
` [PATCH bpf-next v3 01/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v3 10/16] bpf: Support lockless unlink when freeing map or local storage
[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-12 22:43 UTC (18+ messages)
` [PATCH bpf-next v1 04/10] resolve_btfids: Support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 05/10] selftests/bpf: Add tests "
` [PATCH bpf-next v1 08/10] bpf: Add bpf_task_work_schedule_* kfuncs with KF_IMPLICIT_ARGS
[PATCH bpf-next 0/4] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
2026-01-12 22:07 UTC (6+ messages)
` [PATCH bpf-next 1/4] x86/fgraph: Fix return_to_handler regs.rsp value
` [PATCH bpf-next 2/4] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path
` [PATCH bpf-next 3/4] selftests/bpf: Fix kprobe multi stacktrace_ips test
` [PATCH bpf-next 4/4] selftests/bpf: Allow to benchmark trigger with stacktrace
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2026-01-12 21:27 UTC (8+ messages)
` [PATCHv6 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
` [PATCHv6 bpf-next 7/9] bpf: Add trampoline ip hash table
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
[PATCH net v3 0/3] virtio-net: fix the deadlock when disabling rx NAPI
2026-01-12 20:56 UTC (7+ messages)
` [PATCH net v3 1/3] virtio-net: don't schedule delayed refill worker
[PATCH bpf-next v5 0/4] Use correct destructor kfunc types
2026-01-12 20:33 UTC (7+ messages)
` [PATCH bpf-next v5 1/4] bpf: crypto: Use the correct destructor kfunc type
` [PATCH bpf-next v5 2/4] bpf: net_sched: "
` [PATCH bpf-next v5 3/4] selftests/bpf: "
` [PATCH bpf-next v5 4/4] bpf, btf: Enforce destructor kfunc type with CFI
[PATCH bpf-next v4 0/2] bpf: Recognize special arithmetic shift in the verifier
2026-01-12 20:13 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests for s>>=31 and s>>=63
[PATCH bpf-next v3 0/2] bpf: Recognize special arithmetic shift in the verifier
2026-01-12 19:58 UTC (9+ messages)
` [PATCH bpf-next v3 1/2] "
[PATCH bpf-next 0/3] properly load insn array values with offsets
2026-01-12 19:18 UTC (8+ messages)
` [PATCH bpf-next 1/3] bpf: insn array: return proper address for non-zero offsets
` [PATCH bpf-next 2/3] bpf: insn array: return EACCES for incorrect map access
` [PATCH bpf-next 3/3] selftests/bpf: add tests for loading map values with offsets
Usage of kfuncs in tracepoints
2026-01-12 19:08 UTC (3+ messages)
[PATCH] riscv, bpf: Emit fence.i for BPF_NOSPEC
2026-01-12 18:33 UTC (5+ messages)
` [tech-speculation-barriers] "
[PATCH v2 00/23] mm: BPF OOM
2026-01-12 18:20 UTC (5+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
[PATCH] bpf/verifier: implement slab cache for verifier state list
2026-01-12 18:15 UTC (2+ messages)
[PATCH v8 bpf-next 00/10] Add kind layout to BTF
2026-01-12 17:47 UTC (16+ messages)
` [PATCH v8 bpf-next 01/10] btf: add kind layout encoding to UAPI
[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
2026-01-12 17:19 UTC (22+ messages)
[PATCH bpf v2] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
2026-01-12 17:01 UTC (3+ messages)
[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
2026-01-12 15:20 UTC (22+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 02/20] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH RFC v2 03/20] mm/slab: make caches with sheaves mergeable
` [PATCH RFC v2 04/20] slab: add sheaves to most caches
` [PATCH RFC v2 05/20] slab: introduce percpu sheaves bootstrap
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC v2 07/20] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC v2 08/20] slab: add optimized sheaf refill from partial list
` [PATCH RFC v2 09/20] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC v2 10/20] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC v2 11/20] slab: remove the do_slab_free() fastpath
` [PATCH RFC v2 12/20] slab: remove defer_deactivate_slab()
` [PATCH RFC v2 13/20] slab: simplify kmalloc_nolock()
` [PATCH RFC v2 14/20] slab: remove struct kmem_cache_cpu
` [PATCH RFC v2 15/20] slab: remove unused PREEMPT_RT specific macros
` [PATCH RFC v2 16/20] slab: refill sheaves from all nodes
` [PATCH RFC v2 17/20] slab: update overview comments
` [PATCH RFC v2 18/20] slab: remove frozen slab checks from __slab_free()
` [PATCH RFC v2 19/20] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH RFC v2 20/20] mm/slub: cleanup and repurpose some "
` [PATCH v2 00/20] slab: replace cpu (partial) slabs with sheaves
[PATCH bpf-next v5 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-12 14:56 UTC (10+ messages)
` [PATCH bpf-next v5 1/9] "
` [PATCH bpf-next v5 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v5 3/9] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v5 4/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v5 5/9] bpf: Refactor reporting btf_log_true_size for btf_load
` [PATCH bpf-next v5 6/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v5 7/9] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v5 8/9] libbpf: Add common attr "
` [PATCH bpf-next v5 9/9] selftests/bpf: Add tests to verify map create failure log
[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
2026-01-12 14:36 UTC (5+ messages)
[PATCH] module: Fix kernel panic when a symbol st_shndx is out of bounds
2026-01-12 14:37 UTC (2+ messages)
[PATCH v2 00/18] rtla: Code quality and robustness improvements
2026-01-12 12:39 UTC (4+ messages)
` [PATCH v2 04/18] rtla: Replace atoi() with a robust strtoi()
[PATCHv3 bpf-next 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
2026-01-12 12:11 UTC (2+ messages)
` [PATCHv3 bpf-next 2/2] selftests/bpf: Add test for bpf_override_return helper
[PATCH net-next 00/10] Call skb_metadata_set when skb->data points past metadata
2026-01-12 11:33 UTC (21+ messages)
` [PATCH net-next 01/10] net: Document skb_metadata_set contract with the drivers
` [Intel-wired-lan] "
` [PATCH net-next 02/10] bnxt_en: Call skb_metadata_set when skb->data points past metadata
` [Intel-wired-lan] "
` [PATCH net-next 03/10] i40e: "
` [Intel-wired-lan] "
` [PATCH net-next 04/10] igb: "
` [Intel-wired-lan] "
` [PATCH net-next 05/10] igc: "
` [Intel-wired-lan] "
` [PATCH net-next 06/10] ixgbe: "
` [Intel-wired-lan] "
` [PATCH net-next 07/10] mlx5e: "
` [Intel-wired-lan] "
` [PATCH net-next 08/10] veth: "
` [Intel-wired-lan] "
` [PATCH net-next 09/10] xsk: "
` [Intel-wired-lan] "
` [PATCH net-next 10/10] xdp: "
` [Intel-wired-lan] "
[PATCH v6.6.y 0/2] Backport fixes for CVE-2025-40149
2026-01-12 11:10 UTC (5+ messages)
` [PATCH Internal v6.6.y 1/2] net: Add locking to protect skb->dev access in ip_output
` [PATCH v6.6.y 2/2] tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock()
[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
2026-01-12 10:55 UTC (3+ messages)
[PATCH bpf-next v4 0/2] bpf, x86: inline bpf_get_current_task() for x86_64
2026-01-12 10:45 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: test the jited inline of bpf_get_current_task
[PATCH] bpftool: Add 'head' option for tcx attach to insert at chain start
2026-01-12 10:20 UTC (5+ messages)
` [PATCH v3] bpftool: Add 'prepend' "
` [PATCH v4] "
[PATCH net-next v5 00/16] netkit: Support for io_uring zero-copy and AF_XDP
2026-01-12 9:15 UTC (6+ messages)
` [PATCH net-next v5 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v5 13/16] selftests/net: Add bpf skb forwarding program
[PATCH RFC v3 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-12 8:12 UTC (8+ messages)
` [PATCH RFC v3 01/10] bpf: Refactor __bpf_async_set_callback()
` [PATCH RFC v3 02/10] bpf: Factor out timer deletion helper
` [PATCH RFC v3 05/10] bpf: Enable bpf timer and workqueue use in NMI
[PATCH RFC v3 03/10] bpf: Simplify bpf_timer_cancel()
2026-01-12 7:29 UTC (4+ messages)
[PATCH 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-12 7:19 UTC (4+ messages)
` [PATCH 5/6] powerpc64/bpf: Support exceptions
[PATCH] bpf/verifier: implement slab cache for verifier state list
2026-01-12 6:49 UTC
[PATCH v5.15-v6.1 0/2] Backport fixes for CVE-2025-40149
2026-01-12 6:35 UTC (3+ messages)
` [PATCH v5.15-v6.1 1/2] net: Add locking to protect skb->dev access in ip_output
` [PATCH v5.15-v6.1 2/2] tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock()
[PATCH v5.10.y 0/3] Backport fixes for CVE-2025-40149
2026-01-12 6:30 UTC (4+ messages)
` [PATCH v5.10.y 1/3] net: Add locking to protect skb->dev access in ip_output
` [PATCH v5.10.y 2/3] net: netdevice: Add operation ndo_sk_get_lower_dev
` [PATCH v5.10.y 3/3] tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock()
[PATCH] selftests/bpf: wq: fix skel leak in serial_test_wq()
2026-01-12 6:17 UTC (2+ messages)
[PATCH bpf] xsk: fix init race causing NPD/UAF in xsk_create()
2026-01-11 20:24 UTC (2+ messages)
[PATCH iwl-next v4] idpf: export RX hardware timestamping information to XDP
2026-01-11 19:18 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH 2/6] powerpc64/bpf: Tailcall handling with trampolines
2026-01-11 18:43 UTC (3+ messages)
[PATCH] selftests/bpf: wq: fix skel leak in serial_test_wq()
2026-01-11 18:20 UTC (2+ messages)
[PATCH] buildid: validate page-backed file before parsing build ID
2026-01-11 11:32 UTC (7+ messages)
[PATCH bpf-next v9 00/11] bpf: fsession support
2026-01-11 1:54 UTC (14+ messages)
` [PATCH bpf-next v9 01/11] bpf: add "
` [PATCH bpf-next v9 02/11] bpf: use last 8-bits for the nr_args in trampoline
` [PATCH bpf-next v9 03/11] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v9 04/11] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v9 05/11] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v9 06/11] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v9 07/11] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v9 08/11] libbpf: add fsession support
` [PATCH bpf-next v9 09/11] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v9 10/11] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v9 11/11] selftests/bpf: test fsession mixed with fentry and fexit
[PATCH bpf-next v2 00/16] Decouple skb metadata tracking from MAC header offset
2026-01-10 21:07 UTC (2+ messages)
[PATCHv2 bpf-next 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
2026-01-10 17:06 UTC (3+ messages)
[PATCH bpf] libbpf: BTF dedup should ignore modifiers in type equivalence checks
2026-01-10 14:05 UTC (3+ messages)
LSF/MM/BPF: 2026: Call for Proposals
2026-01-10 13:24 UTC
kernel crashes in BPF JIT code with kCFI and clang on x86
2026-01-10 7:58 UTC (4+ messages)
[PATCH bpf-next v8 00/11] bpf: fsession support
2026-01-10 6:16 UTC (13+ messages)
` [PATCH bpf-next v8 04/11] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v8 05/11] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v8 06/11] bpf,x86: introduce emit_st_r0_imm64() for trampoline
[PATCH bpf-next v3 0/3] bpf, x86: inline bpf_get_current_task() for x86_64
2026-01-10 3:43 UTC (3+ messages)
` [PATCH bpf-next v3 1/3] "
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