Hello: This series was applied to riscv/linux.git (fixes) by Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>: On Tue, 08 Oct 2024 19:05:27 -0400 you wrote: > This is based on: > > https://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git/ > ftrace/for-next > > ftrace_regs was created to hold registers that store information to save > function parameters, return value and stack. Since it is a subset of > pt_regs, it should only be used by its accessor functions. But because > pt_regs can easily be taken from ftrace_regs (on most archs), it is > tempting to use it directly. But when running on other architectures, it > may fail to build or worse, build but crash the kernel! > > [...] Here is the summary with links: - [v2,1/2] ftrace: Make ftrace_regs abstract from direct use https://git.kernel.org/riscv/c/7888af4166d4 - [v2,2/2] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html