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:   Thu, 15 Mar 2018 16:42:15 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     Arnd Bergmann <arnd@...db.de>
Cc:     linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
        Masahiro Yamada <yamada.masahiro@...ionext.com>,
        Kamil Rytarowski <n54@....com>
Subject: Re: [PATCH 15/16] recordmcount.pl: drop blackin and tile support

On Wed, 14 Mar 2018 15:52:00 +0100
Arnd Bergmann <arnd@...db.de> wrote:

> These two architectures are getting removed, so we no longer
> need the special cases.
> 
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---

Acked-by: Steven Rostedt (VMware) <rostedt@...dmis.org>

-- Steve

>  scripts/recordmcount.pl | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl
> index 2033af758173..c74ecc6504e8 100755
> --- a/scripts/recordmcount.pl
> +++ b/scripts/recordmcount.pl
> @@ -368,14 +368,6 @@ if ($arch eq "x86_64") {
>  } elsif ($arch eq "microblaze") {
>      # Microblaze calls '_mcount' instead of plain 'mcount'.
>      $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s_mcount\$";
> -} elsif ($arch eq "blackfin") {
> -    $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s__mcount\$";
> -    $mcount_adjust = -4;
> -} elsif ($arch eq "tilegx" || $arch eq "tile") {
> -    # Default to the newer TILE-Gx architecture if only "tile" is given.
> -    $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s__mcount\$";
> -    $type = ".quad";
> -    $alignment = 8;
>  } else {
>      die "Arch $arch is not supported with CONFIG_FTRACE_MCOUNT_RECORD";
>  }

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ