bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-04 20:58:37 to 2024-01-09 16:23:39 UTC [more...]

[GIT PULL] Networking for v6.8
 2024-01-09 16:23 UTC 

[PATCH] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
 2024-01-09 16:21 UTC  (2+ messages)

[PATCH bpf-next] Introduce concept of conformance groups
 2024-01-09 16:10 UTC  (6+ messages)
` [Bpf] "

[Bpf] BPF ISA conformance groups
 2024-01-09 15:26 UTC  (18+ messages)

[PATCH bpf-next 00/29] BPF token
 2024-01-09 14:52 UTC  (17+ messages)
` [PATCH bpf-next 03/29] bpf: introduce BPF token object

[PATCH v2 bpf-next 0/5] bpf: volatile compare
 2024-01-09 12:09 UTC  (14+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce "volatile compare" macro
          ` asm register constraint. Was: "

proposal to refine capability checks when _rlimit_overlimit() is true
 2024-01-09 11:45 UTC  (4+ messages)

[RFC PATCH] find_vma BPF test: increase length CPU computation
 2024-01-09  9:56 UTC 

[syzbot] [bpf?] [net?] WARNING in __sk_msg_free
 2024-01-09  9:32 UTC  (2+ messages)
` [PATCH] tls: fix "

[PATCH bpf-next v3 1/2] bpf: Track aligned st store as imprecise spilled registers
 2024-01-09  5:14 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST

[PATCH v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-09  1:49 UTC  (11+ messages)
` [PATCH v3 bpf-next 7/9] libbpf: implement __arg_ctx fallback logic

[PATCH bpf-next 0/2] bpf: Add benchmark for bpf memory allocator
 2024-01-09  1:16 UTC  (8+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Move bench specific metrics into union of structs
` [PATCH bpf-next 2/2] selftests/bpf: Add benchmark for bpf memory allocator

[PATCH bpf-next 0/3] infer packet range for 'if pkt ==/!= pkt_end' instructions
 2024-01-09  0:57 UTC  (11+ messages)
` [PATCH bpf-next 1/3] bpf: simplify try_match_pkt_pointers()
` [PATCH bpf-next 2/3] bpf: infer packet range for 'if pkt ==/!= pkt_end' comparisons
` [PATCH bpf-next 3/3] selftests/bpf: test packet range inference for 'if pkt ==/!= pkt_end'

[PATCH bpf-next v2 1/2] bpf: Track aligned st store as imprecise spilled registers
 2024-01-08 23:39 UTC  (22+ messages)

[PATCH bpf 1/2] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
 2024-01-08 23:24 UTC  (11+ messages)

[PATCH bpf-next v2 00/15] Improvements for tracking scalars in the BPF verifier
 2024-01-08 20:52 UTC  (16+ messages)
` [PATCH bpf-next v2 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test
` [PATCH bpf-next v2 02/15] bpf: make infinite loop detection in is_state_visited() exact
` [PATCH bpf-next v2 03/15] selftests/bpf: check if imprecise stack spills confuse infinite loop detection
` [PATCH bpf-next v2 04/15] bpf: Make bpf_for_each_spilled_reg consider narrow spills
` [PATCH bpf-next v2 05/15] selftests/bpf: Add a test case for 32-bit spill tracking
` [PATCH bpf-next v2 06/15] bpf: Add the assign_scalar_id_before_mov function
` [PATCH bpf-next v2 07/15] bpf: Add the get_reg_width function
` [PATCH bpf-next v2 08/15] bpf: Assign ID to scalars on spill
` [PATCH bpf-next v2 09/15] selftests/bpf: Test assigning "
` [PATCH bpf-next v2 10/15] bpf: Track spilled unbounded scalars
` [PATCH bpf-next v2 11/15] selftests/bpf: Test tracking "
` [PATCH bpf-next v2 12/15] bpf: Preserve boundaries and track scalars on narrowing fill
` [PATCH bpf-next v2 13/15] selftests/bpf: Add test cases for "
` [PATCH bpf-next v2 14/15] bpf: Optimize state pruning for spilled scalars
` [PATCH bpf-next v2 15/15] selftests/bpf: states pruning checks for scalar vs STACK_{MISC,ZERO}

[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-08 17:59 UTC  (8+ messages)
` [PATCH bpf-next v3 1/3] bpf: btf: Support flags for BTF_SET8 sets
` [PATCH bpf-next v3 2/3] bpf: btf: Add BTF_KFUNCS_START/END macro pair
` [PATCH bpf-next v3 3/3] bpf: treewide: Annotate BPF kfuncs in BTF

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2024-01-08 16:34 UTC  (14+ messages)
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[PATCH net-next 0/6] remove page frag implementation in vhost_net
 2024-01-08 15:45 UTC  (5+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[PATCH bpf-next v2] bpf: Return -ENOTSUPP if calls are not allowed in non-JITed programs
 2024-01-08 15:27 UTC  (3+ messages)

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-08 15:03 UTC  (12+ messages)
` [PATCH v5 01/34] tracing: Add a comment about ftrace_regs definition
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v5 22/34] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value

[PATCH bpf-next 0/8] PTR_TO_BTF_ID arguments in global subprogs
 2024-01-07 22:22 UTC  (10+ messages)
` [PATCH bpf-next 1/8] selftests/bpf: fix test_loader check message
` [PATCH bpf-next 2/8] bpf: make sure scalar args don't accept __arg_nonnull tag
` [PATCH bpf-next 3/8] bpf: prepare btf_prepare_func_args() for multiple tags per argument
` [PATCH bpf-next 4/8] bpf: support "
` [PATCH bpf-next 5/8] bpf: add __arg_trusted and __arg_untrusted global func tags
` [PATCH bpf-next 6/8] libbpf: add __arg_trusted and __arg_untrusted annotation macros
` [PATCH bpf-next 7/8] libbpf: add bpf_core_cast() macro
` [PATCH bpf-next 8/8] selftests/bpf: add trusted/untrusted global subprog arg tests

[PATCH bpf-next] net: filter: fix spelling mistakes
 2024-01-07 19:45 UTC  (2+ messages)

[PATCH] bpftool: Add missing libgen.h for basename()
 2024-01-06 20:02 UTC  (8+ messages)

[PATCH bpf-next v2 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-06 19:10 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] bpf: btf: Support flags for BTF_SET8 sets
` [PATCH bpf-next v2 2/3] bpf: btf: Add BTF_KFUNCS_START/END macro pair
` [PATCH bpf-next v2 3/3] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH bpf-next v3 0/3] bpf: inline bpf_kptr_xchg()
 2024-01-06  8:51 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] bpf: Support inlining bpf_kptr_xchg() helper
` [PATCH bpf-next v3 2/3] selftests/bpf: Factor out get_xlated_program() helper
` [PATCH bpf-next v3 3/3] selftests/bpf: Test the inlining of bpf_kptr_xchg()

[PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy
 2024-01-06  3:46 UTC  (13+ messages)
` [PATCH bpf-next 2/4] "

pull-request: bpf-next 2024-01-05
 2024-01-06  3:30 UTC  (2+ messages)

Fwd: BPF-NX+CFI is a good upstreaming candidate
 2024-01-05 19:52 UTC  (6+ messages)
    ` [External] "
            ` BPF not using ARM64 module_alloc?

[PATCH bpf-next 00/15] Improvements for tracking scalars in the BPF verifier
 2024-01-05 17:48 UTC  (4+ messages)
` [PATCH bpf-next 12/15] bpf: Preserve boundaries and track scalars on narrowing fill

[RFC PATCH net-next v1 0/4] Abstract page from net stack
 2024-01-05  8:40 UTC  (18+ messages)
` [RFC PATCH net-next v1 4/4] net: page_pool: use netmem_t instead of struct page in API

[PATCH bpf-next] selftests/bpf: detect testing prog flags support
 2024-01-05  8:16 UTC  (2+ messages)

[PATCH bpf-next v12 0/4] Relax tracing prog recursive attach rules
 2024-01-05  4:50 UTC  (8+ messages)
` [PATCH bpf-next v12 2/4] selftests/bpf: Add test for recursive attachment of tracing progs

[PATCH bpf-next 0/2] Annotate kfuncs in .BTF_ids section
 2024-01-05  2:37 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: btf: Support optional flags for BTF_SET8 sets
` [PATCH bpf-next 2/2] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH] update the consistency issue in documentation
 2024-01-05  1:31 UTC  (4+ messages)
      ` [Bpf] "

Funky verifier packet range error (> check works, != does not)
 2024-01-05  0:33 UTC  (8+ messages)

[PATCH bpf 0/3] s390/bpf: Fix gotol with large offsets
 2024-01-04 23:00 UTC  (9+ messages)
` [PATCH bpf 2/3] selftests/bpf: Double the size of test_loader log

[PATCH bpf-next 0/2] inline asm helpers to access array elements
 2024-01-04 22:45 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add inline assembly "

[PATCH v2 bpf-next 0/2] inline asm helpers to access array elements
 2024-01-04 21:30 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add inline assembly "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).