messages from 2026-01-13 23:23:21 to 2026-01-14 20:46:22 UTC [more...]
[PATCH bpf-next v4 0/4] emit ENDBR/BTI instructions for indirect jump targets
2026-01-14 20:46 UTC (9+ messages)
` [PATCH bpf-next v4 1/4] bpf: Fix an off-by-one error in check_indirect_jump
` [PATCH bpf-next v4 2/4] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v4 3/4] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v4 4/4] bpf, arm64: Emit BTI for indirect jump target
[PATCH v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-14 19:39 UTC (14+ messages)
` [PATCH v2 1/6] powerpc64/bpf: Move tail_call_cnt to bottom of stack frame
` [PATCH v2 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v2 3/6] powerpc64/bpf: Tailcall handling with trampolines
` [PATCH v2 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v2 5/6] powerpc64/bpf: Support exceptions
` [PATCH v2 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
[PATCH bpf-next v3 0/5] bpf: lru: Fix unintended eviction when updating lru hash maps
2026-01-14 19:39 UTC (5+ messages)
` [PATCH bpf-next v3 1/5] bpf: lru: Tidy hash handling in LRU code
` [PATCH bpf-next v3 4/5] bpf: lru: Fix unintended eviction when updating lru hash maps
[PATCH bpf-next v9 00/11] bpf: fsession support
2026-01-14 19:05 UTC (33+ 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 RFC v4 0/8] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-14 18:55 UTC (11+ messages)
` [PATCH RFC v4 1/8] bpf: Factor out timer deletion helper
` [PATCH RFC v4 2/8] bpf: Simplify bpf_timer_cancel()
` [PATCH RFC v4 3/8] bpf: Enable bpf timer and workqueue use in NMI
` [PATCH RFC v4 4/8] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH RFC v4 5/8] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH RFC v4 6/8] selftests/bpf: Refactor timer selftests
` [PATCH RFC v4 7/8] selftests/bpf: Add stress test for timer async cancel
` [PATCH RFC v4 8/8] selftests/bpf: Verify bpf_timer_cancel_async works
[PATCH bpf] libbpf: BTF dedup should ignore modifiers in type equivalence checks
2026-01-14 18:41 UTC (5+ messages)
[PATCH bpf v2 0/2] libbpf: handle modifiers in dedup equivalence
2026-01-14 18:38 UTC (3+ messages)
` [PATCH bpf v2 1/2] libbpf: BTF dedup should ignore modifiers in type equivalence checks
` [PATCH bpf v2 2/2] selftests/bpf: Verify dedup for skipped modifiers
[PATCH dwarves 0/4] Improve BTF concrete function accuracy
2026-01-14 18:22 UTC (5+ messages)
` [PATCH dwarves 3/4] btf_encoder: Add true_signature feature support for "."-suffixed functions
The same symbol is printed twice when use tracepoint to get stack
2026-01-14 17:35 UTC (2+ messages)
[PATCH v2 bpf-next 0/2] bpf: Live registers computation with gotox
2026-01-14 17:29 UTC (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Properly mark live registers for indirect jumps
` [PATCH v2 bpf-next 2/2] selftests/bpf: Extend live regs tests with a test for gotox
[PATCH v2 net-next 0/1] AccECN packetdrill selftest series
2026-01-14 16:29 UTC (2+ messages)
` [PATCH v2 net-next 1/1] selftests/net: packetdrill: add TCP Accurate ECN cases
[PATCH net-next 0/1] AccECN packetdrill selftest series
2026-01-14 16:12 UTC (6+ messages)
` [PATCH net-next 1/1] selftests/net: Add packetdrill packetdrill cases
[PATCH bpf-next 0/4] bpf: tailcall: Eliminate max_entries and bpf_func access at runtime
2026-01-14 16:04 UTC (4+ messages)
[PATCH] bpf/verifier: implement slab cache for verifier state list
2026-01-14 15:59 UTC (3+ messages)
` [PATCH bpf-next] "
[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
2026-01-14 15:07 UTC (19+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC v2 09/20] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC v2 13/20] slab: simplify kmalloc_nolock()
[syzbot] [bpf?] KMSAN: uninit-value in bpf_prog_test_run_skb
2026-01-14 15:06 UTC (3+ messages)
` [PATCH] net: skbuff: fix uninitialized memory use in pskb_expand_head()
[PATCH RFC v3 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-14 14:53 UTC (4+ messages)
` [PATCH RFC v3 05/10] bpf: Enable bpf timer and workqueue use in NMI
[PATCH] bpftool: Add 'head' option for tcx attach to insert at chain start
2026-01-14 14:19 UTC (3+ messages)
` [PATCH v4] bpftool: Add 'prepend' "
[bpf-next,v3] bpf: cpumap: report queue_index to xdp_rxq_info
2026-01-14 14:18 UTC (9+ messages)
[PATCH v8 00/13] Direct Map Removal Support for guest_memfd
2026-01-14 13:57 UTC (12+ messages)
` [PATCH v8 01/13] x86: export set_direct_map_valid_noflush to KVM module
` [PATCH v8 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v8 05/13] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-14 13:47 UTC (14+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v9 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v9 05/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v9 06/13] KVM: arm64: "
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 08/13] KVM: selftests: load elf via bounce buffer
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v9 10/13] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v9 11/13] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v9 12/13] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v9 13/13] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH net-next 00/11] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
2026-01-14 13:47 UTC (11+ messages)
` [PATCH net-next 04/11] net: fec: add fec_build_skb() to build a skb
` [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 bpf-next v2 0/2] bpf: Improve linked register tracking
2026-01-14 13:28 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Support negative offsets, BPF_SUB, and alu32 for "
[PATCH net-next 00/10] Call skb_metadata_set when skb->data points past metadata
2026-01-14 12:33 UTC (7+ messages)
` [Intel-wired-lan] "
[PATCH net-next] veth: fix data race in veth_get_ethtool_stats
2026-01-14 12:24 UTC
[PATCH bpf-next 0/2] bpf: Live registers computation with gotox
2026-01-14 12:24 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf: Properly mark used registers for indirect jumps
` [PATCH bpf-next 2/2] selftests/bpf: Extend live regs tests with a test for gotox
[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
2026-01-14 12:13 UTC (4+ messages)
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based numa balancing
[PATCH bpf-next v2 00/16] Decouple skb metadata tracking from MAC header offset
2026-01-14 11:52 UTC (2+ messages)
[PATCH bpf-next 0/3] properly load insn array values with offsets
2026-01-14 10:20 UTC (5+ messages)
` [PATCH bpf-next 1/3] bpf: insn array: return proper address for non-zero offsets
[PATCH bpf-next 0/4] selftests/bpf: add a new runner for bpftool tests
2026-01-14 8:59 UTC (5+ messages)
` [PATCH bpf-next 1/4] bpf/selftests: move assert macros into a dedicated header
` [PATCH bpf-next 2/4] bpf/selftests: introduce bptool test runner and a first test
` [PATCH bpf-next 3/4] selftests/bpf: add bpftool map manipulations tests
` [PATCH bpf-next 4/4] selftests/bpf: remove converted bpftool test scripts
[PATCH bpf-next 0/9] Add support for type-based and enum value-based CO-RE relocations
2026-01-14 8:48 UTC (5+ messages)
` [PATCH bpf-next 3/9] libbpf: improve relocation ambiguity detection
[bpf-next,v2] bpf: cpumap: report queue_index to xdp_rxq_info
2026-01-14 6:18 UTC (3+ messages)
[GIT PULL] BPF fixes for 6.19-rc6
2026-01-14 5:53 UTC (2+ messages)
[PATCH bpf-next v3 0/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
2026-01-14 5:47 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] "
[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-14 4:08 UTC (12+ messages)
` [PATCH bpf-next v1 03/10] bpf: Verifier support for KF_IMPLICIT_ARGS
[PATCH net-next v8 0/9] Add support for providers with large rx buffer
2026-01-14 3:36 UTC (3+ messages)
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size
[PATCH bpf-next 1/3] bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
2026-01-14 3:30 UTC (2+ messages)
[PATCH bpf-next v4 0/2] powerpc64/bpf: Inline helper in powerpc JIT
2026-01-14 3:04 UTC (2+ messages)
[PATCH] bpf: cpumap: report queue_index to xdp_rxq_info
2026-01-14 2:44 UTC (2+ messages)
[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 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 v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
2026-01-13 23:44 UTC (12+ messages)
[PATCH net-next v6 00/16] netkit: Support for io_uring zero-copy and AF_XDP
2026-01-13 23:22 UTC (16+ 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 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
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