BPF List
 help / color / mirror / Atom feed
 messages from 2024-02-03 01:38:22 to 2024-02-06 15:09:49 UTC [more...]

[PATCH v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-06 15:09 UTC  (13+ messages)
` [PATCH v7 01/36] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
` [PATCH v7 02/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v7 03/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v7 04/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v7 05/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v7 06/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v7 07/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v7 08/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v7 09/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v7 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v7 11/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v7 12/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace

[PATCH bpf-next v4 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
 2024-02-06 14:57 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
` [PATCH bpf-next v4 2/2] tools/resolve_btfids: fix cross-compilation to non-host endianness

[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF
 2024-02-06 14:14 UTC  (7+ messages)
` [PATCH dwarves v4 1/2] pahole: Add --btf_feature=decl_tag_kfuncs feature
` [PATCH dwarves v4 2/2] pahole: Inject kfunc decl tags into BTF

[PATCH bpf-next v2 0/2] bpf, bpftool: Support dumping kfunc prototypes from BTF
 2024-02-06 13:42 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Have bpf_rdonly_cast() take a const pointer
` [PATCH bpf-next v2 2/2] bpftool: Support dumping kfunc prototypes from BTF

[PATCH bpf-next] libbpf: Use OPTS_SET() macro in bpf_xdp_query()
 2024-02-06 12:59 UTC 

[PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
 2024-02-06 12:50 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
 2024-02-06 11:33 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
` [PATCH bpf-next v3 2/2] tools/resolve_btfids: fix cross-compilation to non-host endianness

[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
 2024-02-06 10:59 UTC  (9+ messages)

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-06 10:43 UTC  (4+ messages)

[PATCH bpf-next V3] bpf: use -Wno-address-of-packed-member in some selftests
 2024-02-06 10:23 UTC 

[PATCH v1 bpf-next 0/9] BPF static branches
 2024-02-06 10:02 UTC  (6+ messages)
` [PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns

[PATCH net] bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY
 2024-02-06  9:55 UTC  (3+ messages)

[RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
 2024-02-06  9:49 UTC  (3+ messages)

[PATCH v6 bpf-next 0/5] bpf: Add bpf_iter_cpumask
 2024-02-06  8:14 UTC  (6+ messages)
` [PATCH v6 bpf-next 1/5] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v6 bpf-next 2/5] bpf, docs: Add document for cpumask iter
` [PATCH v6 bpf-next 3/5] selftests/bpf: Fix error checking for cpumask_success__load()
` [PATCH v6 bpf-next 4/5] selftests/bpf: Mark cpumask kfunc declarations as __weak
` [PATCH v6 bpf-next 5/5] selftests/bpf: Add selftests for cpumask iter

[PATCH v5 bpf-next 0/4] bpf: Add bpf_iter_cpumask
 2024-02-06  7:38 UTC  (13+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add selftests for cpumask iter

FYI: bpf selftest verif_scale_strobemeta_subprogs failed with latest llvm19
 2024-02-06  6:47 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-06  6:38 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] bpf: add btf pointer to struct bpf_ctx_arg_aux
` [PATCH bpf-next v5 2/3] bpf: Create argument information for nullable arguments
` [PATCH bpf-next v5 3/3] selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators

[PATCH bpf-next] selftests/bpf: Fix flaky test ptr_untrusted
 2024-02-06  6:37 UTC  (4+ messages)

[PATCH bpf-next] bpf, docs: Fix typos in instructions-set.rst
 2024-02-06  6:33 UTC  (4+ messages)
` [Bpf] "

[PATCH bpf-next] selftests/bpf: Fix flaky test verif_scale_strobemeta_subprogs
 2024-02-06  6:30 UTC 

linux-next: build warning after merge of the bpf-next tree
 2024-02-06  4:33 UTC 

[PATCH bpf-next] libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check
 2024-02-06  4:20 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: mark dynptr kfuncs __weak to make them optional on old kernels
 2024-02-06  4:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Transfer RCU lock state across subprog calls
 2024-02-06  4:10 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: Transfer RCU lock state between "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for RCU lock transfer between subprogs

[PATCH bpf-next 0/2] xsk: support redirect to any socket bound to the same umem
 2024-02-06  4:10 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] xsk: document ability to "

[PATCH bpf-next v2 0/2] Enable static subprog calls in spin lock critical sections
 2024-02-06  4:00 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Allow calling static subprogs while holding a bpf_spin_lock
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test for static subprog call in lock cs

[PATCH v1 0/6] maps memory improvements and fixes
 2024-02-06  3:33 UTC  (7+ messages)
` [PATCH v1 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v1 2/6] perf maps: Get map before returning in maps__find
` [PATCH v1 3/6] perf maps: Get map before returning in maps__find_by_name
` [PATCH v1 4/6] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v1 5/6] perf maps: Hide maps internals
` [PATCH v1 6/6] perf maps: Locking tidy up of nr_maps

[RFC] perf: Reconsider an error code selection in bpf_map__fprintf()
 2024-02-06  2:12 UTC  (2+ messages)

[PATCH 1/1] perf bpf: Clean up the generated/copied vmlinux.h
 2024-02-06  0:19 UTC  (2+ messages)

[PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
 2024-02-05 23:24 UTC  (5+ messages)

[PATCH bpf] xsk: Add truesize to skb_add_rx_frag()
 2024-02-05 23:13 UTC  (2+ messages)

[PATCH bpf-next v3] bpf, docs: Expand set of initial conformance groups
 2024-02-05 22:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: allow bpf_skb_load_bytes in tracing prog
 2024-02-05 20:17 UTC  (2+ messages)

[linux-next:master 1465/2825] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:557:13: warning: variable 'r' set but not used
 2024-02-05 19:25 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
 2024-02-05 19:20 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Suppress warning message of an unused variable
 2024-02-05 19:00 UTC  (3+ messages)

[PATCH net-next v2] net/sched: actions report errors with extack
 2024-02-05 18:52 UTC 

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-02-05 18:43 UTC  (5+ messages)

[PATCH bpf-next] bpf: Remove an unnecessary check
 2024-02-05 18:40 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] bpf: Add generic kfunc bpf_ffs64()
 2024-02-05 18:34 UTC  (5+ messages)

Re:Re: [PATCH bpf-next] selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
 2024-02-05 16:03 UTC 

[Bpf] ISA: do individual instructions still need their own IANA status?
 2024-02-05 15:22 UTC  (3+ messages)

[PATCH net-next v5 0/5] remove page frag implementation in vhost_net
 2024-02-05 12:45 UTC  (2+ messages)
` [PATCH net-next v5 4/5] vhost/net: remove vhost_net_page_frag_refill()

[PATCH v8 net-next 0/4] add multi-buff support for xdp running in generic mode
 2024-02-05 11:35 UTC  (5+ messages)
` [PATCH v8 net-next 1/4] net: add generic percpu page_pool allocator
` [PATCH v8 net-next 2/4] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v8 net-next 3/4] xdp: add multi-buff support for xdp running in generic mode
` [PATCH v8 net-next 4/4] veth: rely on skb_cow_data_for_xdp utility routine

[PATCH net-next v2 0/7] dma: skip calling no-op sync ops when possible
 2024-02-05 11:04 UTC  (8+ messages)
` [PATCH net-next v2 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v2 2/7] dma: avoid redundant calls for sync operations
` [PATCH net-next v2 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v2 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v2 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v2 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v2 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCH bpf-next v2 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
 2024-02-05  5:42 UTC  (9+ messages)
` [PATCH bpf-next v2 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
` [PATCH bpf-next v2 2/2] tools/resolve_btfids: fix cross-compilation to non-host endianness

[PATCH bpf-next v1 0/2] Transfer RCU lock state across subprog calls
 2024-02-05  5:34 UTC  (8+ messages)
` [PATCH bpf-next v1 1/2] bpf: Transfer RCU lock state between "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for RCU lock transfer between subprogs

[PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
 2024-02-05  2:41 UTC  (2+ messages)

[RFC bpf-next v4 0/6] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-05  1:53 UTC  (6+ messages)
` [RFC bpf-next v4 5/6] bpf: Create argument information for nullable arguments

[PATCH] bpf: merge two CONFIG_BPF entries
 2024-02-05  0:22 UTC  (4+ messages)

[PATCH bpf-next v1 0/2] Enable static subprog calls in spin lock critical sections
 2024-02-04 23:55 UTC  (10+ messages)
` [PATCH bpf-next v1 1/2] bpf: Allow calling static subprogs while holding a bpf_spin_lock
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test for static subprog call in lock cs

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-04 21:34 UTC  (3+ messages)

[RFC PATCH] bpf: Prevent recursive deadlocks in BPF programs attached to spin lock helpers using fentry/ fexit
 2024-02-04 19:09 UTC  (4+ messages)

Re:[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF
 2024-02-04 18:41 UTC 

[PATCH bpf-next v3 0/2] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
 2024-02-04  6:58 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf, btf: Add register_check_missing_btf helper
` [PATCH bpf-next v3 2/2] bpf, btf: Check btf for register_bpf_struct_ops

[PATCH bpf-next v2 0/2] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
 2024-02-04  1:19 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf, btf: Add register_check_missing_btf helper
` [PATCH bpf-next v2 2/2] bpf, btf: Check btf for register_bpf_struct_ops

There has a backport bug between v5.10.79 and v5.10.80 when run bpf selftest "test_sockmap" on 5.10 lts kernel
 2024-02-04  0:35 UTC  (3+ messages)

[PATCH v7 net-next 1/4] net: add generic percpu page_pool allocator
 2024-02-03 14:52 UTC  (2+ messages)

[PATCH net] tsnep: Fix mapping for zero copy XDP_TX action
 2024-02-03 12:50 UTC  (2+ messages)

[PATCH bpf-next 0/3] Two small fixes for global subprog tagging
 2024-02-03  2:20 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