public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-16 16:30:59 to 2026-04-17 18:21:36 UTC [more...]

[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 v3 bpf-next 0/6] bpf: Extend BTF UAPI vlen, kinds to use unused bits
 2026-04-17 18:11 UTC  (10+ 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

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

[PATCH bpf v1 1/1] bpf: Dissociate struct_ops program with map if map_update fails
 2026-04-17 17:49 UTC 

[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 bpf v3 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-17 16:25 UTC  (7+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks

[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 v2] arm32, bpf: Reject BPF-to-BPF calls and callbacks in the JIT
 2026-04-17 16:15 UTC  (3+ messages)

[PATCH bpf-next v4 0/8] bpf: Introduce global percpu data
 2026-04-17 16:07 UTC  (7+ 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 RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
 2026-04-17 15:16 UTC  (10+ messages)

[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  (9+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks

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

[PATCH] bpf: crypto: reject unterminated type and algorithm names
 2026-04-17  7:43 UTC  (2+ messages)

[PATCH bpf-next 0/2] Detect and prune dead branches using intersection checks
 2026-04-17  5:34 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf/verifier: Use intersection checks when simulating to detect dead branches

[PATCH bpf-next v5 00/16] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-17  5:03 UTC  (34+ messages)
` [PATCH bpf-next v5 01/16] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next v5 02/16] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next v5 03/16] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v5 04/16] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next v5 05/16] bpf: Introduce bpf register BPF_REG_PARAMS
` [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 v3 0/2] bpf: fix sock_ops rtt_min OOB read
 2026-04-17  2:31 UTC  (3+ messages)
` [PATCH 1/2] bpf: extract SOCK_OPS_LOAD_TCP_SOCK_FIELD from SOCK_OPS_GET_FIELD
` [PATCH 2/2] bpf: guard sock_ops rtt_min against non-locked tcp_sock

[PATCH bpf-next v4 8/8] selftests/bpf: Add a test to verify bpf_iter for global percpu data
 2026-04-17  2:17 UTC  (3+ messages)

[PATCH net-next 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
 2026-04-17  2:08 UTC  (2+ messages)

[PATCH bpf-next v4 7/8] selftests/bpf: Add tests to verify global percpu data
 2026-04-17  2:06 UTC  (3+ messages)

[PATCH bpf-next v4 6/8] bpftool: Generate skeleton for global percpu data
 2026-04-17  2:01 UTC  (3+ messages)

arm64: Supporting DYNAMIC_FTRACE_WITH_CALL_OPS with CLANG_CFI
 2026-04-17  1:10 UTC  (3+ messages)

[PATCH v10 00/12] VMSCAPE optimization for BHI variant
 2026-04-16 23:12 UTC  (6+ messages)
` [PATCH v10 08/12] kvm: Define EXPORT_STATIC_CALL_FOR_KVM()
` [PATCH v10 09/12] x86/vmscape: Use static_call() for predictor flush

[PATCHv3 bpf] libbpf: Prevent double close and leak of btf objects
 2026-04-16 23:10 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: allow UTF-8 literals in bpf_bprintf_prepare()
 2026-04-16 23:00 UTC  (6+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: cover UTF-8 trace_printk output

[PATCH bpf-next 0/2] bpf: Fix NULL deref when storing scalar into kptr slot
 2026-04-16 22:30 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Fix NULL deref in map_kptr_match_type for scalar regs
` [PATCH bpf-next 2/2] selftests/bpf: Reject scalar store into kptr slot

[PATCH v4 00/10] Reintroduce Hornet LSM
 2026-04-16 22:17 UTC  (20+ messages)
` [PATCH v4 01/10] crypto: pkcs7: add flag for validated trust on a signed info block
` [PATCH v4 02/10] crypto: pkcs7: add ability to extract signed attributes by OID
` [PATCH v4 03/10] crypto: pkcs7: add tests for pkcs7_get_authattr
` [PATCH v4 04/10] lsm: framework for BPF integrity verification
` [PATCH v4 05/10] lsm: security: Add additional enum values for bpf integrity checks
` [PATCH v4 06/10] security: Hornet LSM
` [PATCH v4 07/10] hornet: Introduce gen_sig
` [PATCH v4 08/10] hornet: Add a light skeleton data extractor scripts
` [PATCH v4 09/10] selftests/hornet: Add a selftest for the Hornet LSM
` [PATCH v4 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

[PATCH net-next v7 7/7] net: bcmgenet: reject MTU changes incompatible with XDP
 2026-04-16 20:47 UTC  (2+ messages)

[PATCH v2 bpf-next 7/8] selftests/bpf: Fix up __u16 vlen assumptions
 2026-04-16 20:32 UTC  (2+ messages)

[PATCH v2 bpf-next 5/8] selftests/bpf: Test BTF sanitization rejection for invalid vlen
 2026-04-16 20:20 UTC  (2+ messages)

[PATCH net-next v7 6/7] net: bcmgenet: add XDP statistics counters
 2026-04-16 20:08 UTC  (2+ messages)

[PATCH bpf-next v7 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-16 20:05 UTC  (15+ messages)
` [PATCH bpf-next v7 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v7 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v7 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v7 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v7 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v7 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v7 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v7 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v7 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v7 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v7 11/11] selftests/bpf: Tolerate missing files during install

[PATCH v2 bpf-next 3/8] libbpf: Add feature for kernel extended vlen/kind support
 2026-04-16 20:01 UTC  (2+ messages)

[PATCH bpf-next v4 6/6] selftests/bpf: tc_tunnel validate decap GSO state
 2026-04-16 19:46 UTC  (3+ messages)

[PATCH net-next v7 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
 2026-04-16 19:46 UTC  (2+ messages)

[PATCH v2 bpf-next 2/8] libbpf: Adjust btf_vlen() to return a __u32
 2026-04-16 19:36 UTC  (2+ messages)

[PATCH RFC bpf-next 4/7] bpf: Improve 64bits bounds refinement from u32 bounds
 2026-04-16 19:33 UTC  (2+ messages)

[PATCH RFC bpf-next 3/7] selftests/bpf: Fix reg_bounds to prune on range violations
 2026-04-16 19:08 UTC  (2+ messages)

[PATCH v2 bpf-next 1/8] bpf: Extend BTF UAPI vlen, kinds to use unused bits
 2026-04-16 19:05 UTC  (2+ messages)

[PATCH net-next v7 4/7] net: bcmgenet: add XDP_TX support
 2026-04-16 18:54 UTC  (2+ messages)

[PATCH RFC bpf-next 2/7] selftests/bpf: Test for empty intersection of tnum and u64
 2026-04-16 18:53 UTC  (2+ messages)

[PATCH RFC bpf-next 1/7] bpf/verifier: Use intersection checks when simulating to detect dead branches
 2026-04-16 18:39 UTC  (2+ messages)

[PATCH bpf-next v6 08/11] selftests/bpf: Allow test_progs to link with a partial object set
 2026-04-16 18:11 UTC  (2+ messages)

[PATCH bpf-next 2/2] selftests/bpf: Test for empty intersection of tnum and u64
 2026-04-16 17:51 UTC  (3+ messages)

[PATCH bpf] bpf: reject ERR_PTR map->record in map_check_btf
 2026-04-16 16:41 UTC  (3+ messages)


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