public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-08 14:24:38 to 2023-11-10 02:18:45 UTC [more...]

[RFC PATCH v2 00/31] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-10  2:18 UTC  (36+ messages)
` [RFC PATCH v2 01/31] tracing: Add a comment about ftrace_regs definition
` [RFC PATCH v2 02/31] x86: tracing: Add ftrace_regs definition in the header
` [RFC PATCH v2 03/31] seq_buf: Export seq_buf_puts()
` [RFC PATCH v2 04/31] function_graph: Convert ret_stack to a series of longs
` [RFC PATCH v2 05/31] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [RFC PATCH v2 06/31] function_graph: Add an array structure that will allow multiple callbacks
` [RFC PATCH v2 07/31] function_graph: Allow multiple users to attach to function graph
` [RFC PATCH v2 08/31] function_graph: Remove logic around ftrace_graph_entry and return
` [RFC PATCH v2 09/31] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [RFC PATCH v2 10/31] ftrace: Allow function_graph tracer to be enabled in instances
` [RFC PATCH v2 11/31] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [RFC PATCH v2 12/31] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH v2 13/31] function_graph: Add "task variables" per task for fgraph_ops
` [RFC PATCH v2 14/31] function_graph: Move set_graph_function tests to shadow stack global var
` [RFC PATCH v2 15/31] function_graph: Move graph depth stored data "
` [RFC PATCH v2 16/31] function_graph: Move graph notrace bit "
` [RFC PATCH v2 17/31] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH v2 18/31] function_graph: Add selftest for passing local variables
` [RFC PATCH v2 19/31] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [RFC PATCH v2 20/31] function_graph: Add a new exit "
` [RFC PATCH v2 21/31] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [RFC PATCH v2 22/31] fprobe: Use ftrace_regs in fprobe entry handler
` [RFC PATCH v2 23/31] fprobe: Use ftrace_regs in fprobe exit handler
` [RFC PATCH v2 24/31] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH v2 25/31] tracing: Add ftrace_fill_perf_regs() for perf event
` [RFC PATCH v2 26/31] fprobe: Rewrite fprobe on function-graph tracer
` [RFC PATCH v2 27/31] tracing/fprobe: Remove nr_maxactive from fprobe
` [RFC PATCH v2 28/31] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH v2 29/31] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [RFC PATCH v2 30/31] selftests: ftrace: Remove obsolate maxactive syntax check
` [RFC PATCH v2 31/31] Documentation: probes: Update fprobe on function-graph tracer

[PATCH bpf-next v11 00/13] Registrating struct_ops types from modules
 2023-11-10  2:11 UTC  (11+ messages)
` [PATCH bpf-next v11 01/13] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v11 04/13] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v11 05/13] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v11 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v11 09/13] bpf: validate value_type

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-10  1:51 UTC  (29+ messages)
` [PATCH net-next v2 04/21] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 05/21] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
` [PATCH net-next v2 12/21] virtio_net: xsk: tx: support tx
` [PATCH net-next v2 14/21] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v2 17/21] virtio_net: xsk: rx: skip dma unmap when rq is bind with AF_XDP

[PATCH bpf 00/11] bpf: Fix the release of inner map
 2023-11-10  1:45 UTC  (13+ messages)
` [PATCH bpf 01/11] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers

[Bpf] [PATCH] bpf, docs: Add additional ABI working draft base text
 2023-11-10  1:35 UTC  (18+ messages)
` [PATCH v3] "
  ` [Bpf] "

[PATCH v2 bpf 0/3] BPF control flow graph and precision backtrack fixes
 2023-11-10  1:34 UTC  (5+ messages)
` [PATCH v2 bpf 1/3] bpf: handle ldimm64 properly in check_cfg()
` [PATCH v2 bpf 2/3] bpf: fix precision backtracking instruction iteration
` [PATCH v2 bpf 3/3] selftests/bpf: add edge case backtracking logic test

[PATCH bpf-next 0/4] BPF control flow graph and precision backtrack fixes
 2023-11-10  1:26 UTC  (14+ messages)
` [PATCH bpf-next 1/4] bpf: handle ldimm64 properly in check_cfg()
` [PATCH bpf-next 2/4] bpf: fix precision backtracking instruction iteration
` [PATCH bpf-next 3/4] bpf: fix control-flow graph checking in privileged mode
` [PATCH bpf-next 4/4] selftests/bpf: add more test cases for check_cfg()

[syzbot] [net?] BUG: unable to handle kernel paging request in nsim_bpf
 2023-11-10  0:21 UTC  (2+ messages)

[PATCH v3 bpf-next 00/11] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-11-09 23:35 UTC  (21+ messages)
` [PATCH v3 bpf-next 01/11] cgroup: Remove unnecessary list_empty()
` [PATCH v3 bpf-next 02/11] cgroup: Make operations on the cgroup root_list RCU safe
` [PATCH v3 bpf-next 03/11] cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
` [PATCH v3 bpf-next 04/11] cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root()
` [PATCH v3 bpf-next 05/11] cgroup: Add a new helper for cgroup1 hierarchy
` [PATCH v3 bpf-next 06/11] bpf: Add a new kfunc "
` [PATCH v3 bpf-next 10/11] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()

[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
 2023-11-09 22:57 UTC  (37+ messages)
` [PATCH bpf-next 1/7] bpf: use common jump (instruction) history across all states
` [PATCH bpf-next 2/7] bpf: support non-r10 register spill/fill to/from stack in precision tracking
` [PATCH bpf-next 3/7] bpf: enforce precision for r0 on callback return
` [PATCH bpf-next 4/7] bpf: fix check for attempt to corrupt spilled pointer
` [PATCH bpf-next 5/7] bpf: preserve STACK_ZERO slots on partial reg spills
` [PATCH bpf-next 6/7] bpf: preserve constant zero when doing partial register restore
` [PATCH bpf-next 7/7] bpf: track aligned STACK_ZERO cases as imprecise spilled registers

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-09 22:29 UTC  (10+ messages)
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object

[PATCH bpf-next] selftests/bpf: Fix pyperf180 compilation failure with llvm18
 2023-11-09 22:07 UTC  (7+ messages)

[REPORT] BPF: Reproducible triggering of BUG() from userspace PoC
 2023-11-09 21:39 UTC  (2+ messages)

[RFC bpf-next v0 0/7] Unifying signed and unsigned min/max tracking
 2023-11-09 19:38 UTC  (2+ messages)

[PATCH bpf-next] bpf: Use named fields for certain bpf uapi structs
 2023-11-09 19:20 UTC  (2+ messages)

[PATCH bpf-next v2] net, xdp: allow metadata > 32
 2023-11-09 19:19 UTC  (4+ messages)

[PATCH v2 bpf-next 0/6] Allow bpf_refcount_acquire of mapval obtained via direct LD
 2023-11-09 19:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: replace register_is_const() with is_reg_const()
 2023-11-09 18:30 UTC  (3+ messages)

[PATCH v3 bpf-next 06/11] bpf: Add a new kfunc for cgroup1 hierarchy
 2023-11-09 18:23 UTC  (3+ messages)
` [PATCH v2 bpf-next] compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCC

[PATCH bpf-next 1/2] veristat: add ability to sort by stat's absolute value
 2023-11-09 18:20 UTC  (2+ messages)

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-09 18:07 UTC  (3+ messages)

[PATCHv3] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
 2023-11-09 17:43 UTC 

[PATCH bpf-next 0/8] bpf: Support cpu v4 instructions for LoongArch
 2023-11-09 15:25 UTC  (3+ messages)
` [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests "

[PATCHv2 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-09  9:28 UTC  (7+ messages)
` [PATCHv2 bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
` [PATCHv2 bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCHv2 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
` [PATCHv2 bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
` [PATCHv2 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
` [PATCHv2 bpf-next 6/6] bpftool: Add support to display uprobe_multi links

[PATCH bpf-next 00/13] BPF register bounds range vs range support
 2023-11-09  9:02 UTC  (9+ messages)
` [PATCH bpf-next 03/13] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
` [PATCH bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
` [PATCH bpf-next 05/13] bpf: remove redundant s{32,64} -> u{32,64} deduction logic
` [PATCH bpf-next 06/13] bpf: make __reg{32,64}_deduce_bounds logic more robust

[PATCH bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-09  8:56 UTC  (5+ messages)
` [PATCH bpf-next 3/6] "

[PATCHv2] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
 2023-11-09  8:08 UTC  (3+ messages)

bpf selftest pyperf180.c compilation failure with latest last llvm18 (in development)
 2023-11-09  2:58 UTC  (5+ messages)

pull-request: bpf 2023-11-08
 2023-11-09  2:20 UTC  (2+ messages)

BPF/XDP: kernel panic when removing an interface that is an xdp_redirect target
 2023-11-09  2:11 UTC  (6+ messages)

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-11-09  0:30 UTC  (8+ messages)
` [PATCH v5 bpf-next 10/23] selftests/bpf: BPF register range bounds tester
` [PATCH v5 bpf-next 21/23] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-08 16:27 UTC  (4+ messages)
` [PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array

[PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test
 2023-11-08 14:30 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