Re: [PATCH] extract-vmlinux: Output used decompression method

From: Nicolas Schier
Date: Thu Aug 28 2025 - 15:04:14 EST


On Tue, Aug 26, 2025 at 07:23:49PM +0000, Maxime Thiebaut wrote:
> When extract-vmlinux succeeds, it doesn't output which decompression method
> was found at which offset. Adding this additional output in check_vmlinux()
> helps troubleshooting and reverse-engineering images.
>
> The last check_vmlinux() call was also quoted to accept spaces.
>
> Signed-off-by: Maxime Thiebaut <maxime+kernel@xxxxxxxxxxxx>
> ---
> scripts/extract-vmlinux | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)

Thanks, looks good to me.

Reviewed-by: Nicolas Schier <nsc@xxxxxxxxxx>