Hello: This patch was applied to riscv/linux.git (fixes) by Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>: On Thu, 10 Oct 2024 20:21:14 -0400 you wrote: > From: Steven Rostedt <rostedt@xxxxxxxxxxx> > > Most architectures use pt_regs within ftrace_regs making a lot of the > accessor functions just calls to the pt_regs internally. Instead of > duplication this effort, use a HAVE_ARCH_FTRACE_REGS for architectures > that have their own ftrace_regs that is not based on pt_regs and will > define all the accessor functions, and for the architectures that just use > pt_regs, it will leave it undefined, and the default accessor functions > will be used. > > [...] Here is the summary with links: - [v3] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs https://git.kernel.org/riscv/c/e4cf33ca4812 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html