public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 19:58:26 to 2026-01-14 02:21:29 UTC [more...]

[PATCH bpf-next v12 00/11] Improve the performance of BTF type lookups with binary search
 2026-01-14  2:21 UTC  (18+ messages)
` [PATCH bpf-next v12 03/11] tools/resolve_btfids: Support BTF sorting feature
` [PATCH bpf-next v12 04/11] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v12 06/11] btf: Optimize type lookup with binary search
` [PATCH bpf-next v12 07/11] btf: Verify BTF sorting
` [PATCH bpf-next v12 10/11] libbpf: Optimize the performance of determine_ptr_size

[PATCH bpf-next v9 00/11] bpf: fsession support
 2026-01-14  2:19 UTC  (20+ 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: cpumap: report queue_index to xdp_rxq_info
 2026-01-14  2:12 UTC 

[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-14  1:35 UTC  (29+ messages)
` [PATCH bpf-next v1 01/10] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v1 02/10] bpf: Introduce struct bpf_kfunc_meta
` [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 08/10] bpf: Add bpf_task_work_schedule_* kfuncs with KF_IMPLICIT_ARGS

[PATCH bpf-next v4 0/2] bpf, x86: inline bpf_get_current_task() for x86_64
 2026-01-14  1:33 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] "

[PATCH bpf-next v3 0/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
 2026-01-14  0:48 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking

[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-13 23:44 UTC  (12+ messages)

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-13 23:26 UTC  (16+ 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 05/20] slab: introduce percpu sheaves bootstrap
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()

[PATCH bpf-next 0/9] Add support for type-based and enum value-based CO-RE relocations
 2026-01-13 23:26 UTC  (4+ messages)
` [PATCH bpf-next 3/9] libbpf: improve relocation ambiguity detection

[PATCH net-next v6 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-01-13 23:22 UTC  (17+ messages)
` [PATCH net-next v6 01/16] net: Add queue-create operation
` [PATCH net-next v6 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v6 03/16] net: Add lease info to queue-get response
` [PATCH net-next v6 04/16] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v6 05/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v6 06/16] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v6 07/16] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v6 08/16] xsk: Proxy pool management for leased queues
` [PATCH net-next v6 09/16] netkit: Add single device mode for netkit
` [PATCH net-next v6 10/16] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v6 11/16] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v6 12/16] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v6 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v6 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v6 15/16] selftests/net: Make NetDrvContEnv support queue leasing
` [PATCH net-next v6 16/16] selftests/net: Add netkit container tests

[PATCH bpf] libbpf: BTF dedup should ignore modifiers in type equivalence checks
 2026-01-13 21:48 UTC  (4+ messages)

[PATCH] bpf-next: Prevent out of bound buffer write in __bpf_get_stack
 2026-01-13 21:01 UTC  (6+ messages)

[PATCH dwarves 0/4] Improve BTF concrete function accuracy
 2026-01-13 20:59 UTC  (8+ messages)
` [PATCH dwarves 1/4] dwarf_loader/btf_encoder: Detect reordered parameters
` [PATCH dwarves 2/4] btf_encoder: Refactor elf_functions__new() with struct btf_encoder as argument
` [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 net-next 00/10] Call skb_metadata_set when skb->data points past metadata
 2026-01-13 20:22 UTC  (10+ messages)
` [PATCH net-next 07/10] mlx5e: "
    ` [Intel-wired-lan] [PATCH net-next 00/10] "

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2026-01-13 18:51 UTC  (6+ messages)

[PATCH bpf-next v4 0/2] bpf: Recognize special arithmetic shift in the verifier
 2026-01-13 18:17 UTC  (4+ 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 v2] bpf: Use reg_state() for register access in verifier
 2026-01-13 18:17 UTC  (2+ messages)

[PATCH bpf-next 0/3] Fix a few selftest failure due to 64K page
 2026-01-13 18:17 UTC  (7+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with "
` [PATCH bpf-next 2/3] selftests/bpf: Fix sk_bypass_prot_mem "
` [PATCH bpf-next 3/3] selftests/bpf: Fix verifier_arena_globals1 "

[PATCH] kernel/bpf/verifier: removed an unused parameter in check_func_proto
 2026-01-13 18:17 UTC  (2+ messages)

[PATCH net-next v5 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-01-13 16:58 UTC  (10+ messages)
` [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 00/11] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-13 16:22 UTC  (20+ messages)
` [PATCH net-next 01/11] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH net-next 02/11] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH net-next 03/11] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH net-next 04/11] net: fec: add fec_build_skb() to build a skb
` [PATCH net-next 05/11] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH net-next 06/11] net: fec: transmit XDP frames in bulk
` [PATCH net-next 07/11] net: fec: use switch statement to check the type of tx_buf
` [PATCH net-next 08/11] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH net-next 09/11] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH net-next 10/11] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH net-next 11/11] net: fec: add AF_XDP zero-copy support

[PATCH RFC v3 01/10] bpf: Refactor __bpf_async_set_callback()
 2026-01-13 16:14 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] bpf: Improve linked register tracking
 2026-01-13 15:59 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Support negative offsets, BPF_SUB, and alu32 for "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for improved "

[PATCH] selftests/bpf: wq: fix skel leak in serial_test_wq()
 2026-01-13 15:13 UTC  (2+ messages)

[PATCH iwl-next v4] idpf: export RX hardware timestamping information to XDP
 2026-01-13 15:09 UTC  (3+ messages)
` [Intel-wired-lan] "

Usage of kfuncs in tracepoints
 2026-01-13 13:58 UTC  (7+ messages)

[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-13 13:56 UTC  (5+ messages)

[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
 2026-01-13 12:48 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/3] sched: add helpers for numa balancing
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based "
` [RFC PATCH bpf-next 3/3] mm: set numa balancing hot threshold with bpf

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-01-13 11:58 UTC  (6+ messages)
` [PATCHv6 bpf-next 7/9] bpf: Add trampoline ip hash table

[PATCH bpf-next 0/4] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
 2026-01-13 11:43 UTC  (7+ 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

[PATCH net-next v8 0/9] Add support for providers with large rx buffer
 2026-01-13 10:48 UTC  (11+ messages)
` [PATCH net-next v8 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v8 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v8 8/9] selftests: iou-zcrx: test large chunk sizes

[PATCH net-next v5 03/16] net: Add lease info to queue-get response
 2026-01-13 10:35 UTC  (3+ messages)
` [net-next,v5,03/16] "

[PATCH bpf-next 1/3] bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
 2026-01-13  9:26 UTC  (6+ messages)
` [PATCH bpf-next 2/3] bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()
` [PATCH bpf-next 3/3] selftests/bpf: assert BPF kfunc default trusted pointer semantics

[PATCH v7 net-next 00/13] AccECN protocol case handling series
 2026-01-13  8:07 UTC  (7+ messages)

[PATCH v7 0/4] Align atomic storage
 2026-01-13  5:22 UTC  (2+ messages)
` [PATCH v7 1/4] bpf: Explicitly align bpf_res_spin_lock

[PATCH net-next v6 0/2] xsk: move cq_cached_prod_lock
 2026-01-13  5:33 UTC  (3+ messages)
` [PATCH net-next v6 2/2] xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path

[PATCH net-next v5 11/16] netkit: Add netkit notifier to check for unregistering devices
 2026-01-13  3:53 UTC  (2+ messages)
` [net-next,v5,11/16] "

[PATCH bpf-next v5 0/4] Use correct destructor kfunc types
 2026-01-13  3:00 UTC  (3+ messages)

[PATCH bpf-next v7 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-13  2:50 UTC  (4+ 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

[PATCH] bpf: fix reference count leak in bpf_prog_test_run_xdp()
 2026-01-13  2:25 UTC  (2+ messages)

来自alai的邮件
 2026-01-13  2:00 UTC 

[PATCH] riscv, bpf: Emit fence.i for BPF_NOSPEC
 2026-01-13  1:51 UTC  (3+ messages)

[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  (10+ messages)
` [PATCH bpf-next v3 10/16] bpf: Support lockless unlink when freeing map or local storage

[PATCH net v3 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2026-01-12 20:56 UTC  (2+ messages)

[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] "


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