messages from 2025-09-16 16:19:08 to 2025-09-18 03:42:59 UTC [more...]
[PATCH bpf-next v3 0/2] bpf: Allow union argument in trampoline based programs
2025-09-18 3:42 UTC
[PATCH bpf-next] bpf: support nested rcu critical sections
2025-09-18 2:25 UTC (9+ messages)
[PATCH bpf-next v5 0/8] bpf: Introduce deferred task context execution
2025-09-18 1:53 UTC (19+ 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 bpf-next v2 0/3] bpf: Allow union argument in trampoline based programs
2025-09-18 1:47 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] "
[PATCH net-next V2 00/10] net/mlx5e: Use multiple doorbells
2025-09-18 1:40 UTC (22+ 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 bpf-next v2 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
2025-09-18 1:35 UTC (3+ messages)
[PATCH v9 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-09-18 1:17 UTC (9+ messages)
` [PATCH v9 bpf-next/net 1/6] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v9 bpf-next/net 2/6] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v9 bpf-next/net 3/6] net-memcg: Introduce net.core.memcg_exclusive sysctl
` [PATCH v9 bpf-next/net 4/6] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v9 bpf-next/net 5/6] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_EXCLUSIVE
` [PATCH v9 bpf-next/net 6/6] selftest: bpf: Add test for SK_MEMCG_EXCLUSIVE
[PATCH bpf-next v4 0/6] Add kfunc bpf_xdp_pull_data
2025-09-17 22:55 UTC (7+ 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 v2 0/4] bpf: Support non-linear skbs for BPF_PROG_TEST_RUN
2025-09-17 22:06 UTC (4+ messages)
` [PATCH bpf-next v2 2/4] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN
[RFC PATCH bpf-next v2 0/6] bpf: Extend bpf syscall with common attributes support
2025-09-17 21:49 UTC (13+ messages)
` [RFC PATCH bpf-next v2 1/6] "
` [RFC PATCH bpf-next v2 2/6] libbpf: Add support for extended bpf syscall
` [RFC PATCH bpf-next v2 3/6] bpf: Add common attr support for prog_load and btf_load
` [RFC PATCH bpf-next v2 4/6] bpf: Add common attr support for map_create
` [RFC PATCH bpf-next v2 5/6] libbpf: "
[PATCH bpf-next v3 0/6] Add kfunc bpf_xdp_pull_data
2025-09-17 21:22 UTC (11+ 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
` [PATCH bpf-next v3 5/6] selftests/bpf: Test bpf_xdp_pull_data
[PATCH bpf-next v2 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
2025-09-17 21:00 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] bpftool: Fix UAF in get_delegate_value
[PATCH] libbpf: increase probe_name buffer size to avoid format-truncation
2025-09-17 20:39 UTC (2+ messages)
[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
2025-09-17 20:02 UTC (6+ 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] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21
2025-09-17 19:36 UTC (4+ messages)
` [PATCH] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21 v2
[PATCH v8 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-09-17 19:18 UTC (3+ messages)
` [PATCH v8 bpf-next/net 2/6] net-memcg: Allow decoupling memcg from global protocol memory accounting
[PATCH bpf-next v7 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-09-17 19:12 UTC (19+ 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 slab] slab: Disallow kprobes in ___slab_alloc()
2025-09-17 18:40 UTC (14+ messages)
[PATCH bpf-next v3 00/14] selftests/bpf: Integrate test_xsk.c to test_progs framework
2025-09-17 18:33 UTC (11+ 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 bpf-next] bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()
2025-09-17 18:30 UTC (4+ messages)
[PATCH bpf-next v1 1/2] bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
2025-09-17 18:30 UTC (7+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: trigger verifier.c:maybe_exit_scc() for a speculative state
[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
[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 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
[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 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)
[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 (3+ messages)
` [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
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