Re: [PATCH] scripts/sorttable: Fix endianness handling in build-time mcount sort
From: Ihor Solodrai
Date: Wed Apr 02 2025 - 19:33:22 EST
On 4/2/25 4:28 PM, Steven Rostedt wrote:
> On Wed, 02 Apr 2025 23:22:40 +0000
> "Ihor Solodrai" <ihor.solodrai@xxxxxxxxx> wrote:
>
>> Hi Vasily,
>>
>> I can confirm that this patch fixes BPF selftests on s390x:
>> https://github.com/kernel-patches/vmtest/actions/runs/14231181710
>>
>> Tested-by: Ihor Solodrai <ihor.solodrai@xxxxxxxxx>
>
> Thanks, but I already submitted a pull request that includes this fix, as
> it looked pretty obvious (I did run it through all my normal tests, but
> just didn't test the big/little endian case).
>
> https://lore.kernel.org/all/20250402174449.08caae28@xxxxxxxxxxxxxxxxxx/
Sure, that's fine. I had to test it anyway, so that a revert
fa1518875286 patch could be removed from CI. Just sharing a data
point.
Thank you.
>
> -- Steve