messages from 2025-09-16 08:25:23 to 2025-09-17 15:33:02 UTC [more...]
[PATCH bpf-next v3 00/14] selftests/bpf: Integrate test_xsk.c to test_progs framework
2025-09-17 15:32 UTC (9+ messages)
` [PATCH bpf-next v3 01/14] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v3 03/14] selftests/bpf: test_xsk: Fix memory leaks
` [PATCH bpf-next v3 14/14] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework
[PATCH] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21
2025-09-17 15:26 UTC (2+ messages)
[PATCH bpf-next v7 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-09-17 15:25 UTC (17+ messages)
` [PATCH bpf-next v7 1/7] bpf: Introduce internal bpf_map_check_op_flags helper function
` [PATCH bpf-next v7 2/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v7 3/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [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 v7 5/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage maps
` [PATCH bpf-next v7 6/7] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
[PATCH bpf-next v5 0/8] bpf: Introduce deferred task context execution
2025-09-17 14:58 UTC (15+ messages)
` [PATCH bpf-next v5 1/8] bpf: refactor special field-type detection
` [PATCH bpf-next v5 2/8] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v5 3/8] bpf: htab: extract helper for freeing special structs
` [PATCH bpf-next v5 4/8] bpf: verifier: permit non-zero returns from async callbacks
` [PATCH bpf-next v5 5/8] bpf: bpf task work plumbing
` [PATCH bpf-next v5 6/8] bpf: extract map key pointer calculation
` [PATCH bpf-next v5 7/8] bpf: task work scheduling kfuncs
` [PATCH bpf-next v5 8/8] selftests/bpf: BPF task work scheduling tests
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-17 14:52 UTC (4+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
[PATCH bpf-next v2 0/3] Avoid warning on bpf_sock_addr padding access
2025-09-17 14:20 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Explicitly check accesses to bpf_sock_addr
` [PATCH bpf-next v2 2/3] selftests/bpf: Move macros to bpf_misc.h
` [PATCH bpf-next v2 3/3] selftest/bpf: Test accesses to ctx padding
[PATCH bpf-next v3 0/3] Signed loads from Arena
2025-09-17 14:16 UTC (7+ messages)
` [PATCH bpf-next v3 1/3] bpf, x86: Add support for signed arena loads
[PATCH bpf-next] bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()
2025-09-17 14:05 UTC (3+ messages)
[PATCH bpf-next] bpf: support nested rcu critical sections
2025-09-17 14:03 UTC (8+ messages)
[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
2025-09-17 13:04 UTC (4+ messages)
` [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
[PATCH net-next V2 00/10] net/mlx5e: Use multiple doorbells
2025-09-17 12:56 UTC (21+ messages)
` [PATCH net-next V2 01/10] net/mlx5: Fix typo of MLX5_EQ_DOORBEL_OFFSET
` [PATCH net-next V2 02/10] net/mlx5: Remove unused 'offset' field from mlx5_sq_bfreg
` [PATCH net-next V2 03/10] net/mlx5e: Remove unused 'xsk' param of mlx5e_build_xdpsq_param
` [PATCH net-next V2 04/10] net/mlx5: Store the global doorbell in mlx5_priv
` [PATCH net-next V2 05/10] net/mlx5e: Prepare for using multiple TX doorbells
` [PATCH net-next V2 06/10] net/mlx5e: Prepare for using different CQ doorbells
` [PATCH net-next V2 07/10] net/mlx5e: Use multiple TX doorbells
` [PATCH net-next V2 08/10] net/mlx5e: Use multiple CQ doorbells
` [PATCH net-next V2 09/10] devlink: Add a 'num_doorbells' driverinit param
` [PATCH net-next V2 10/10] net/mlx5e: Use the 'num_doorbells' devlink param
[PATCH] libbpf: increase probe_name buffer size to avoid format-truncation
2025-09-17 12:43 UTC
[PATCH bpf-next v2 0/3] bpf: Allow union argument in trampoline based programs
2025-09-17 12:40 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] bpf, x64: Add union argument support in trampoline
` [PATCH bpf-next v2 3/3] selftests/bpf: Add union argument tests using fexit programs
[PATCH v2] docs/bpf: clarify ret handling in LSM BPF programs
2025-09-17 9:31 UTC (2+ messages)
[PATCH bpf-next v3 0/2] Update KF_RCU_PROTECTED
2025-09-17 8:42 UTC (5+ 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 bpf 1/3] bpf: Explicitly check accesses to bpf_sock_addr
2025-09-17 8:02 UTC (9+ messages)
` [PATCH bpf 2/3] selftests/bpf: Move macros to bpf_misc.h
` [PATCH bpf 3/3] selftest/bpf: Test accesses to ctx padding
[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
2025-09-17 7:22 UTC (4+ messages)
` [RFC PATCH bpf-next v1 1/3] bpf: Introduce BPF_PROG_TYPE_RAW_TRACEPOINT_OVERRIDE
` [RFC PATCH bpf-next v1 2/3] libbpf: Add support for BPF_PROG_TYPE_RAW_TRACEPOINT_OVERRIDE
` [RFC PATCH bpf-next v1 3/3] selftests/bpf: Add selftest for "raw_tp.o"
[PATCH slab] slab: Disallow kprobes in ___slab_alloc()
2025-09-17 7:06 UTC (13+ messages)
[PATCH v8 bpf-next/net 1/6] tcp: Save lock_sock() for memcg in inet_csk_accept()
2025-09-17 7:03 UTC (3+ messages)
[PATCH v4 00/21] Legacy hardware/cache events as json
2025-09-17 6:23 UTC (6+ messages)
` [PATCH v4 20/21] perf parse-events: Add HW_CYCLES_STR as default cycles event string
[PATCH v5 0/4] sched: make migrate_enable/migrate_disable inline
2025-09-17 6:09 UTC (5+ messages)
` [PATCH v5 1/4] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
` [PATCH v5 2/4] rcu: replace preempt.h with sched.h in include/linux/rcupdate.h
` [PATCH v5 3/4] sched: make migrate_enable/migrate_disable inline
` [PATCH v5 4/4] sched: fix some typos in include/linux/preempt.h
[PATCH 0/4] bpf: Fast-Path approach for BPF program termination
2025-09-17 4:01 UTC (8+ messages)
` [PATCH 1/4] bpf: Introduce new structs and struct fields for fast path termination
` [PATCH 3/4] bpf: runtime part of fast-path termination approach
[PATCH bpf-next v2 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
2025-09-17 3:47 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] bpftool: Fix UAF in get_delegate_value
[PATCH bpf-next v2 0/2] Update KF_RCU_PROTECTED
2025-09-17 3:20 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Enforce RCU protection for KF_RCU_PROTECTED
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests "
[PATCH 0/2] riscv, bpf: fix reads of thread_info.cpu
2025-09-17 2:40 UTC (2+ messages)
[PATCH bpf-next 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
2025-09-17 2:37 UTC (5+ messages)
` [PATCH bpf-next 2/2] bpftool: Fix UAF in get_delegate_value
[PATCH bpf-next v1 0/3] Update KF_RCU_PROTECTED, add KF_RET_RCU
2025-09-17 2:18 UTC (7+ messages)
` [PATCH bpf-next v1 2/3] bpf: Add support for KF_RET_RCU flag
[PATCH] selftests/bpf: Add back removed kfuncs declarations
2025-09-17 2:00 UTC (3+ messages)
[PATCH v4 0/3] sched: make migrate_enable/migrate_disable inline
2025-09-17 1:30 UTC (7+ messages)
` [PATCH v4 2/3] "
[PATCH bpf-next] bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()
2025-09-17 1:26 UTC (6+ messages)
[PATCH bpf-next v3 0/6] Add kfunc bpf_xdp_pull_data
2025-09-17 0:17 UTC (5+ messages)
` [PATCH bpf-next v3 2/6] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v3 4/6] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
[RFC PATCH bpf-next v2 0/6] bpf: Extend bpf syscall with common attributes support
2025-09-17 0:06 UTC (5+ messages)
` [RFC PATCH bpf-next v2 1/6] "
` [RFC PATCH bpf-next v2 2/6] libbpf: Add support for extended bpf syscall
[PATCH bpf-next v1 1/2] bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
2025-09-16 22:52 UTC (6+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: trigger verifier.c:maybe_exit_scc() for a speculative state
[PATCHv4 bpf-next 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
2025-09-16 22:28 UTC (8+ messages)
` [PATCHv4 bpf-next 1/6] bpf: Allow uprobe program to change context registers
` [PATCHv4 bpf-next 2/6] uprobe: Do not emulate/sstep original instruction when ip is changed
` [PATCHv4 bpf-next 3/6] selftests/bpf: Add uprobe context registers changes test
` [PATCHv4 bpf-next 4/6] selftests/bpf: Add uprobe context ip register change test
` [PATCHv4 bpf-next 5/6] selftests/bpf: Add kprobe write ctx attach test
` [PATCHv4 bpf-next 6/6] selftests/bpf: Add kprobe multi "
[PATCHv3 perf/core 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
2025-09-16 21:52 UTC (4+ messages)
` [PATCHv3 perf/core 1/6] bpf: Allow uprobe program to change context registers
[PATCH net 1/5] ice: fix Rx page leak on multi-buffer frames
2025-09-16 21:27 UTC (2+ messages)
` [PATCH net 2/5] i40e: remove redundant memory barrier when cleaning Tx descs
[PATCH v2 bpf-next 00/13] BPF indirect jumps
2025-09-16 20:33 UTC (3+ messages)
` [PATCH v2 bpf-next 12/13] bpftool: Recognize insn_array map type
[PATCH bpf-next v4 0/8] bpf: Introduce deferred task context execution
2025-09-16 20:08 UTC (6+ messages)
` [PATCH bpf-next v4 2/8] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v4 7/8] bpf: task work scheduling kfuncs
[PATCH v2 0/2] bpf: Add BPF_MAP_TYPE_CRED_STORAGE support
2025-09-16 19:36 UTC (12+ messages)
` [PATCH 1/2] bpf: Add BPF_MAP_TYPE_CRED_STORAGE map type and kfuncs
[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
2025-09-16 14:41 UTC (3+ messages)
[PATCH bpf] MAINTAINERS: delete inactive maintainers from AF_XDP
2025-09-16 14:10 UTC (3+ messages)
[PATCH AUTOSEL 6.16-6.12] bpf: Check the helper function is valid in get_helper_proto
2025-09-16 13:59 UTC (3+ messages)
` [PATCH AUTOSEL 6.16] selftests/bpf: Skip timer cases when bpf_timer is not supported
` [PATCH AUTOSEL 6.16-5.15] bpf: Reject bpf_timer for PREEMPT_RT
[PATCH net v2 0/2] Fix generating skb from non-linear xdp_buff for mlx5
2025-09-16 13:52 UTC (2+ messages)
[PATCH iwl-next 0/5] idpf: add XSk support
2025-09-16 11:22 UTC (3+ messages)
` [PATCH iwl-next 1/5] idpf: add virtchnl functions to manage selected queues
` [External] : "
[PATCH slab] slab: Clarify comments regarding pfmemalloc and NUMA preferences
2025-09-16 10:21 UTC (2+ messages)
[syzbot] [bpf?] WARNING in maybe_exit_scc
2025-09-16 10:20 UTC (5+ messages)
[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
2025-09-16 9:55 UTC (6+ messages)
` [PATCH slab v5 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH net-next 00/10] net/mlx5e: Use multiple doorbells
2025-09-16 8:32 UTC (4+ messages)
` [PATCH net-next 10/10] net/mlx5e: Use the 'num_doorbells' devlink param
[PATCH v19 net-next 00/10] AccECN protocol patch series
2025-09-16 8:24 UTC (8+ messages)
` [PATCH v19 net-next 04/10] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v19 net-next 05/10] tcp: sack option handling improvements
` [PATCH v19 net-next 06/10] tcp: accecn: AccECN option
` [PATCH v19 net-next 07/10] tcp: accecn: AccECN option send control
` [PATCH v19 net-next 08/10] tcp: accecn: AccECN option failure handling
` [PATCH v19 net-next 09/10] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v19 net-next 10/10] tcp: accecn: try to fit AccECN option with SACK
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;
as well as URLs for NNTP newsgroup(s).