public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-17 03:47:27 to 2026-04-18 11:07:27 UTC [more...]

[PATCH bpf-next v2 0/6] Add support to emit verifier warnings
 2026-04-18 11:06 UTC  (4+ messages)

[PATCH bpf v3 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-18  9:22 UTC  (9+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks

[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 net 0/4] xsk: fix bugs around xsk skb allocation
 2026-04-18  4:56 UTC  (5+ 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

[GIT PULL] BPF fixes for 7.1-rc1
 2026-04-18  1:30 UTC  (3+ messages)

[PATCH bpf-next v5 00/16] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-18  1:20 UTC  (42+ messages)
` [PATCH bpf-next v5 03/16] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v5 06/16] bpf: Limit the scope of BPF_REG_PARAMS usage
` [PATCH bpf-next v5 07/16] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
` [PATCH bpf-next v5 08/16] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v5 09/16] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v5 10/16] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next v5 11/16] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v5 12/16] bpf: Enable stack argument support for x86_64
` [PATCH bpf-next v5 13/16] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v5 14/16] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v5 15/16] selftests/bpf: Add negative test for greater-than-8-byte kfunc stack argument
` [PATCH bpf-next v5 16/16] selftests/bpf: Add verifier tests for stack argument validation

[PATCH bpf-next 0/2] Detect and prune dead branches using intersection checks
 2026-04-18  0:45 UTC  (12+ 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-next v1 1/1] selftests/bpf: Trace bpf_local_storage_update to debug flaky local storage tests
 2026-04-17 23:36 UTC 

[PATCH bpf v2 1/2] libbpf: fix deduplication of typedef with base definitions
 2026-04-17 22:10 UTC  (3+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: ensure typedef are deduplicated in split BTF

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

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-04-17 20:42 UTC  (14+ messages)
` [RFC PATCH 08/20] bpf: Add Landlock ruleset map type

[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  (14+ 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 v3 bpf-next 6/6] Documentation/bpf: Update btf doc with updated vlen, kind sizes

[PATCH bpf-next v7 0/9] Introduce arena library and runtime
 2026-04-17 18:21 UTC  (21+ 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  (5+ 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 bpf-next] selftests/bpf: drop xdping tool
 2026-04-17 15:33 UTC 

[PATCH bpf-next] bpf, arm32: Reject BPF_PSEUDO_CALL in the JIT
 2026-04-17 14:23 UTC  (6+ messages)

[PATCH bpf-next v4 0/6] bpf: decap flags and GSO state updates
 2026-04-17 12:27 UTC  (4+ messages)
` [PATCH bpf-next v4 5/6] bpf: clear decap tunnel GSO state in skb_adjust_room

[PATCH bpf-next v4 1/6] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
 2026-04-17 11:44 UTC  (4+ messages)

XDP BPF JIT memory leak on armv7
 2026-04-17 11:35 UTC  (7+ messages)

[PATCH bpf v2 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-17  9:27 UTC  (4+ messages)
` [PATCH bpf v2 1/2] "

[PATCH] bpf: crypto: reject unterminated type and algorithm names
 2026-04-17  7:43 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