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:   Tue, 27 Oct 2020 17:24:05 +0100
From:   Arnd Bergmann <arnd@...nel.org>
To:     Nicholas Piggin <npiggin@...il.com>,
        Geert Uytterhoeven <geert+renesas@...der.be>
Cc:     Arnd Bergmann <arnd@...db.de>, noreply@...erman.id.au,
        linux-kernel@...r.kernel.org, linux-m68k@...ts.linux-m68k.org
Subject: Re: [PATCH -next] m68k: mmu_context: Fix Sun-3 build

From: Arnd Bergmann <arnd@...db.de>

On Tue, 27 Oct 2020 09:19:19 +0100, Geert Uytterhoeven wrote:
> When building for Sun-3 (e.g. sun3_defconfig):
> 
>     In file included from ./arch/m68k/include/asm/mmu_context.h:312,
> 		     from arch/m68k/sun3/mmu_emu.c:28:
>     ./include/asm-generic/mmu_context.h:46:20: error: redefinition of ‘destroy_context’
>        46 | static inline void destroy_context(struct mm_struct *mm)
> 	  |                    ^~~~~~~~~~~~~~~
>     In file included from arch/m68k/sun3/mmu_emu.c:28:
>     ./arch/m68k/include/asm/mmu_context.h:192:20: note: previous definition of ‘destroy_context’ was here
>       192 | static inline void destroy_context(struct mm_struct *mm)
> 	  |                    ^~~~~~~~~~~~~~~
> 
> [...]

Applied to asm-generic, thanks!

[1/1] m68k: mmu_context: Fix Sun-3 build
      commit: 2040a6bf90b530165cc86dfa879d5daa3b85f220

       Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ