lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 8 Jul 2018 11:04:05 +0900
From:   Masahiro Yamada <yamada.masahiro@...ionext.com>
To:     Adam Borowski <kilobyte@...band.pl>
Cc:     Michal Marek <michal.lkml@...kovi.net>,
        Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
        Paul Menzel <pmenzel+linux-kernel@...gen.mpg.de>,
        Pavel Machek <pavel@....cz>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        X86 ML <x86@...nel.org>, Ingo Molnar <mingo@...nel.org>
Subject: Re: [PATCH resend] scripts: teach extract-vmlinux about LZ4 and ZSTD

2018-07-07 9:15 GMT+09:00 Adam Borowski <kilobyte@...band.pl>:
> Note that the LZ4 signature is different than that of modern LZ4 as we
> use the "legacy" format which suffers from some downsides like inability
> to disable compression.
>
> Signed-off-by: Adam Borowski <kilobyte@...band.pl>
> ---
> The first time this was sent I managed to screw up both the subject and
> scissors line, so it's likely whatever filter you're using didn't notice
> the patch inside a thread.

Sorry for the delay.
Applied to linux-kbuild.  Thanks!



> ZSTD compression for vmlinux is not yet in, but being able to unpack it
> can't hurt.  LZ4 is in for quite a while.
>
>
>  scripts/extract-vmlinux | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/scripts/extract-vmlinux b/scripts/extract-vmlinux
> index 5061abcc2540..e6239f39abad 100755
> --- a/scripts/extract-vmlinux
> +++ b/scripts/extract-vmlinux
> @@ -57,6 +57,8 @@ try_decompress '\3757zXZ\000' abcde unxz
>  try_decompress 'BZh'          xy    bunzip2
>  try_decompress '\135\0\0\0'   xxx   unlzma
>  try_decompress '\211\114\132' xy    'lzop -d'
> +try_decompress '\002!L\030'   xxx   'lz4 -d'
> +try_decompress '(\265/\375'   xxx   unzstd
>
>  # Bail out:
>  echo "$me: Cannot find vmlinux." >&2
> --
> 2.18.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ