commit | a7fcd424c4c80dea5a2fd5ffa274ffeb8129c790 | [log] [tgz] |
---|---|---|
author | Jeremy Linton <jeremy.linton@arm.com> | Thu Dec 12 15:13:25 2024 -0600 |
committer | Simon Horman <horms@kernel.org> | Fri Dec 13 12:37:48 2024 +0000 |
tree | 7545ae7a9037f0085c345552894b1f1a5bd36927 | |
parent | 60ce9bdf0e5cf37ee3db3586ffc8b17f8cbb5aa3 [diff] |
kexec: Enable zstd in kexec decompression paths The kexec decompression routines support detecting zlib or lzma compressed images. Lets add the ability to automatically decompress zstd ones as well. The zstd attempt is made after gzip because its fairly inexpensive relative lzma, and gzip remains a popular option. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com> Acked-by: Pingfan Liu <piliu@redhat.com> Signed-off-by: Simon Horman <horms@kernel.org>