messages from 2025-10-09 16:00:45 to 2025-10-14 10:01:51 UTC [more...]
[RFC PATCH bpf-next v2 0/2] Pass external callchain entry to get_perf_callchain
2025-10-14 10:01 UTC
[RFC bpf-next 00/15] support inline tracing with BTF
2025-10-14 9:58 UTC (5+ messages)
[RFC PATCH v1] btf: Sort BTF types by name and kind to optimize btf_find_by_name_kind lookup
2025-10-14 8:05 UTC (10+ messages)
[PATCH] selftests: arg_parsing: Ensure data is flushed to disk before reading
2025-10-14 8:03 UTC
Re: [PATCH v2 1/1] samples/bpf: Fix spelling typo in samples/bpf
2025-10-14 7:53 UTC
[PATCH v2 0/1] Some spelling error fixes in samples directory
2025-10-14 7:54 UTC (4+ messages)
` [PATCH v2 1/1] samples/bpf: Fix spelling typo in samples/bpf
` "
[PATCH 0/5] Some spelling error fixes in samples directory
2025-10-14 5:53 UTC (8+ messages)
` [PATCH 1/5] samples/bpf: Fix a spelling typo in do_hbm_test.sh
` [PATCH 2/5] samples: bpf: Fix a spelling typo in hbm.c
` [PATCH 3/5] samples/bpf: Fix a spelling typo in tracex1.bpf.c
` [PATCH 4/5] samples/bpf: Fix a spelling typo in tcp_cong_kern.c
` [PATCH 5/5] vfio-mdev: Fix a spelling typo in mtty.c
` Re: [PATCH 0/5] Some spelling error fixes in samples directory
[PATCH bpf-next RFC 0/2] Pass external callchain entry to get_perf_callchain
2025-10-14 5:36 UTC (6+ messages)
` [PATCH bpf-next RFC 1/2] perf: Use extern perf_callchain_entry for get_perf_callchain
` [PATCH bpf-next RFC 2/2] bpf: Pass external callchain entry to get_perf_callchain
[PATCH bpf-next] selftests/bpf: Fix selftest verif_scale_strobemeta failure with llvm22
2025-10-14 5:16 UTC
[PATCH net-next 0/6] tools: ynl-gen: generate flags better
2025-10-14 0:59 UTC (12+ messages)
` [PATCH net-next 1/6] tools: ynl-gen: bitshift the flag values in the generated code
` [PATCH net-next 2/6] tools: ynl-gen: refactor render-max enum generation
` [PATCH net-next 3/6] tools: ynl-gen: use uapi mask definition in NLA_POLICY_MASK
` [PATCH net-next 4/6] tools: ynl-gen: add generic p_wrap() helper
` [PATCH net-next 5/6] tools: ynl-gen: construct bitflag masks in generated headers
` [PATCH net-next 6/6] tools: ynl-gen: allow custom naming of render-max definitions
[RFC PATCH v1 bpf-next 0/4] Support associating BPF programs with struct_ops
2025-10-14 0:10 UTC (10+ messages)
` [RFC PATCH v1 bpf-next 1/4] bpf: Allow verifier to fixup kernel module kfuncs
` [RFC PATCH v1 bpf-next 2/4] bpf: Support associating BPF program with struct_ops
` [RFC PATCH v1 bpf-next 3/4] libbpf: Add bpf_struct_ops_associate_prog() API
` [RFC PATCH v1 bpf-next 4/4] selftests/bpf: Test BPF_STRUCT_OPS_ASSOCIATE_PROG command
[PATCH bpf 0/2] xdp: fix page_pool leaks
2025-10-13 23:24 UTC (8+ messages)
` [PATCH bpf 2/2] veth: update mem type in xdp_buff
[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
2025-10-13 23:22 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
[PATCH bpf v3 0/9] Fixes for LPM trie
2025-10-13 23:18 UTC (8+ messages)
` [PATCH bpf v3 6/9] bpf: Switch to bpf mem allocator "
[PATCH bpf-next v2 0/3] Fix sleepable context tracking for async callbacks
2025-10-13 23:18 UTC (6+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests for async cb context
[PATCH bpf-next v9 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-10-13 23:17 UTC (5+ messages)
` [PATCH bpf-next v9 4/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
[PATCH v3] bpf: test_run: fix atomic context in timer path causing sleep-in-atomic BUG
2025-10-13 20:06 UTC (4+ messages)
[syzbot] [bpf?] [net?] BUG: sleeping function called from invalid context in sock_map_delete_elem
2025-10-13 17:51 UTC (7+ messages)
` [PATCH] bpf: avoid sleeping in invalid context during sock_map_delete_elem path
` [PATCH v2] "
[BUG] no ORC stacktrace from kretprobe.multi bpf program
2025-10-13 17:10 UTC (4+ messages)
[PATCH v4 net-next 00/13] AccECN protocol case handling series
2025-10-13 17:03 UTC (14+ messages)
` [PATCH v4 net-next 01/13] tcp: try to avoid safer when ACKs are thinned
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v4 net-next 03/13] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v4 net-next 04/13] tcp: disable RFC3168 fallback identifier "
` [PATCH v4 net-next 05/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v4 net-next 06/13] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v4 net-next 07/13] tcp: move increment of num_retrans
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v4 net-next 09/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v4 net-next 10/13] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v4 net-next 11/13] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v4 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v4 net-next 13/13] tcp: accecn: enable AccECN
[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
2025-10-13 13:07 UTC (16+ messages)
` [PATCH v9 mm-new 03/11] mm: thp: add support for "
[syzbot] [bpf?] [trace?] BUG: stack guard page was hit in br_handle_frame
2025-10-13 8:33 UTC
[syzbot] [mm?] WARNING: locking bug in __set_page_owner (2)
2025-10-13 8:10 UTC (6+ messages)
[PATCH bpf-next v2 0/3] BPF signature hash chains
2025-10-13 2:12 UTC (16+ messages)
[PATCH v2 0/2] tracing: fprobe: optimization for entry only case
2025-10-13 1:20 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] lib/test_fprobe: add testcase for mixed fprobe
[syzbot] [bpf?] KASAN: slab-out-of-bounds Write in __bpf_get_stackid
2025-10-12 14:22 UTC (5+ messages)
` Syz Test
` test
[syzbot] [bpf?] [net?] WARNING in sock_map_delete_elem (2)
2025-10-11 23:41 UTC (2+ messages)
[GIT PULL] BPF fixes for 6.18-rc1
2025-10-11 18:39 UTC (2+ messages)
[RFC PATCH bpf-next 00/14] bpf: Efficient socket destruction
2025-10-11 18:04 UTC (7+ messages)
[PATCH bpf-next v9 1/3] bpf: refactor max_depth computation in bpf_get_stack()
2025-10-11 16:25 UTC (4+ messages)
[PATCH bpf v3 0/2] bpf: Avoid RCU context warning when unpinning htab with internal structs
2025-10-11 15:09 UTC (5+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Add test for unpinning htab with internal timer struct
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-10-11 14:32 UTC (13+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[PATCH bpf-next] bpf: consistently use bpf_rcu_lock_held() everywhere
2025-10-11 14:24 UTC (2+ messages)
[PATCH v2] bpf: test_run: Use migrate_enable()/disable() universally
2025-10-11 13:17 UTC (3+ messages)
[PATCH RFC bpf-next 0/3] bpf: report probe fault to BPF stderr
2025-10-11 1:23 UTC (15+ messages)
` [PATCH RFC bpf-next 1/3] "
` bpf_errno. Was: "
[PATCH bpf-next v4 1/3] bpf: verifier: refactor bpf_wq handling
2025-10-10 18:20 UTC (5+ messages)
` [PATCH bpf-next v4 2/3] selftests/bpf: add bpf_wq tests
` [PATCH bpf-next v4 3/3] bpf: extract internal structs helpers
[PATCH bpf-next v8 0/5] Support non-linear skbs for BPF_PROG_TEST_RUN
2025-10-10 17:50 UTC (7+ messages)
` [PATCH bpf-next v8 1/5] bpf: Refactor cleanup of bpf_prog_test_run_skb
` [PATCH bpf-next v8 2/5] bpf: Reorder bpf_prog_test_run_skb initialization
` [PATCH bpf-next v8 3/5] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN
` [PATCH bpf-next v8 4/5] selftests/bpf: Support non-linear flag in test loader
` [PATCH bpf-next v8 5/5] selftests/bpf: Test direct packet access on non-linear skbs
[PATCH bpf-next v4 0/2] Add kfuncs bpf_strcasestr and bpf_strncasestr
2025-10-10 17:10 UTC (2+ messages)
[PATCH bpf] xsk: harden userspace-supplied &xdp_desc validation
2025-10-10 17:10 UTC (4+ messages)
[PATCH v4 net-next 00/13] AccECN protocol case handling series
2025-10-10 14:55 UTC (16+ messages)
` [PATCH v4 net-next 01/13] tcp: try to avoid safer when ACKs are thinned
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v4 net-next 03/13] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v4 net-next 04/13] tcp: disable RFC3168 fallback identifier "
` [PATCH v4 net-next 05/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v4 net-next 06/13] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v4 net-next 07/13] tcp: move increment of num_retrans
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v4 net-next 09/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v4 net-next 10/13] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v4 net-next 11/13] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v4 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v4 net-next 13/13] tcp: accecn: enable AccECN
[PATCH bpf-next/net 0/6] bpf: Allow opt-out from sk->sk_prot->memory_allocated
2025-10-10 14:24 UTC (11+ messages)
` [PATCH bpf-next/net 1/6] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH bpf-next/net 2/6] net: Allow opt-out from global protocol memory accounting
` [PATCH bpf-next/net 3/6] net: Introduce net.core.bypass_prot_mem sysctl
[PATCH] bpf, sockmap: Update tp->rcv_nxt in sk_psock_skb_ingress
2025-10-10 9:16 UTC (4+ messages)
[PATCH] powerpc64/bpf: support direct_call on livepatch function
2025-10-10 7:17 UTC (7+ messages)
[PATCH] bpf: test_run: Fix timer mode initialization to NO_MIGRATE mode
2025-10-10 3:43 UTC (3+ messages)
[bpf?] [net?] BUG: sleeping function called from invalid context in sock_map_delete_elem
2025-10-09 22:38 UTC (2+ messages)
` [syzbot] "
[RFC ixgbe 0/2] ixgbe: Implement support for ndo_xdp_xmit in skb mode and fix CPU to ring assignment
2025-10-09 19:28 UTC (3+ messages)
` [RFC ixgbe 1/2] ixgbe: Implement support for ndo_xdp_xmit in skb mode
` [RFC ixgbe 2/2] ixgbe: Fix CPU to ring assignment
[PATCH bpf-next v7 0/5] Support non-linear skbs for BPF_PROG_TEST_RUN
2025-10-09 17:37 UTC (5+ messages)
` [PATCH bpf-next v7 3/5] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN
` [PATCH bpf-next v7 4/5] selftests/bpf: Support non-linear flag in test loader
[RFC v3 0/5] Align atomic storage
2025-10-09 16:12 UTC (7+ messages)
` [RFC v3 2/5] bpf: Explicitly align bpf_res_spin_lock
[PATCH AUTOSEL 6.17-6.16] selftests/bpf: Fix arena_spin_lock selftest failure
2025-10-09 15:56 UTC (2+ messages)
` [PATCH AUTOSEL 6.17-6.6] riscv: bpf: Fix uninitialized symbol 'retval_off'
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