public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-20 15:59:33 to 2026-01-21 14:43:31 UTC [more...]

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-21 14:43 UTC  (26+ 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 15/21] slab: remove struct kmem_cache_cpu
` [PATCH v3 16/21] slab: remove unused PREEMPT_RT specific macros

[PATCH v10 net-next 00/15] AccECN protocol case handling series
 2026-01-21 14:32 UTC  (16+ messages)
` [PATCH v10 net-next 01/15] tcp: try to avoid safer when ACKs are thinned
` [PATCH v10 net-next 02/15] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v10 net-next 03/15] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v10 net-next 04/15] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v10 net-next 05/15] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v10 net-next 06/15] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v10 net-next 07/15] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v10 net-next 08/15] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v10 net-next 09/15] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v10 net-next 10/15] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v10 net-next 11/15] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v10 net-next 12/15] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v10 net-next 13/15] tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info
` [PATCH v10 net-next 14/15] tcp: accecn: enable AccECN
` [PATCH v10 net-next 15/15] selftests/net: packetdrill: add TCP Accurate ECN cases

[RFC] selftests/bpf: Running test_progs with distro configs
 2026-01-21 14:23 UTC 

[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  (11+ messages)
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox