messages from 2026-01-09 21:27:01 to 2026-01-12 15:17:58 UTC [more...]
[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
2026-01-12 15:17 UTC (20+ 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 20/20] mm/slub: cleanup and repurpose some stat items
[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 v2 00/23] mm: BPF OOM
2026-01-12 14:54 UTC (3+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
[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 v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
2026-01-12 13:53 UTC (19+ 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()
[PATCH] bpf/verifier: implement slab cache for verifier state list
2026-01-12 12:24 UTC
[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 bpf v2] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
2026-01-12 10:47 UTC (2+ messages)
[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 (17+ messages)
` [PATCH net-next v5 01/16] net: Add queue-create operation
` [PATCH net-next v5 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v5 03/16] net: Add lease info to queue-get response
` [PATCH net-next v5 05/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v5 06/16] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v5 07/16] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v5 08/16] xsk: Proxy pool management for leased queues
` [PATCH net-next v5 09/16] netkit: Add single device mode for netkit
` [PATCH net-next v5 12/16] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v5 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v5 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v5 15/16] selftests/net: Make NetDrvContEnv support queue leasing
` [PATCH net-next v5 16/16] selftests/net: Add netkit container tests
[PATCH RFC v3 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-12 8:12 UTC (27+ 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 04/10] bpf: Add lock-free cell for NMI-safe async operations
` [PATCH RFC v3 05/10] bpf: Enable bpf timer and workqueue use in NMI
` [PATCH RFC v3 06/10] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH RFC v3 07/10] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH RFC v3 10/10] selftests/bpf: Verify bpf_timer_cancel_async works
[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 bpf-next 0/3] properly load insn array values with offsets
2026-01-11 15:30 UTC (4+ 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
[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)
[PATCH net v3 0/3] virtio-net: fix the deadlock when disabling rx NAPI
2026-01-10 19:10 UTC (6+ 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-10 18:49 UTC (6+ 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
[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] "
[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-10 1:29 UTC (18+ messages)
` [PATCH bpf-next v1 03/10] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 04/10] resolve_btfids: Support "
` [PATCH bpf-next v1 05/10] selftests/bpf: Add tests "
` [PATCH bpf-next v1 07/10] HID: Use bpf_wq_set_callback kernel function
` [PATCH bpf-next v1 08/10] bpf: Add bpf_task_work_schedule_* kfuncs with KF_IMPLICIT_ARGS
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2026-01-10 0:36 UTC (7+ 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 bpf] libbpf: Fix OOB read in btf_dump_get_bitfield_value
2026-01-10 0:00 UTC (2+ messages)
[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
2026-01-09 23:47 UTC (5+ messages)
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely
[PATCH bpf-next v2 0/4] Add wakeup_source iterators
2026-01-09 23:37 UTC (4+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: Add tests for wakeup_sources
[PATCH bpf-next v3 00/16] Remove task and cgroup local storage percpu counters
2026-01-09 21:53 UTC (9+ 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
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