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] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 25 Nov 2016 08:43:55 +0000
From:   Ard Biesheuvel <ard.biesheuvel@...aro.org>
To:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Michal Marek <mmarek@...e.cz>
Cc:     Ard Biesheuvel <ard.biesheuvel@...aro.org>
Subject: Re: [PATCH] scripts/kallsyms: remove last remnants of --page-offset option

On 28 October 2016 at 18:09, Ard Biesheuvel <ard.biesheuvel@...aro.org> wrote:
> The implementation of the --page-offset kallsyms command line option has
> been removed, so remove it from the usage string as well.
>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@...aro.org>
> ---
>  scripts/kallsyms.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
> index 1f22a186c18c..299b92ca1ae0 100644
> --- a/scripts/kallsyms.c
> +++ b/scripts/kallsyms.c
> @@ -76,7 +76,6 @@ static void usage(void)
>  {
>         fprintf(stderr, "Usage: kallsyms [--all-symbols] "
>                         "[--symbol-prefix=<prefix char>] "
> -                       "[--page-offset=<CONFIG_PAGE_OFFSET>] "
>                         "[--base-relative] < in.map > out.S\n");
>         exit(1);
>  }
> --
> 2.7.4
>

Ping?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ