]> Gentwo Git Trees - linux/.git/commit
extract-vmlinux: Output used decompression method
authorMaxime Thiebaut <maxime+kernel@thiebaut.dev>
Fri, 22 Aug 2025 08:40:03 +0000 (10:40 +0200)
committerNathan Chancellor <nathan@kernel.org>
Thu, 28 Aug 2025 22:25:48 +0000 (15:25 -0700)
commit1e150869caf2fe540dd9c3367e124b59c23228c7
treebff4ceaa95c3617ff409493a04bda924d53a69ac
parent0354e81b7bd629f9c3379c9524e988ebc504fa25
extract-vmlinux: Output used decompression method

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@thiebaut.dev>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://lore.kernel.org/r/X6OQ4pHdpreJtlTnf0tFEb4Uxz8T8gFv_7Yw6tpBK4ZBgHYjJr_URwUwCVynpkb-H8Yjk7DdBF01zY-sfqu_7N5trZQfcd6s_4PtdGlHtlA=@thiebaut.dev
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/extract-vmlinux