Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph #6990

Closed
wants to merge 1 commit into from

Conversation

kernel-patches-daemon-bpf[bot]
Copy link

Pull request for series with
subject: tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
version: 10
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=851217

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 3e9bc04
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=851217
version: 10

Pull request is NOT updated. Failed to apply https://patchwork.kernel.org/project/netdevbpf/list/?series=851217
error message:

Cmd('git') failed due to: exit code(128)
  cmdline: git am --3way
  stdout: 'Applying: tracing: Add a comment about ftrace_regs definition
Applying: tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
Applying: x86: tracing: Add ftrace_regs definition in the header
Applying: function_graph: Convert ret_stack to a series of longs
Applying: fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
Applying: function_graph: Add an array structure that will allow multiple callbacks
Applying: function_graph: Allow multiple users to attach to function graph
Applying: function_graph: Remove logic around ftrace_graph_entry and return
Applying: ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Applying: ftrace: Allow function_graph tracer to be enabled in instances
Applying: ftrace: Allow ftrace startup flags exist without dynamic ftrace
Applying: function_graph: Have the instances use their own ftrace_ops for filtering
Applying: function_graph: Use a simple LRU for fgraph_array index number
Applying: function_graph: Add "task variables" per task for fgraph_ops
Applying: function_graph: Move set_graph_function tests to shadow stack global var
Applying: function_graph: Move graph depth stored data to shadow stack global var
Applying: function_graph: Move graph notrace bit to shadow stack global var
Applying: function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
Applying: function_graph: Add selftest for passing local variables
Applying: ftrace: Add multiple fgraph storage selftest
Applying: function_graph: Pass ftrace_regs to entryfunc
Applying: function_graph: Replace fgraph_ret_regs with ftrace_regs
Applying: function_graph: Pass ftrace_regs to retfunc
Applying: fprobe: Use ftrace_regs in fprobe entry handler
Patch failed at 0024 fprobe: Use ftrace_regs in fprobe entry handler
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".'
  stderr: 'error: sha1 information is lacking or useless (include/linux/fprobe.h).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch'

conflict:


@kernel-patches-daemon-bpf
Copy link
Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=851217 irrelevant now. Closing PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants