Re: [PATCH 0/4] scripts/sorttable: ftrace: Fix some bugs with sorttable and ARM 64

From: Steven Rostedt
Date: Tue Feb 25 2025 - 13:36:28 EST


On Tue, 25 Feb 2025 13:20:04 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> Steven Rostedt (4):
> ftrace: Test mcount_loc addr before calling ftrace_call_addr()
> ftrace: Check against is_kernel_text() instead of kaslr_offset()
> scripts/sorttable: Use normal sort if there's no relocs in the mcount section
> scripts/sorttable: Allow matches to functions before function entry

I just kicked off my test suite to test these patches. If they all pass,
I'll push them to linux-next tonight, so hopefully this doesn't cause
issues for others testing linux-next.

-- Steve