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, 17 Sep 2020 17:05:52 +0200
From:   Arnd Bergmann <arnd@...db.de>
To:     Christoph Hellwig <hch@....de>
Cc:     "the arch/x86 maintainers" <x86@...nel.org>,
        Jan Kara <jack@...e.com>,
        Linux ARM <linux-arm-kernel@...ts.infradead.org>,
        Linux FS-devel Mailing List <linux-fsdevel@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Linux API <linux-api@...r.kernel.org>,
        linux-arch <linux-arch@...r.kernel.org>
Subject: Re: [PATCH 1/3] compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>

On Thu, Sep 17, 2020 at 9:46 AM Christoph Hellwig <hch@....de> wrote:
>
> lift the compat_s64 and compat_u64 definitions into common code using the
> COMPAT_FOR_U64_ALIGNMENT symbol for the x86 special case.
>
> Signed-off-by: Christoph Hellwig <hch@....de>
> ---
>  arch/arm64/include/asm/compat.h   | 2 --
>  arch/mips/include/asm/compat.h    | 2 --
>  arch/parisc/include/asm/compat.h  | 2 --
>  arch/powerpc/include/asm/compat.h | 2 --
>  arch/s390/include/asm/compat.h    | 2 --
>  arch/sparc/include/asm/compat.h   | 3 +--
>  arch/x86/include/asm/compat.h     | 2 --
>  include/asm-generic/compat.h      | 8 ++++++++
>  8 files changed, 9 insertions(+), 14 deletions(-)

Acked-by: Arnd Bergmann <arnd@...db.de>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ