Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scripts/extract-ikconfig: add zstd compression support

Add extract-ikconfig support for kernel images compressed with zstd.

Signed-off-by: Thitat Auareesuksakul <thitat@flux.ci>
Tested-by: Nicolas Schier <n.schier@avm.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Thitat Auareesuksakul and committed by
Masahiro Yamada
c11efc57 86879fd2

+1
+1
scripts/extract-ikconfig
··· 62 62 try_decompress '\135\0\0\0' xxx unlzma 63 63 try_decompress '\211\114\132' xy 'lzop -d' 64 64 try_decompress '\002\041\114\030' xyy 'lz4 -d -l' 65 + try_decompress '\050\265\057\375' xxx unzstd 65 66 66 67 # Bail out: 67 68 echo "$me: Cannot find kernel config." >&2