messages from 2026-01-14 23:26:06 to 2026-01-16 00:43:36 UTC [more...]
[PATCHv3 bpf-next 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
2026-01-16 0:40 UTC (2+ messages)
[PATCH bpf-next v5 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-16 0:42 UTC (3+ messages)
` [PATCH bpf-next v5 2/9] libbpf: Add support for extended bpf syscall
[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
2026-01-16 0:22 UTC (29+ 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 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 12/20] slab: remove defer_deactivate_slab()
[PATCH RFC v5 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-16 0:01 UTC (14+ messages)
` [PATCH RFC v5 01/10] bpf: Factor out timer deletion helper
` [PATCH RFC v5 02/10] bpf: Remove unnecessary arguments from bpf_async_set_callback()
` [PATCH RFC v5 03/10] bpf: Introduce lock-free bpf_async_update_prog_callback()
` [PATCH RFC v5 04/10] bpf: Simplify bpf_timer_cancel()
` [PATCH RFC v5 05/10] bpf: Enable bpf timer and workqueue use in NMI
` [PATCH RFC v5 06/10] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH RFC v5 07/10] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH RFC v5 08/10] selftests/bpf: Refactor timer selftests
` [PATCH RFC v5 09/10] selftests/bpf: Add stress test for timer async cancel
` [PATCH RFC v5 10/10] selftests/bpf: Verify bpf_timer_cancel_async works
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-16 0:00 UTC (25+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
` [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 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
2026-01-15 23:35 UTC (9+ messages)
` [PATCH v3 1/2] cpufreq: "
[PATCH bpf-next 0/2] bpf: Fix linked register tracking
2026-01-15 22:42 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf: Preserve id of register in sync_linked_regs()
` [PATCH bpf-next 2/2] selftests: bpf: Add test for multiple syncs from linked register
[PATCH bpf v2 0/2] libbpf: handle modifiers in dedup equivalence
2026-01-15 22:21 UTC (8+ messages)
` [PATCH bpf v2 1/2] libbpf: BTF dedup should ignore modifiers in type equivalence checks
` KCSCAN and duplicate types in BTF [was Re: [PATCH bpf v2 1/2] libbpf: BTF dedup should ignore modifiers in type equivalence checks)]
[PATCH] bpf/verifier: optimize ID mapping reset in states_equal
2026-01-15 22:19 UTC (3+ messages)
[PATCH v3 00/18] rtla: Robustness and code quality improvements
2026-01-15 21:47 UTC (20+ messages)
` [PATCH v3 01/18] rtla: Exit on memory allocation failures during initialization
` [PATCH v3 02/18] rtla: Use strdup() to simplify code
` [PATCH v3 03/18] rtla: Simplify argument parsing
` [PATCH v3 04/18] rtla: Introduce common_threshold_handler() helper
` [PATCH v3 05/18] rtla: Replace magic number with MAX_PATH
` [PATCH v3 06/18] rtla: Simplify code by caching string lengths
` [PATCH v3 07/18] rtla: Add strscpy() and replace strncpy() calls
` [PATCH v3 08/18] rtla/timerlat: Add bounds check for softirq vector
` [PATCH v3 09/18] rtla: Handle pthread_create() failure properly
` [PATCH v3 10/18] rtla: Add str_has_prefix() helper function
` [PATCH v3 11/18] rtla: Use str_has_prefix() for prefix checks
` [PATCH v3 12/18] rtla: Enforce exact match for time unit suffixes
` [PATCH v3 13/18] rtla: Use str_has_prefix() for option prefix check
` [PATCH v3 14/18] rtla/timerlat: Simplify RTLA_NO_BPF environment variable check
` [PATCH v3 15/18] rtla/trace: Fix write loop in trace_event_save_hist()
` [PATCH v3 16/18] rtla/trace: Fix I/O handling in save_trace_to_file()
` [PATCH v3 17/18] rtla/utils: Fix resource leak in set_comm_sched_attr()
` [PATCH v3 18/18] rtla/utils: Fix loop condition in PID validation
[BUG?]: bpf/selftests: ns_bpf_qdisc libbpf: loading object 'tc_bpf' from buffer
2026-01-15 20:44 UTC (3+ messages)
[Patch bpf-next v6 0/4] tcp_bpf: improve ingress redirection performance with message corking
2026-01-15 19:49 UTC (6+ messages)
` [Patch bpf-next v6 1/4] skmsg: rename sk_msg_alloc() to sk_msg_expand()
` [Patch bpf-next v6 2/4] skmsg: implement slab allocator cache for sk_msg
` [Patch bpf-next v6 3/4] skmsg: optimize struct sk_psock layout
` [Patch bpf-next v6 4/4] tcp_bpf: improve ingress redirection performance with message corking
[PATCH v8 net-next 00/14] AccECN protocol case handling series
2026-01-15 19:31 UTC (16+ messages)
` [PATCH v8 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v8 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v8 net-next 03/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v8 net-next 04/14] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v8 net-next 05/14] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v8 net-next 06/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v8 net-next 07/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v8 net-next 08/14] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v8 net-next 09/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v8 net-next 10/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v8 net-next 11/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v8 net-next 12/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v8 net-next 13/14] tcp: accecn: enable AccECN
` [PATCH v8 net-next 14/14] selftests/net: packetdrill: add TCP Accurate ECN cases
[PATCH net-next v9 0/9] Add support for providers with large rx buffer
2026-01-15 17:12 UTC (10+ messages)
` [PATCH net-next v9 1/9] net: memzero mp params when closing a queue
` [PATCH net-next v9 2/9] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v9 3/9] net: add bare bone queue configs
` [PATCH net-next v9 4/9] net: pass queue rx page size from memory provider
` [PATCH net-next v9 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v9 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v9 7/9] eth: bnxt: support qcfg provided rx page size
` [PATCH net-next v9 8/9] selftests: iou-zcrx: test large chunk sizes
` [PATCH net-next v9 9/9] io_uring/zcrx: document area chunking parameter
[PATCH] bpf/verifier: compress bpf_reg_state by using bitfields
2026-01-15 18:55 UTC (2+ messages)
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2026-01-15 18:54 UTC (2+ messages)
[PATCH] bpf/verifier: optimize precision backtracking by skipping precise bits
2026-01-15 18:52 UTC (2+ messages)
[PATCH RFC v3 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-15 18:52 UTC (6+ messages)
` [PATCH RFC v3 05/10] bpf: Enable bpf timer and workqueue use in NMI
[PATCH bpf-next 0/4] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
2026-01-15 18:52 UTC (8+ messages)
` [PATCH bpf-next 2/4] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path
` [PATCH bpf-next 4/4] selftests/bpf: Allow to benchmark trigger with stacktrace
[PATCH] cgroup/rstat: fix missing prototype warning for bpf_rstat_flush()
2026-01-15 18:45 UTC (2+ messages)
[PATCH bpf-next v1] bpf: Add __force annotations to silence sparse warnings
2026-01-15 18:45 UTC
[PATCH dwarves 0/4] Improve BTF concrete function accuracy
2026-01-15 18:38 UTC (7+ messages)
` [PATCH dwarves 3/4] btf_encoder: Add true_signature feature support for "."-suffixed functions
[PATCH bpf-next 0/4] bpf: tailcall: Eliminate max_entries and bpf_func access at runtime
2026-01-15 18:00 UTC (7+ messages)
[PATCH bpf-next 0/4] selftests/bpf: add a new runner for bpftool tests
2026-01-15 17:58 UTC (10+ 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] selftests/bpf: Fix map_kptr test failure
2026-01-15 17:52 UTC (4+ messages)
[PATCH bpf-next 0/2] bpf: Add kfunc bpf_strncasecmp()
2026-01-15 17:37 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: add bpf_strncasecmp kfunc
` [PATCH bpf-next 2/2] selftests/bpf: Test kfunc bpf_strncasecmp
[PATCH net-next v8 0/9] Add support for providers with large rx buffer
2026-01-15 17:10 UTC (4+ messages)
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size
[PATCH dwarves] bpf_encoder: Fix a verbose output issue
2026-01-15 17:09 UTC (3+ messages)
[PATCH bpf] selftests/bpf: Support when CONFIG_VXLAN=m
2026-01-15 16:34 UTC
[PATCH] riscv, bpf: Emit fence.i for BPF_NOSPEC
2026-01-15 13:13 UTC (2+ messages)
Verifier misses infinite loop
2026-01-15 12:57 UTC
[PATCH v2 net-next 0/1] AccECN packetdrill selftest series
2026-01-15 12:33 UTC (5+ messages)
[PATCH net-next v1] net: sched: sfq: add detailed drop reasons for monitoring
2026-01-15 12:23 UTC
[PATCH bpf-next v10 00/12] bpf: fsession support
2026-01-15 11:22 UTC (13+ messages)
` [PATCH bpf-next v10 01/12] bpf: add "
` [PATCH bpf-next v10 02/12] bpf: use the least significant byte for the nr_args in trampoline
` [PATCH bpf-next v10 03/12] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v10 04/12] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v10 05/12] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v10 06/12] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v10 07/12] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v10 08/12] libbpf: add fsession support
` [PATCH bpf-next v10 09/12] bpftool: "
` [PATCH bpf-next v10 10/12] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v10 11/12] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v10 12/12] selftests/bpf: test fsession mixed with fentry and fexit
[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
2026-01-15 10:24 UTC (5+ messages)
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based numa balancing
[PATCH net-next v6 0/2] xsk: move cq_cached_prod_lock
2026-01-15 9:20 UTC (2+ messages)
[PATCH bpf-next v9 00/11] bpf: fsession support
2026-01-15 8:33 UTC (8+ messages)
` [PATCH bpf-next v9 01/11] bpf: add "
` [PATCH bpf-next v9 07/11] bpf,x86: add fsession support for x86_64
[PATCH v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-15 8:29 UTC (3+ messages)
` [PATCH v2 1/6] powerpc64/bpf: Move tail_call_cnt to bottom of stack frame
[PATCH net-next v7 00/16] netkit: Support for io_uring zero-copy and AF_XDP
2026-01-15 8:26 UTC (17+ messages)
` [PATCH net-next v7 01/16] net: Add queue-create operation
` [PATCH net-next v7 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v7 03/16] net: Add lease info to queue-get response
` [PATCH net-next v7 04/16] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v7 05/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v7 06/16] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v7 07/16] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v7 08/16] xsk: Proxy pool management for leased queues
` [PATCH net-next v7 09/16] netkit: Add single device mode for netkit
` [PATCH net-next v7 10/16] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v7 11/16] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v7 12/16] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v7 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v7 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v7 15/16] selftests/net: Make NetDrvContEnv support queue leasing
` [PATCH net-next v7 16/16] selftests/net: Add netkit container tests
[PATCH bpf-next v4 0/4] emit ENDBR/BTI instructions for indirect jump targets
2026-01-15 7:47 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 v3 1/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
2026-01-15 5:05 UTC (4+ messages)
[PATCH bpf-next v3 0/5] bpf: lru: Fix unintended eviction when updating lru hash maps
2026-01-15 3:33 UTC (7+ 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] bpf/verifier: implement slab cache for verifier state list
2026-01-15 3:19 UTC (2+ messages)
[PATCH v2 bpf-next 0/2] bpf: Live registers computation with gotox
2026-01-15 3:10 UTC (2+ messages)
[PATCH net-next 00/11] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
2026-01-15 2:27 UTC (4+ messages)
` [PATCH net-next 07/11] net: fec: use switch statement to check the type of tx_buf
The same symbol is printed twice when use tracepoint to get stack
2026-01-15 2:18 UTC (4+ messages)
[PATCH] kernel: bpf: Add SPDX license identifiers to a few files
2026-01-15 1:31 UTC
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