Re: [PATCH] gendwarfksyms: make -T symtypes output be in name order

From: Greg Kroah-Hartman
Date: Mon Jun 23 2025 - 05:39:53 EST


On Mon, Jun 23, 2025 at 10:21:47AM +0100, Giuliano Procida wrote:
> When writing symtypes information, we iterate through the entire hash
> table containing type expansions. The key order varies unpredictably
> as new entries are added, making it harder to compare symtypes between
> builds.
>
> Resolve this by sorting the type expansions by name before output.

Ah, very nice, thanks!

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>