public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-17 15:39:13 to 2026-04-19 12:10:41 UTC [more...]

[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)

[PATCH] bpf: verifier: fix NULL deref in map_kptr_match_type() for scalar regs
 2026-04-19  5:01 UTC  (3+ messages)

[PATCH net 0/4] xsk: fix bugs around xsk skb allocation
 2026-04-19  4:58 UTC  (9+ 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] bpf: verifier: fix NULL deref in map_kptr_match_type() for scalar regs
 2026-04-19  3:59 UTC 

[PATCH bpf-next v3] libbpf: Report error when a negative kprobe offset is specified
 2026-04-19  3:09 UTC 

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-04-18 23:04 UTC  (2+ messages)

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-04-18 21:50 UTC  (15+ 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 1/1] bpf: Refactor dynptr mutability tracking
 2026-04-18 20:59 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-next v13 0/6] bpf: add cpu time counter kfuncs
 2026-04-18 16:06 UTC  (15+ 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-next v2 0/6] Add support to emit verifier warnings
 2026-04-18 11:06 UTC  (4+ 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 00/28] bpf: tracing_multi link
 2026-04-18  8:58 UTC  (52+ messages)
` [PATCHv5 bpf-next 01/28] ftrace: Add ftrace_hash_count function
` [PATCHv5 bpf-next 02/28] ftrace: Add ftrace_hash_remove function
` [PATCHv5 bpf-next 03/28] ftrace: Add add_ftrace_hash_entry function
` [PATCHv5 bpf-next 04/28] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv5 bpf-next 05/28] bpf: Add struct bpf_trampoline_ops object
` [PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
` [PATCHv5 bpf-next 07/28] bpf: Add bpf_trampoline_add/remove_prog functions
` [PATCHv5 bpf-next 08/28] bpf: Add struct bpf_tramp_node object
` [PATCHv5 bpf-next 09/28] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv5 bpf-next 10/28] bpf: Add multi tracing attach types
` [PATCHv5 bpf-next 11/28] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv5 bpf-next 12/28] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv5 bpf-next 13/28] bpf: Add support for tracing multi link
` [PATCHv5 bpf-next 14/28] bpf: Add support for tracing_multi link cookies
` [PATCHv5 bpf-next 15/28] bpf: Add support for tracing_multi link session
` [PATCHv5 bpf-next 16/28] bpf: Add support for tracing_multi link fdinfo
` [PATCHv5 bpf-next 17/28] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv5 bpf-next 18/28] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv5 bpf-next 19/28] libbpf: Add btf_type_is_traceable_func function
` [PATCHv5 bpf-next 20/28] libbpf: Add support to create tracing multi link
` [PATCHv5 bpf-next 21/28] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv5 bpf-next 22/28] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv5 bpf-next 23/28] selftests/bpf: Add tracing multi intersect tests
` [PATCHv5 bpf-next 24/28] selftests/bpf: Add tracing multi cookies test
` [PATCHv5 bpf-next 25/28] selftests/bpf: Add tracing multi session test
` [PATCHv5 bpf-next 26/28] selftests/bpf: Add tracing multi attach fails test
` [PATCHv5 bpf-next 27/28] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv5 bpf-next 28/28] selftests/bpf: Add tracing multi attach rollback tests

[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)

[PATCH v2 0/4] Firmware LSM hook
 2026-04-17 19:17 UTC  (11+ messages)

[PATCH] libbpf: Report error when a negative kprobe offset is specified
 2026-04-17 19:16 UTC  (2+ messages)

[PATCH bpf v1 1/1] bpf: Dissociate struct_ops program with map if map_update fails
 2026-04-17 19:10 UTC  (2+ messages)

[PATCH bpf-next v2] arm32, bpf: Reject BPF-to-BPF calls and callbacks in the JIT
 2026-04-17 19:10 UTC  (4+ messages)

[PATCH v3 bpf-next 0/6] bpf: Extend BTF UAPI vlen, kinds to use unused bits
 2026-04-17 19:07 UTC  (12+ messages)
` [PATCH v3 bpf-next 1/6] "
` [PATCH v3 bpf-next 2/6] libbpf: Adjust btf_vlen() to return a __u32
` [PATCH v3 bpf-next 3/6] bpftool: Support 24-bit vlen
` [PATCH v3 bpf-next 4/6] selftests/bpf: Fix up btf/invalid test for extended kind
` [PATCH v3 bpf-next 5/6] selftests/bpf: Fix up __u16 vlen assumptions

[PATCH bpf-next v7 0/9] Introduce arena library and runtime
 2026-04-17 18:21 UTC  (16+ messages)
` [PATCH bpf-next v7 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v7 4/9] selftests/bpf: Move READ_ONCE/WRITE_ONCE macros to bpf_experimental.h

[PATCH bpf-next v10 0/6] bpf: Add support for sleepable tracepoint programs
 2026-04-17 17:22 UTC  (5+ messages)
` [PATCH bpf-next v10 2/6] bpf: Add bpf_prog_run_array_sleepable()

[PATCH bpf] bpf: Validate node_id in arena_alloc_pages()
 2026-04-17 17:20 UTC  (4+ messages)

[PATCH bpf-next v4 2/8] bpf: Introduce global percpu data
 2026-04-17 17:03 UTC  (7+ messages)

[PATCH v2 0/2] selftests/bpf: Use local types for kfunc declarations
 2026-04-17 16:16 UTC  (4+ messages)
` [PATCH v2 1/2] selftests/bpf: Use local type for flow_offload_tuple_rhash in xdp_flowtable
` [PATCH v2 2/2] selftests/bpf: Use local type for bpf_fou_encap in test_tunnel_kern

[PATCH bpf-next v4 0/8] bpf: Introduce global percpu data
 2026-04-17 16:07 UTC  (5+ messages)
` [PATCH bpf-next v4 5/8] bpf: Update per-CPU maps using BPF_F_ALL_CPUS flag

[PATCH v3 bpf-next 6/6] Documentation/bpf: Update btf doc with updated vlen, kind sizes
 2026-04-17 15:39 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox