BPF List
 help / color / mirror / Atom feed
 messages from 2024-02-06 03:33:32 to 2024-02-08 01:17:10 UTC [more...]

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-08  1:16 UTC  (29+ messages)
` [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *'
` [PATCH bpf-next 02/16] bpf: Recognize '__map' suffix in kfunc arguments
` [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH bpf-next 04/16] bpf: Introduce bpf_arena
` [PATCH bpf-next 05/16] bpf: Disasm support for cast_kern/user instructions
` [PATCH bpf-next 06/16] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH bpf-next 07/16] bpf: Add x86-64 JIT support for bpf_cast_user instruction
` [PATCH bpf-next 08/16] bpf: Recognize cast_kern/user instructions in the verifier
` [PATCH bpf-next 09/16] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH bpf-next 10/16] libbpf: Add __arg_arena to bpf_helpers.h
` [PATCH bpf-next 11/16] libbpf: Add support for bpf_arena
` [PATCH bpf-next 12/16] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH bpf-next 13/16] bpf: Tell bpf programs kernel's PAGE_SIZE
` [PATCH bpf-next 14/16] bpf: Add helper macro bpf_arena_cast()
` [PATCH bpf-next 15/16] selftests/bpf: Add bpf_arena_list test
` [PATCH bpf-next 16/16] selftests/bpf: Add bpf_arena_htab test

[PATCH bpf-next v4 0/3] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
 2024-02-08  0:56 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf, btf: Fix error checks for btf_get_module_btf
` [PATCH bpf-next v4 2/3] bpf, btf: Add check_btf_kconfigs helper
` [PATCH bpf-next v4 3/3] bpf, btf: Check btf for register_bpf_struct_ops

[PATCH bpf-next v5 0/3] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-08  0:54 UTC  (9+ 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 v2 0/2] bpf, bpftool: Support dumping kfunc prototypes from BTF
 2024-02-08  0:50 UTC  (8+ 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: merge two CONFIG_BPF entries
 2024-02-08  0:40 UTC  (2+ messages)

[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
 2024-02-08  0:30 UTC  (13+ messages)

[PATCH bpf-next v4 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
 2024-02-08  0:20 UTC  (6+ 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 v6 bpf-next 0/5] bpf: Add bpf_iter_cpumask
 2024-02-08  0:18 UTC  (10+ 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 bpf-next] selftests/bpf: Fix flaky test verif_scale_strobemeta_subprogs
 2024-02-08  0:10 UTC  (2+ messages)

[RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
 2024-02-08  0:05 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup()
 2024-02-07 23:58 UTC  (2+ messages)

ISA document title question
 2024-02-07 23:42 UTC  (6+ messages)
` [Bpf] "

help: trying to gather process information, tx/rx byte count , ifindex for sends/receives
 2024-02-07 22:47 UTC 

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

[PATCH bpf-next] bpf: abstract loop unrolling pragmas in BPF selftests
 2024-02-07 21:45 UTC  (2+ messages)

IETF 119 Call for Agenda Items
 2024-02-07 21:09 UTC  (2+ messages)
` [Bpf] "

ISA: BPF_CALL | BPF_X
 2024-02-07 18:39 UTC  (9+ messages)
` [Bpf] "

[PATCH v1 0/6] maps memory improvements and fixes
 2024-02-07 17:49 UTC  (7+ messages)
` [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

Re:Re: [PATCH v1 0/6] maps memory improvements and fixes
 2024-02-07 16:54 UTC 

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-07 15:51 UTC  (4+ messages)

[PATCH RFC bpf-next 0/4] bpf: Add support to attach return prog in kprobe multi
 2024-02-07 15:35 UTC  (5+ messages)
` [PATCH RFC bpf-next 1/4] fprobe: Add entry/exit callbacks types
` [PATCH RFC bpf-next 2/4] bpf: Add return prog to kprobe multi
` [PATCH RFC bpf-next 3/4] libbpf: Add return_prog_fd to kprobe multi opts
` [PATCH RFC bpf-next 4/4] selftests/bpf: Add kprobe multi return prog test

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-07 14:27 UTC  (6+ messages)

[PATCH v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-07 14:02 UTC  (38+ 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 v7 13/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v7 14/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v7 15/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v7 16/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v7 17/36] function_graph: Move graph depth stored data "
` [PATCH v7 18/36] function_graph: Move graph notrace bit "
` [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v7 20/36] function_graph: Improve push operation for several interrupts
` [PATCH v7 21/36] function_graph: Add selftest for passing local variables
` [PATCH v7 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v7 23/36] function_graph: Add a new exit "
` [PATCH v7 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v7 25/36] arm64: ftrace: "
` [PATCH v7 26/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v7 27/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v7 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v7 29/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v7 30/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v7 31/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v7 32/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v7 33/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v7 34/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v7 35/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v7 36/36] Documentation: probes: Update fprobe on function-graph tracer

[PATCH v9 0/4] Reduce overhead of LSMs with static calls
 2024-02-07 12:49 UTC  (5+ messages)
` [PATCH v9 1/4] kernel: Add helper macros for loop unrolling
` [PATCH v9 2/4] security: Count the LSMs enabled at compile time
` [PATCH v9 3/4] security: Replace indirect LSM hook calls with static calls
` [PATCH v9 4/4] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH net v2] bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY
 2024-02-07  9:57 UTC  (2+ messages)

[PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
 2024-02-07  9:56 UTC  (7+ messages)

[PATCH bpf-next 1/2] bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
 2024-02-07  9:29 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()

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

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

[PATCH net-next v2] net/sched: actions report errors with extack
 2024-02-07  1:36 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Use OPTS_SET() macro in bpf_xdp_query()
 2024-02-06 18:00 UTC  (2+ messages)

[PATCH bpf-next V3] bpf: use -Wno-address-of-packed-member in some selftests
 2024-02-06 17:50 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Cross-platform BPF compiler issues
 2024-02-06 17:14 UTC 

Re:Re: [PATCH bpf-next v2 1/2] bpf: Have bpf_rdonly_cast() take a const pointer
 2024-02-06 16:03 UTC 

[PATCH net] bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY
 2024-02-06 15:56 UTC  (5+ messages)

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

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

[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  (4+ messages)
` [PATCH bpf-next v3 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h

[PATCH v5 bpf-next 0/4] bpf: Add bpf_iter_cpumask
 2024-02-06  7:38 UTC  (7+ messages)
` [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] selftests/bpf: Fix flaky test ptr_untrusted
 2024-02-06  6:37 UTC  (3+ messages)

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  (2+ messages)

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

[PATCH bpf-next v2 0/2] Enable static subprog calls in spin lock critical sections
 2024-02-06  4:00 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