messages from 2026-04-17 20:22:36 to 2026-04-20 10:58:31 UTC [more...]
[PATCH bpf-next v3 0/4] bpf: add icmp_send_unreach kfunc
2026-04-20 10:58 UTC (2+ messages)
` [PATCH bpf-next v4 0/6] "
[PATCH bpf-next v13 0/6] bpf: add cpu time counter kfuncs
2026-04-20 10:44 UTC (19+ messages)
` [PATCH bpf-next v13 1/6] bpf: adjust BPF JIT dependency to BPF_SYSCALL
` [PATCH bpf-next v13 2/6] bpf: add bpf_get_cpu_time_counter kfunc
` [PATCH bpf-next v13 3/6] bpf: add bpf_cpu_time_counter_to_ns kfunc
` [PATCH bpf-next v13 4/6] selftests/bpf: add selftest to check bpf_get_cpu_time_counter jit
` [PATCH bpf-next v13 5/6] selftests/bpf: add usage example for cpu time counter kfuncs
` [PATCH bpf-next v13 6/6] bpf, arm64: Add JIT support "
[PATCH bpf] bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()
2026-04-20 10:41 UTC (2+ messages)
[PATCH bpf-next v5 0/6] bpf: decap flags and GSO state updates
2026-04-20 10:40 UTC (7+ messages)
` [PATCH v5 1/6] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
` [PATCH v5 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
` [PATCH v5 3/6] bpf: add BPF_F_ADJ_ROOM_DECAP_* flags for tunnel decapsulation
` [PATCH v5 4/6] bpf: allow new DECAP flags and add guard rails
` [PATCH v5 5/6] bpf: clear decap tunnel GSO state in skb_adjust_room
` [PATCH v5 6/6] selftests/bpf: tc_tunnel validate decap GSO state
[PATCH bpf-next] selftests/bpf: fix off-by-one in bpf_cpumask_populate related selftest
2026-04-20 9:37 UTC
[PATCH bpf v6 0/2] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
2026-04-20 9:21 UTC (5+ messages)
` [PATCH bpf v6 1/2] "
[PATCH net v2 0/8] xsk: fix bugs around xsk skb allocation
2026-04-20 8:28 UTC (9+ messages)
` [PATCH net v2 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
` [PATCH net v2 2/8] xsk: handle NULL dereference of the skb without frags issue
` [PATCH net v2 3/8] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
` [PATCH net v2 4/8] xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()
` [PATCH net v2 5/8] xsk: avoid skb leak in XDP_TX_METADATA case
` [PATCH net v2 6/8] xsk: free the skb when hitting the upper bound MAX_SKB_FRAGS
` [PATCH net v2 7/8] xsk: fix xsk_addrs slab leak on multi-buffer error path
` [PATCH net v2 8/8] xsk: fix u64 descriptor address truncation on 32-bit architectures
[PATCH v3 bpf-next 6/6] Documentation/bpf: Update btf doc with updated vlen, kind sizes
2026-04-20 8:09 UTC (3+ messages)
[PATCH v3 bpf-next 2/6] libbpf: Adjust btf_vlen() to return a __u32
2026-04-20 8:02 UTC (3+ messages)
[PATCH bpf-next v6 00/17] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-20 6:14 UTC (34+ messages)
` [PATCH bpf-next v6 01/17] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next v6 02/17] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next v6 03/17] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v6 04/17] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next v6 05/17] bpf: Introduce bpf register BPF_REG_PARAMS
` [PATCH bpf-next v6 06/17] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
` [PATCH bpf-next v6 07/17] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v6 08/17] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v6 09/17] bpf: Track r11 registers in const_fold and liveness
` [PATCH bpf-next v6 10/17] bpf: Prepare architecture JIT support for stack arguments
` [PATCH bpf-next v6 11/17] bpf: Enable r11 based insns
` [PATCH bpf-next v6 12/17] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v6 13/17] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next v6 14/17] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v6 15/17] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v6 16/17] selftests/bpf: Add tests for stack argument validation
` [PATCH bpf-next v6 17/17] selftests/bpf: Add verifier "
[PATCH bpf-next v2 0/6] Add support to emit verifier warnings
2026-04-20 5:45 UTC (5+ messages)
[PATCH bpf-next v4 2/8] bpf: Introduce global percpu data
2026-04-20 5:24 UTC (8+ messages)
[PATCH] bpf: verifier: fix NULL deref in map_kptr_match_type() for scalar regs
2026-04-20 4:05 UTC (4+ messages)
[PATCH] bpf: verifier: fix NULL deref in map_kptr_match_type() for scalar regs
2026-04-20 4:00 UTC (2+ messages)
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-04-19 22:51 UTC (9+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers
[PATCH] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
2026-04-19 18:27 UTC
[PATCH bpf-next v3 1/1] bpf: Refactor dynptr mutability tracking
2026-04-19 15:20 UTC (3+ messages)
[PATCH net 0/4] xsk: fix bugs around xsk skb allocation
2026-04-19 14:23 UTC (13+ messages)
` [PATCH net 1/4] xsk: avoid skb leak in XDP_TX_METADATA case
` [PATCH net 2/4] xsk: free the skb when hitting the upper bound MAX_SKB_FRAGS
` [PATCH net 3/4] xsk: handle NULL dereference of the skb without frags issue
` [PATCH net 4/4] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-04-19 13:14 UTC (3+ messages)
[PATCH bpf-next v3] libbpf: Report error when a negative kprobe offset is specified
2026-04-19 12:10 UTC (2+ messages)
[PATCH bpf-next v1 1/1] selftests/bpf: Trace bpf_local_storage_update to debug flaky local storage tests
2026-04-19 12:10 UTC (4+ messages)
[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
2026-04-18 21:50 UTC (12+ messages)
` [RFC PATCH 08/20] bpf: Add Landlock ruleset map type
[PATCH] bpf: crypto: reject unterminated type and algorithm names
2026-04-18 21:33 UTC (2+ messages)
[PATCH bpf-next v3 0/4] Add support to emit verifier warnings
2026-04-18 20:39 UTC (13+ messages)
` [PATCH bpf-next v3 1/4] bpf: Add support for verifier warning messages
` [PATCH bpf-next v3 2/4] bpf: Introduce __bpf_kfunc_mark_deprecated annotation
` [PATCH bpf-next v3 3/4] libbpf: Request verifier warnings for object loads
` [PATCH bpf-next v3 4/4] selftests/bpf: Test verifier warning logging
[PATCH] libbpf: Report error when a negative kprobe offset is specified
2026-04-18 20:24 UTC (3+ messages)
[PATCH bpf-next v5 00/16] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-18 18:54 UTC (5+ messages)
[PATCH bpf-next v5 16/16] selftests/bpf: Add verifier tests for stack argument validation
2026-04-18 18:36 UTC (4+ messages)
[PATCH bpf-next v5 15/16] selftests/bpf: Add negative test for greater-than-8-byte kfunc stack argument
2026-04-18 18:29 UTC (4+ messages)
[PATCH bpf-next v5 14/16] selftests/bpf: Add tests for BPF function stack arguments
2026-04-18 18:26 UTC (3+ messages)
[PATCH bpf-next v5 13/16] bpf,x86: Implement JIT support for stack arguments
2026-04-18 18:23 UTC (6+ messages)
[PATCH bpf-next v5 12/16] bpf: Enable stack argument support for x86_64
2026-04-18 18:07 UTC (4+ messages)
[PATCH bpf-next v5 11/16] bpf: Support stack arguments for kfunc calls
2026-04-18 18:04 UTC (7+ messages)
[PATCH bpf-next v5 10/16] bpf: Reject stack arguments if tail call reachable
2026-04-18 17:37 UTC (6+ messages)
[PATCH bpf-next v5 09/16] bpf: Reject stack arguments in non-JITed programs
2026-04-18 17:17 UTC (4+ messages)
[PATCH bpf-next v5 08/16] bpf: Support stack arguments for bpf functions
2026-04-18 17:11 UTC (6+ messages)
[PATCH bpf-next v5 07/16] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
2026-04-18 17:03 UTC (5+ messages)
[PATCH bpf-next v5 06/16] bpf: Limit the scope of BPF_REG_PARAMS usage
2026-04-18 16:54 UTC (7+ messages)
[PATCH bpf-next v5 03/16] bpf: Refactor to handle memory and size together
2026-04-18 16:47 UTC (5+ messages)
[PATCH bpf v3 1/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
2026-04-18 9:22 UTC (2+ messages)
[PATCHv5 bpf-next 13/28] bpf: Add support for tracing multi link
2026-04-18 8:58 UTC (2+ messages)
[PATCHv5 bpf-next 10/28] bpf: Add multi tracing attach types
2026-04-18 6:49 UTC (4+ messages)
[PATCHv5 bpf-next 04/28] bpf: Use mutex lock pool for bpf trampolines
2026-04-18 6:49 UTC (3+ messages)
[PATCHv5 bpf-next 20/28] libbpf: Add support to create tracing multi link
2026-04-18 6:10 UTC (2+ messages)
[PATCHv5 bpf-next 12/28] bpf: Add bpf_trampoline_multi_attach/detach functions
2026-04-18 6:10 UTC (3+ messages)
[PATCHv5 bpf-next 08/28] bpf: Add struct bpf_tramp_node object
2026-04-18 6:10 UTC (3+ messages)
[PATCHv5 bpf-next 01/28] ftrace: Add ftrace_hash_count function
2026-04-18 6:10 UTC (3+ messages)
[PATCHv5 bpf-next 02/28] ftrace: Add ftrace_hash_remove function
2026-04-18 6:10 UTC (2+ messages)
[PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
2026-04-18 6:10 UTC (2+ messages)
[PATCHv5 bpf-next 21/28] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
2026-04-18 6:10 UTC (3+ messages)
[PATCHv5 bpf-next 19/28] libbpf: Add btf_type_is_traceable_func function
2026-04-18 5:59 UTC (3+ messages)
[PATCHv5 bpf-next 18/28] libbpf: Add bpf_link_create support for tracing_multi link
2026-04-18 3:50 UTC (2+ messages)
[PATCH bpf v3 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
2026-04-18 2:19 UTC (4+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks
[GIT PULL] BPF fixes for 7.1-rc1
2026-04-18 1:30 UTC (3+ messages)
[PATCH bpf-next 0/2] Detect and prune dead branches using intersection checks
2026-04-18 0:45 UTC (11+ messages)
` [PATCH bpf-next 1/2] bpf/verifier: Use intersection checks when simulating to detect dead branches
[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
2026-04-18 0:43 UTC (9+ messages)
[PATCH bpf v2 1/2] libbpf: fix deduplication of typedef with base definitions
2026-04-17 22:10 UTC (2+ messages)
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