Re: [PATCH] arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64

From: Steven Rostedt
Date: Thu Feb 13 2025 - 10:21:16 EST


On Thu, 13 Feb 2025 16:09:34 +0100
Heiko Carstens <hca@xxxxxxxxxxxxx> wrote:

> Something like this:

Thanks,

I'm about to send a bunch of patches to this code that removes weak
functions. Since s390 is big-endian, it would be good for you to test them
too. I'll Cc you on them. I think I handled the endianess correctly.
Although I found a bug where if you compile le arm64 on s390 it will break
because it assumed that the endianess of the build machine was the same as
the target.

I'll be sending them shortly. Just doing some more smoke tests.

-- Steve