LGTM, ack.

Thanks,
Tao Liu

On Fri, Nov 21, 2025 at 6:56 PM Dominique Martinet
<[email protected]> wrote:
>
> ---
> Not much to say about this, just happened to run into that building an
> aarch64 crash for testing and forgetting to add zstd flag -- thanks for
> the cross build option, that was great! :)
>
>  diskdump.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/diskdump.c b/diskdump.c
> index de907551153d..5d3ef81fc607 100644
> --- a/diskdump.c
> +++ b/diskdump.c
> @@ -1368,7 +1368,7 @@ cache_page(physaddr_t paddr)
>         } else if (pd.flags & DUMP_DH_COMPRESSED_ZSTD) {
>
>                 if (!(dd->flags & ZSTD_SUPPORTED)) {
> -                       error(INFO, "%s: uncompess failed: no zstd 
> compression support\n",
> +                       error(INFO, "%s: uncompress failed: no zstd 
> compression support\n",
>                                 DISKDUMP_VALID() ? "diskdump" : "compressed 
> kdump");
>                         return READ_ERROR;
>                 }
> @@ -1376,7 +1376,7 @@ cache_page(physaddr_t paddr)
>                 if (!dctx) {
>                         dctx = ZSTD_createDCtx();
>                         if (!dctx) {
> -                               error(INFO, "%s: uncompess failed: cannot 
> create ZSTD_DCtx\n",
> +                               error(INFO, "%s: uncompress failed: cannot 
> create ZSTD_DCtx\n",
>                                         DISKDUMP_VALID() ? "diskdump" : 
> "compressed kdump");
>                                 return READ_ERROR;
>                         }
> --
> 2.47.3
>
> --
> Crash-utility mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/
> Contribution Guidelines: https://github.com/crash-utility/crash/wiki
--
Crash-utility mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/
Contribution Guidelines: https://github.com/crash-utility/crash/wiki

Reply via email to