-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Acked-by: Pingfan Liu <[email protected]> Signed-off-by: Simon Horman <[email protected]>
- Loading branch information
1 parent
60ce9bd
commit a7fcd42
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters