messages from 2025-09-18 16:22:04 to 2025-09-19 23:21:49 UTC [more...]
[PATCH] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21
2025-09-19 23:21 UTC (3+ messages)
` [PATCH] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21 v2
[PATCH v3 bpf-next 00/13] BPF indirect jumps
2025-09-19 23:18 UTC (27+ messages)
` [PATCH v3 bpf-next 01/13] bpf: fix the return value of push_stack
` [PATCH v3 bpf-next 05/13] bpf: support instructions arrays with constants blinding
` [PATCH v3 bpf-next 07/13] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v3 bpf-next 10/13] libbpf: fix formatting of bpf_object__append_subprog_code
` [PATCH v3 bpf-next 11/13] libbpf: support llvm-generated indirect jumps
[PATCH bpf-next v6 0/7] Add kfunc bpf_xdp_pull_data
2025-09-19 23:09 UTC (8+ messages)
` [PATCH bpf-next v6 1/7] bpf: Clear pfmemalloc flag when freeing all fragments
` [PATCH bpf-next v6 2/7] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v6 3/7] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v6 4/7] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v6 5/7] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v6 6/7] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v6 7/7] selftests: drv-net: Pull data before parsing headers
[PATCH bpf-next v9 1/3] bpf: refactor max_depth computation in bpf_get_stack()
2025-09-19 22:50 UTC (2+ messages)
[PATCH v5 0/5] barrier: Add smp_cond_load_*_timeout()
2025-09-19 22:39 UTC (7+ messages)
` [PATCH v5 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v5 2/5] arm64: "
[PATCH bpf-next v4 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
2025-09-19 22:40 UTC (5+ messages)
` [PATCH bpf-next v4 2/2] bpftool: Fix UAF in get_delegate_value
[PATCH bpf-next v7 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-09-19 22:31 UTC (9+ messages)
` [PATCH bpf-next v7 4/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
[PATCH bpf-next] selftests/bpf: fix build with new LLVM
2025-09-19 22:29 UTC (5+ messages)
[PATCH bpf-next v2 0/4] net/smc: Introduce smc_hs_ctrl
2025-09-19 22:22 UTC (3+ messages)
` [PATCH bpf-next v2 3/4] libbpf: fix error when st-prefix_ops and ops from differ btf
[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
2025-09-19 22:15 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
` [PATCH bpf-next v2 2/3] selftests/bpf: Add test for overwrite "
` [PATCH bpf-next v2 3/3] selftests/bpf/benchs: Add producer and overwrite bench for "
[PATCH net-next 00/20] netkit: Support for io_uring zero-copy and AF_XDP
2025-09-19 21:31 UTC (21+ messages)
` [PATCH net-next 01/20] net, ynl: Add bind-queue operation
` [PATCH net-next 02/20] net: Add peer to netdev_rx_queue
` [PATCH net-next 03/20] net: Add ndo_queue_create callback
` [PATCH net-next 04/20] net: Add ndo_{peer,unpeer}_queues callback
` [PATCH net-next 05/20] net, ynl: Implement netdev_nl_bind_queue_doit
` [PATCH net-next 06/20] net, ynl: Add peer info to queue-get response
` [PATCH net-next 07/20] net, ethtool: Disallow mapped real rxqs to be resized
` [PATCH net-next 08/20] net: Proxy net_mp_{open,close}_rxq for mapped queues
` [PATCH net-next 09/20] xsk: Move NETDEV_XDP_ACT_ZC into generic header
` [PATCH net-next 10/20] xsk: Move pool registration into single function
` [PATCH net-next 11/20] xsk: Add small helper xp_pool_bindable
` [PATCH net-next 12/20] xsk: Change xsk_rcv_check to check netdev/queue_id from pool
` [PATCH net-next 13/20] xsk: Proxy pool management for mapped queues
` [PATCH net-next 14/20] netkit: Add single device mode for netkit
` [PATCH net-next 15/20] netkit: Document fast vs slowpath members via macros
` [PATCH net-next 16/20] netkit: Implement rtnl_link_ops->alloc
` [PATCH net-next 17/20] netkit: Implement ndo_queue_create
` [PATCH net-next 18/20] netkit: Add io_uring zero-copy support for TCP
` [PATCH net-next 19/20] netkit: Add xsk support for af_xdp applications
` [PATCH net-next 20/20] tools, ynl: Add queue binding ynl sample application
[PATCH bpf v3 0/9] Fixes for LPM trie
2025-09-19 21:28 UTC (3+ messages)
` [PATCH bpf v3 6/9] bpf: Switch to bpf mem allocator "
[PATCH bpf-next v6 0/8] bpf: Introduce deferred task context execution
2025-09-19 20:43 UTC (13+ messages)
` [PATCH bpf-next v6 1/8] bpf: refactor special field-type detection
` [PATCH bpf-next v6 2/8] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v6 7/8] bpf: task work scheduling kfuncs
[PATCH bpf-next v2] bpf: introduce kfunc flags for dynptr types
2025-09-19 18:36 UTC (3+ messages)
[PATCH bpf-next v5 0/7] Add kfunc bpf_xdp_pull_data
2025-09-19 18:21 UTC (8+ messages)
` [PATCH bpf-next v5 1/7] bpf: Clear pfmemalloc flag when freeing all fragments
` [PATCH bpf-next v5 2/7] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v5 3/7] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v5 4/7] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v5 5/7] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v5 6/7] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v5 7/7] selftests: drv-net: Pull data before parsing headers
[PATCH bpf-next v4 0/6] Add kfunc bpf_xdp_pull_data
2025-09-19 18:13 UTC (8+ messages)
` [PATCH bpf-next v4 1/6] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v4 2/6] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v4 3/6] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v4 4/6] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v4 5/6] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v4 6/6] selftests: drv-net: Pull data before parsing headers
[PATCH bpf-next v3 00/12] bpf: replace path-sensitive with path-insensitive live stack analysis
2025-09-19 16:40 UTC (14+ messages)
` [PATCH bpf-next v3 01/12] bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
` [PATCH bpf-next v3 02/12] bpf: use compute_live_registers() info in clean_func_state
` [PATCH bpf-next v3 03/12] bpf: remove redundant REG_LIVE_READ check in stacksafe()
` [PATCH bpf-next v3 04/12] bpf: declare a few utility functions as internal api
` [PATCH bpf-next v3 05/12] bpf: compute instructions postorder per subprogram
` [PATCH bpf-next v3 06/12] bpf: callchain sensitive stack liveness tracking using CFG
` [PATCH bpf-next v3 07/12] bpf: enable callchain sensitive stack liveness tracking
` [PATCH bpf-next v3 08/12] bpf: signal error if old liveness is more conservative than new
` [PATCH bpf-next v3 09/12] bpf: disable and remove registers chain based liveness
` [PATCH bpf-next v3 10/12] bpf: table based bpf_insn_successors()
` [PATCH bpf-next v3 11/12] selftests/bpf: __not_msg() tag for test_loader framework
` [PATCH bpf-next v3 12/12] selftests/bpf: test cases for callchain sensitive live stack tracking
[PATCH bpf-next] bpf, x86: No bpf_arch_text_poke() for kernel text
2025-09-19 16:30 UTC
[PATCH] x86/ibt: make is_endbr() notrace
2025-09-19 15:27 UTC (14+ messages)
` [PATCH] tracing: fgraph: Protect return handler from recursion loop
[syzbot] [bpf?] WARNING in do_check (2)
2025-09-19 15:13 UTC (3+ messages)
[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
2025-09-19 13:00 UTC (11+ messages)
[PATCH bpf-next 0/5] selftests/bpf: Extend sockmap_redir to test no-redir SK_DROP/SK_PASS
2025-09-19 11:29 UTC (11+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: sockmap_redir: Fix OOB handling
` [PATCH bpf-next 3/5] selftests/bpf: sockmap_redir: Rename functions
` [PATCH bpf-next 4/5] selftests/bpf: sockmap_redir: Let test specify skel's redirect_type
` [PATCH bpf-next 5/5] selftests/bpf: sockmap_redir: Support no-redirect SK_DROP/SK_PASS
[PATCH bpf-next v2 2/4] net/smc: bpf: Introduce generic hook for handshake flow
2025-09-19 9:25 UTC (2+ messages)
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-19 8:44 UTC (4+ messages)
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
2025-09-19 8:30 UTC (2+ messages)
[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
2025-09-19 8:25 UTC (2+ messages)
[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
2025-09-19 7:19 UTC
[PATCH bpf-next v4 0/2] bpf: Allow union argument in trampoline based programs
2025-09-19 4:41 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add union argument tests using fexit programs
[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
2025-09-19 2:49 UTC (2+ messages)
[PATCH v9 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-09-19 2:43 UTC (7+ messages)
` [PATCH v9 bpf-next/net 6/6] selftest: bpf: Add test for SK_MEMCG_EXCLUSIVE
[PATCH v4 00/12] Signed BPF programs
2025-09-19 2:20 UTC (6+ messages)
` [PATCH v4 01/12] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v4 11/12] bpftool: Add support for signing BPF programs
[PATCH bpf-next v3 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
2025-09-19 2:17 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] bpftool: Fix UAF in get_delegate_value
[PATCH bpf-next v2 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
2025-09-19 2:08 UTC (6+ messages)
[PATCH bpf-next v2 0/3] bpf: Allow union argument in trampoline based programs
2025-09-19 2:01 UTC (6+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Add union argument tests using fexit programs
[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
2025-09-19 1:26 UTC (6+ messages)
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
[PATCH bpf-next v2 00/12] bpf: replace path-sensitive with path-insensitive live stack analysis
2025-09-19 1:03 UTC (14+ messages)
` [PATCH bpf-next v2 01/12] bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
` [PATCH bpf-next v2 02/12] bpf: use compute_live_registers() info in clean_func_state
` [PATCH bpf-next v2 03/12] bpf: remove redundant REG_LIVE_READ check in stacksafe()
` [PATCH bpf-next v2 04/12] bpf: declare a few utility functions as internal api
` [PATCH bpf-next v2 05/12] bpf: compute instructions postorder per subprogram
` [PATCH bpf-next v2 06/12] bpf: callchain sensitive stack liveness tracking using CFG
` [PATCH bpf-next v2 07/12] bpf: enable callchain sensitive stack liveness tracking
` [PATCH bpf-next v2 08/12] bpf: signal error if old liveness is more conservative than new
` [PATCH bpf-next v2 09/12] bpf: disable and remove registers chain based liveness
` [PATCH bpf-next v2 10/12] bpf: table based bpf_insn_successors()
` [PATCH bpf-next v2 11/12] selftests/bpf: __not_msg() tag for test_loader framework
` [PATCH bpf-next v2 12/12] selftests/bpf: test cases for callchain sensitive live stack tracking
[RFC PATCH bpf-next v2 0/6] bpf: Extend bpf syscall with common attributes support
2025-09-18 23:29 UTC (3+ messages)
` [RFC PATCH bpf-next v2 4/6] bpf: Add common attr support for map_create
[PATCH bpf-next v3 0/2] Update KF_RCU_PROTECTED
2025-09-18 22:40 UTC (10+ messages)
` [PATCH bpf-next v3 1/2] bpf: Enforce RCU protection for KF_RCU_PROTECTED
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests "
[PATCH v1] perf bpf-filter: Fix opts declaration on older libbpfs
2025-09-18 21:38 UTC (2+ messages)
[PATCH bpf-next v4 0/6] Add kfunc bpf_xdp_pull_data
2025-09-18 20:19 UTC (11+ messages)
` [PATCH bpf-next v4 1/6] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v4 2/6] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v4 5/6] selftests/bpf: Test bpf_xdp_pull_data
[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
2025-09-18 19:10 UTC (6+ messages)
[PATCH bpf-next v3 0/5] bpf: Support non-linear skbs for BPF_PROG_TEST_RUN
2025-09-18 18:50 UTC (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: Refactor cleanup of bpf_prog_test_run_skb
` [PATCH bpf-next v3 2/5] bpf: Reorder bpf_prog_test_run_skb initialization
` [PATCH bpf-next v3 3/5] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN
` [PATCH bpf-next v3 4/5] selftests/bpf: Support non-linear flag in test loader
` [PATCH bpf-next v3 5/5] selftests/bpf: Test direct packet access on non-linear skbs
[PATCH bpf-next] bpf: introduce kfunc flags for dynptr types
2025-09-18 18:30 UTC (2+ messages)
[PATCH bpf-next v2 0/4] bpf: Support non-linear skbs for BPF_PROG_TEST_RUN
2025-09-18 17:10 UTC (5+ messages)
` [PATCH bpf-next v2 2/4] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN
[PATCH v2 net-next 00/14] AccECN protocol case handling series
2025-09-18 16:21 UTC (4+ messages)
` [PATCH v2 net-next 12/14] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v2 net-next 13/14] tcp: accecn: stop sending AccECN opt when loss ACK w/ option
` [PATCH v2 net-next 14/14] tcp: accecn: enable AccECN
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