Re: [PATCH] gendwarfksyms: Fix structure type overrides

From: Sami Tolvanen
Date: Fri Jun 13 2025 - 20:54:37 EST


Hi Petr,

On Fri, Jun 13, 2025 at 12:52 PM Petr Pavlu <petr.pavlu@xxxxxxxx> wrote:
>
> Nit: This code was the only user of __cache_was_expanded() and
> __cache_mark_expanded(). It is now possible to merge
> __cache_was_expanded() into cache_was_expanded() and
> __cache_mark_expanded() into cache_mark_expanded().

Nice catch. I'll send v2 with these dropped.

> Looks ok to me otherwise, feel free to add:
>
> Reviewed-by: Petr Pavlu <petr.pavlu@xxxxxxxx>

Thanks!

Sami