Re: [GIT PULL] ftrace: Fixes for v6.13

From: Steven Rostedt
Date: Sun Dec 15 2024 - 00:05:02 EST


On Sun, 15 Dec 2024 04:48:43 +0000
Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:

> IOW, immediate fix is right, but the long-term fix suggested in pull request
> is not.

Actually, this requires HAVE_DYNAMIC_FTRACE_WITH_ARGS, because without
that, the fregs passed in could be NULL. fregs is guaranteed to be non-NULL
for all archs that have that set. As microblaze doesn't have that set, that
would be the fix.

I'll have to resend this pull request anyway depending on the outcome of
the first commit.

-- Steve