From: Nicolas Schier <n.schier@avm.de>
To: Thitat Auareesuksakul <thitat@flux.ci>
Cc: linux-kbuild@vger.kernel.org,
Masahiro Yamada <masahiroy@kernel.org>,
Michal Marek <michal.lkml@markovi.net>,
Nick Desaulniers <ndesaulniers@google.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scripts/extract-ikconfig: add zstd compression support
Date: Thu, 25 Aug 2022 09:21:56 +0200 [thread overview]
Message-ID: <YwcjFCXF7lKpU3r5@buildd.core.avm.de> (raw)
In-Reply-To: <20220824200340.45673-1-thitat@flux.ci>
On Thu, Aug 25, 2022 at 03:03:40AM +0700, Thitat Auareesuksakul wrote:
> 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>
> scripts/extract-ikconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/extract-ikconfig b/scripts/extract-ikconfig
> index 3b42f255e2ba..8df33e7d6daa 100755
> --- a/scripts/extract-ikconfig
> +++ b/scripts/extract-ikconfig
> @@ -62,6 +62,7 @@ try_decompress 'BZh' xy bunzip2
> try_decompress '\135\0\0\0' xxx unlzma
> try_decompress '\211\114\132' xy 'lzop -d'
> try_decompress '\002\041\114\030' xyy 'lz4 -d -l'
> +try_decompress '\050\265\057\375' xxx unzstd
>
> # Bail out:
> echo "$me: Cannot find kernel config." >&2
> --
> 2.37.2
>
next prev parent reply other threads:[~2022-08-25 7:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 20:03 [PATCH] scripts/extract-ikconfig: add zstd compression support Thitat Auareesuksakul
2022-08-25 7:21 ` Nicolas Schier [this message]
2022-08-27 14:32 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YwcjFCXF7lKpU3r5@buildd.core.avm.de \
--to=n.schier@avm.de \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masahiroy@kernel.org \
--cc=michal.lkml@markovi.net \
--cc=ndesaulniers@google.com \
--cc=thitat@flux.ci \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox