messages from 2026-01-20 15:19:05 to 2026-01-21 13:56:43 UTC [more...]
[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
2026-01-21 13:56 UTC (21+ messages)
` [PATCH v3 05/21] slab: add sheaves to most caches
` [PATCH v3 06/21] slab: introduce percpu sheaves bootstrap
` [PATCH v3 09/21] slab: add optimized sheaf refill from partial list
` [PATCH v3 10/21] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH v3 11/21] slab: remove SLUB_CPU_PARTIAL
` [PATCH v3 16/21] slab: remove unused PREEMPT_RT specific macros
[PATCH bpf-next 1/2] bpf: add new BPF_CGROUP_ITER_CHILDREN_ONLY control option
2026-01-21 13:54 UTC (2+ messages)
` [PATCH bpf-next 2/2] bpf/selftests: cover "
[PATCH bpf-next v7 0/3] bpf: Fix FIONREAD and copied_seq issues
2026-01-21 12:55 UTC (11+ messages)
` [PATCH bpf-next v7 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v7 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v7 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq
[PATCHSET RESEND v11 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
2026-01-21 12:51 UTC (13+ messages)
` [PATCH 1/7] sched/deadline: Clear the defer params
` [PATCH 2/7] sched/debug: Fix updating of ppos on server write ops
` [PATCH 3/7] sched/debug: Stop and start server based on if it was active
` [PATCH 4/7] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 5/7] sched/debug: Add support to change sched_ext server params
` [PATCH 6/7] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH 7/7] selftests/sched_ext: Add test for DL server total_bw consistency
[PATCH v9 net-next 00/15] AccECN protocol case handling series
2026-01-21 12:46 UTC (9+ messages)
` [PATCH v9 net-next 10/15] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v9 net-next 15/15] selftests/net: packetdrill: add TCP Accurate ECN cases
[PATCH bpf-next v5 0/2] bpf: Add kfunc bpf_strncasecmp()
2026-01-21 12:44 UTC (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: add bpf_strncasecmp kfunc
` [PATCH bpf-next v5 2/2] selftests/bpf: Test kfunc bpf_strncasecmp
[PATCH bpf-next 0/4] Switch from kfuncs to direct helper calls in prologue/epilogue
2026-01-21 9:54 UTC (11+ messages)
` [PATCH bpf-next 1/4] bpf, verifier: Support direct helper calls from prologue/epilogue
` [PATCH bpf-next 2/4] bpf: net_sched: Use direct helper calls instead of kfuncs in pro/epilogue
` [PATCH bpf-next 3/4] bpf: Remove kfunc support in prologue and epilogue
` [PATCH bpf-next 4/4] selftests/bpf: Remove tests for prologue/epilogue with kfuncs
[PATCH bpf] selftests/bpf: Fix resource leak in serial_test_wq on attach failure
2026-01-21 9:41 UTC
[PATCH bpf] selftests/bpf: wq: fix skel leak in serial_test_wq()
2026-01-21 9:13 UTC (3+ messages)
[PATCH bpf-next 2/3] bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()
2026-01-21 9:05 UTC (10+ messages)
` Subject: "
[PATCH bpf-next] bpf: Revert "bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()"
2026-01-21 9:00 UTC
[PATCH] kernel/bpf/btf.c: reject to register duplicated kfunc
2026-01-21 7:51 UTC (3+ messages)
[PATCH v3 0/7] seccomp: support nested listeners
2026-01-21 7:51 UTC (3+ messages)
` [PATCH v3 6/7] seccomp: allow "
[PATCH bpf-next v6 0/2] bpf, x86: inline bpf_get_current_task() for x86_64
2026-01-21 6:35 UTC (17+ messages)
` [PATCH bpf-next v6 1/2] "
` [PATCH bpf-next v6 2/2] selftests/bpf: test the jited inline of bpf_get_current_task
[PATCH] scripts/gen-btf.sh: fix shebang for NixOS
2026-01-21 5:04 UTC (9+ messages)
[PATCH bpf-next v5 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
2026-01-21 4:43 UTC (3+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf
[PATCH net-next v7 00/16] netkit: Support for io_uring zero-copy and AF_XDP
2026-01-21 3:46 UTC (10+ messages)
` [PATCH net-next v7 05/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v7 15/16] selftests/net: Make NetDrvContEnv support queue leasing
[PATCH v3 net-next 00/15] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
2026-01-21 3:33 UTC (16+ messages)
` [PATCH v3 net-next 01/15] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v3 net-next 02/15] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v3 net-next 03/15] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v3 net-next 04/15] net: fec: add fec_build_skb() to build a skb
` [PATCH v3 net-next 05/15] net: fec: improve fec_enet_rx_queue()
` [PATCH v3 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v3 net-next 07/15] net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
` [PATCH v3 net-next 08/15] net: fec: transmit XDP frames in bulk
` [PATCH v3 net-next 09/15] net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
` [PATCH v3 net-next 10/15] net: fec: use switch statement to check the type of tx_buf
` [PATCH v3 net-next 11/15] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH v3 net-next 12/15] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v3 net-next 13/15] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH v3 net-next 14/15] net: fec: improve fec_enet_tx_queue()
` [PATCH v3 net-next 15/15] net: fec: add AF_XDP zero-copy support
[PATCH bpf-next v5 0/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
2026-01-21 0:50 UTC (8+ messages)
` [PATCH bpf-next v5 1/2] "
[PATCH bpf-next v6 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-21 2:30 UTC (15+ messages)
` [PATCH bpf-next v6 01/10] bpf: Factor out timer deletion helper
` [PATCH bpf-next v6 02/10] bpf: Remove unnecessary arguments from bpf_async_set_callback()
` [PATCH bpf-next v6 03/10] bpf: Introduce lock-free bpf_async_update_prog_callback()
` [PATCH bpf-next v6 04/10] bpf: Simplify bpf_timer_cancel()
` [PATCH bpf-next v6 05/10] bpf: Enable bpf timer and workqueue use in NMI
` [PATCH bpf-next v6 06/10] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH bpf-next v6 07/10] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH bpf-next v6 08/10] selftests/bpf: Refactor timer selftests
` [PATCH bpf-next v6 09/10] selftests/bpf: Add stress test for timer async cancel
` [PATCH bpf-next v6 10/10] selftests/bpf: Verify bpf_timer_cancel_async works
[PATCH net-next v9 1/9] net: memzero mp params when closing a queue
2026-01-21 2:20 UTC (2+ messages)
[PATCH bpf-next v4 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
2026-01-21 2:01 UTC (7+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf
[PATCH bpf-next v3 0/2] bpf: Fix memory access flags in helper prototypes
2026-01-21 1:20 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] bpf: Require ARG_PTR_TO_MEM with memory flag
[PATCH bpf-next 0/3] bpf: Improve linked register tracking
2026-01-21 0:46 UTC (4+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Add tests for linked register tracking with negative offsets
` __description(). Was: "
[PATCH bpf-next v3 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-21 0:35 UTC (20+ messages)
` [PATCH bpf-next v3 01/13] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v3 02/13] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v3 03/13] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 04/13] resolve_btfids: Introduce finalize_btf() step
` [PATCH bpf-next v3 05/13] resolve_btfids: Support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 06/13] selftests/bpf: Add tests "
` [PATCH bpf-next v3 07/13] bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 08/13] HID: Use bpf_wq_set_callback kernel function
` [PATCH bpf-next v3 09/13] bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 10/13] bpf: Migrate bpf_stream_vprintk() "
` [PATCH bpf-next v3 11/13] selftests/bpf: Migrate struct_ops_assoc test "
` [PATCH bpf-next v3 12/13] bpf: Remove __prog kfunc arg annotation
` [PATCH bpf-next v3 13/13] bpf,docs: Document KF_IMPLICIT_ARGS flag
[PATCH net-next v2] net: sched: sfq: add detailed drop reasons for monitoring
2026-01-21 0:28 UTC (2+ messages)
[PATCH net-next v1] net: sched: sfq: add detailed drop reasons for monitoring
2026-01-21 0:26 UTC (3+ messages)
[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-01-20 22:49 UTC (6+ messages)
` [PATCH v8 04/12] arm64: support WFET in smp_cond_relaxed_timeout()
[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
2026-01-20 21:46 UTC (3+ messages)
` [PATCH net-next v2 2/4] selftests/landlock: Move some UAPI header inclusions after libc ones
[PATCH bpf-next 1/2] selftests/bpf: Fix task_local_data failure with 64K page
2026-01-20 21:09 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Fix xdp_pull_data "
[PATCH v4] bpf/verifier: optimize ID mapping reset in states_equal
2026-01-20 19:40 UTC (2+ messages)
[PATCH] selftests/bpf: Add perfbuf multi-producer benchmark
2026-01-20 19:40 UTC (2+ messages)
[PATCH bpf-next] bpf: verifier: Make sync_linked_regs() scratch registers
2026-01-20 19:30 UTC (2+ messages)
[PATCH bpf-next] bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlock
2026-01-20 19:30 UTC (2+ messages)
[PATCH bpf-next v5 0/7] Add cryptographic hash and signature verification kfuncs to BPF
2026-01-20 19:13 UTC (10+ messages)
` [PATCH bpf-next v5 1/7] bpf: Extend bpf_crypto_type with hash operations
` [PATCH bpf-next v5 2/7] crypto: Add BPF hash algorithm type registration module
` [PATCH bpf-next v5 3/7] crypto: Add BPF signature "
` [PATCH bpf-next v5 4/7] bpf: Add hash kfunc for cryptographic hashing
` [PATCH bpf-next v5 5/7] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v5 6/7] bpf: Add signature verification kfuncs
` [PATCH bpf-next v5 7/7] selftests/bpf: Add tests for "
[PATCH bpf-next v2 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-20 18:40 UTC (11+ messages)
` [PATCH bpf-next v2 04/13] resolve_btfids: Introduce finalize_btf() step
` [PATCH bpf-next v2 11/13] selftests/bpf: Migrate struct_ops_assoc test to KF_IMPLICIT_ARGS
[BPF CI] OOMs on s390x runners
2026-01-20 17:59 UTC
[PATCH bpf RESEND v2 0/2] bpf: Fix memory access flags in helper prototypes
2026-01-20 17:54 UTC (5+ messages)
` [PATCH bpf RESEND v2 1/2] "
[PATCH dwarves 0/4] Improve BTF concrete function accuracy
2026-01-20 17:54 UTC (7+ messages)
` [PATCH dwarves 1/4] dwarf_loader/btf_encoder: Detect reordered parameters
` [PATCH dwarves 3/4] btf_encoder: Add true_signature feature support for "."-suffixed functions
` [PATCH dwarves 4/4] btf_encoder: Prefer strong function definitions for BTF generation
[PATCH bpf-next 0/4] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
2026-01-20 16:17 UTC (5+ messages)
` [PATCH bpf-next 2/4] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path
[RESEND PATCH bpf-next v6 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-20 15:24 UTC (10+ messages)
` [RESEND PATCH bpf-next v6 1/9] "
` [RESEND PATCH bpf-next v6 2/9] libbpf: Add support for extended bpf syscall
` [RESEND PATCH bpf-next v6 3/9] bpf: Refactor reporting log_true_size for prog_load
` [RESEND PATCH bpf-next v6 4/9] bpf: Add syscall common attributes support "
` [RESEND PATCH bpf-next v6 5/9] bpf: Refactor reporting btf_log_true_size for btf_load
` [RESEND PATCH bpf-next v6 6/9] bpf: Add syscall common attributes support "
` [RESEND PATCH bpf-next v6 7/9] bpf: Add syscall common attributes support for map_create
` [RESEND PATCH bpf-next v6 8/9] libbpf: Add common attr "
` [RESEND PATCH bpf-next v6 9/9] selftests/bpf: Add tests to verify map create failure log
[PATCH bpf-next v6 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-20 15:15 UTC (4+ messages)
` [PATCH bpf-next v6 4/9] bpf: Add syscall common attributes support for prog_load
` [PATCH bpf-next v6 5/9] bpf: Refactor reporting btf_log_true_size for btf_load
` [PATCH bpf-next v6 6/9] bpf: Add syscall common attributes support "
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