BPF List
 help / color / mirror / Atom feed
 messages from 2024-01-03 23:43:51 to 2024-01-06 18:24:52 UTC [more...]

[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-06 18:24 UTC  (2+ messages)
` [PATCH bpf-next v3 1/3] bpf: btf: Support flags for BTF_SET8 sets

[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] net: filter: fix spelling mistakes
 2024-01-06  6:55 UTC 

[PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy
 2024-01-06  3:46 UTC  (16+ messages)
` [PATCH bpf-next 1/4] bpf, x64: Use emit_nops() to replace memcpy()'ing x86_nops[5]
` [PATCH bpf-next 2/4] bpf, x64: Fix tailcall hierarchy
` [PATCH bpf-next 3/4] bpf, x64: Rename RESTORE_TAIL_CALL_CNT() to LOAD_TAIL_CALL_CNT_PTR()
` [PATCH bpf-next 4/4] selftests/bpf: Add testcases for tailcall hierarchy fixing

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

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

[PATCH bpf-next 00/29] BPF token
 2024-01-05 22:27 UTC  (14+ messages)
` [PATCH bpf-next 03/29] bpf: introduce BPF token object
` [PATCH bpf-next 13/29] libbpf: add BPF token support to bpf_map_create() API

[Bpf] BPF ISA conformance groups
 2024-01-05 22:07 UTC  (12+ messages)

[PATCH v2 bpf-next 0/5] bpf: volatile compare
 2024-01-05 21:47 UTC  (8+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce "volatile compare" macro

[PATCH] bpftool: Add missing libgen.h for basename()
 2024-01-05 20:53 UTC  (7+ messages)

Fwd: BPF-NX+CFI is a good upstreaming candidate
 2024-01-05 19:52 UTC  (7+ 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  (22+ messages)
` [PATCH bpf-next 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test
` [PATCH bpf-next 04/15] bpf: Make bpf_for_each_spilled_reg consider narrow spills
` [PATCH bpf-next 05/15] selftests/bpf: Add a test case for 32-bit spill tracking
` [PATCH bpf-next 06/15] bpf: Add the assign_scalar_id_before_mov function
` [PATCH bpf-next 08/15] bpf: Assign ID to scalars on spill
` [PATCH bpf-next 09/15] selftests/bpf: Test assigning "
` [PATCH bpf-next 10/15] bpf: Track spilled unbounded scalars
` [PATCH bpf-next 11/15] selftests/bpf: Test tracking "
` [PATCH bpf-next 12/15] bpf: Preserve boundaries and track scalars on narrowing fill
` [PATCH bpf-next 13/15] selftests/bpf: Add test cases for "

[syzbot] [bpf?] [net?] WARNING in __sk_msg_free
 2024-01-05 17:32 UTC 

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-05 17:14 UTC  (7+ 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 v2 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-05 16:55 UTC  (7+ 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 net-next 0/6] remove page frag implementation in vhost_net
 2024-01-05 16:06 UTC  (3+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[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 v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-05  5:42 UTC  (19+ messages)
` [PATCH v3 bpf-next 1/9] libbpf: make uniform use of btf__fd() accessor inside libbpf
` [PATCH v3 bpf-next 2/9] libbpf: use explicit map reuse flag to skip map creation steps
` [PATCH v3 bpf-next 3/9] libbpf: don't rely on map->fd as an indicator of map being created
` [PATCH v3 bpf-next 4/9] libbpf: use stable map placeholder FDs
` [PATCH v3 bpf-next 5/9] libbpf: move exception callbacks assignment logic into relocation step
` [PATCH v3 bpf-next 6/9] libbpf: move BTF loading step after "
` [PATCH v3 bpf-next 7/9] libbpf: implement __arg_ctx fallback logic
` [PATCH v3 bpf-next 8/9] selftests/bpf: add arg:ctx cases to test_global_funcs tests
` [PATCH v3 bpf-next 9/9] selftests/bpf: add __arg_ctx BTF rewrite test

[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  (6+ messages)
` [Bpf] "

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

[PATCH bpf 1/2] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
 2024-01-05  0:33 UTC  (10+ messages)

[PATCH bpf-next 0/8] PTR_TO_BTF_ID arguments in global subprogs
 2024-01-05  0:09 UTC  (9+ 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 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 "

[PATCH v3 bpf 0/4] net: bpf_xdp_adjust_tail() fixes
 2024-01-04 20:23 UTC  (8+ messages)
` [PATCH v3 bpf 2/4] xsk: fix usage of multi-buffer BPF helpers for ZC XDP

[PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
 2024-01-04 19:29 UTC  (3+ messages)

[PATCH v3 bpf-next 0/6] bpf: volatile compare
 2024-01-04 19:04 UTC  (5+ messages)
` [PATCH v3 bpf-next 2/6] bpf: Introduce "volatile compare" macros

[PATCH bpf-next] bpf: Remove unnecessary cpu == 0 check in memalloc
 2024-01-04 18:20 UTC  (2+ messages)

[PATCH v2 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-01-04 15:23 UTC  (13+ messages)
` [PATCH v2 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v2 02/10] umh: "
` [PATCH v2 03/10] ftrace: "
` [PATCH v2 04/10] timekeeping: "
` [PATCH v2 05/10] seccomp: "
` [PATCH v2 06/10] scheduler: "
` [PATCH v2 07/10] printk: "
` [PATCH v2 08/10] kprobes: "
` [PATCH v2 09/10] delayacct: "
` [PATCH v2 10/10] bpf: "

[PATCH bpf-next v2] bpf: Return -ENOTSUPP if calls are not allowed in non-JITed programs
 2024-01-04 13:08 UTC 

[PATCH bpf-next v1] bpf: Return -ENOTSUPP if callbacks are not allowed in non-JITed programs
 2024-01-04  7:41 UTC  (4+ messages)

[PATCH bpf-next v6 0/8] bpf: Reduce memory usage for bpf_global_percpu_ma
 2024-01-04  7:01 UTC  (5+ messages)
` [PATCH bpf-next v6 3/8] bpf: Allow per unit prefill for non-fix-size percpu memory allocator

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2024-01-04  6:23 UTC  (5+ messages)
` [RFC PATCH bpf-next v2 2/4] "

[PATCH bpf 0/5] fix sockmap + stream af_unix memleak
 2024-01-04  3:47 UTC  (6+ messages)
` [PATCH bpf 1/5] bpf: sockmap, fix proto update hook to avoid dup calls

[PATCH] update the consistency issue in documentation
 2024-01-04  3:39 UTC  (2+ messages)
  ` [Bpf] "

[PATCH bpf-next 0/4] bpf: Add bpf_iter_cpumask
 2024-01-04  2:30 UTC  (4+ messages)
` [PATCH bpf-next 2/4] bpf: Add bpf_iter_cpumask kfuncs

[PATCH v2 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-04  0:30 UTC  (18+ messages)
` [PATCH v2 bpf-next 1/9] libbpf: name internal functions consistently
` [PATCH v2 bpf-next 8/9] libbpf: implement __arg_ctx fallback logic
` [PATCH v2 bpf-next 9/9] selftests/bpf: add arg:ctx cases to test_global_funcs tests


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