From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752485AbeDTTSf (ORCPT ); Fri, 20 Apr 2018 15:18:35 -0400 Received: from mail-qk0-f178.google.com ([209.85.220.178]:43890 "EHLO mail-qk0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750745AbeDTTSd (ORCPT ); Fri, 20 Apr 2018 15:18:33 -0400 X-Google-Smtp-Source: AB8JxZpRFQcXElnDVdMB3igPoy3WutSrZCVsx9OFEs3diSs6X8X/2jX6P35KIZHy5k/ZoE++lwWo4Qa8f8eUfvivkgQ= MIME-Version: 1.0 In-Reply-To: <20180420191523.GA28597@amd> References: <20180404165559.4cd0c12c@canb.auug.org.au> <20180404074856.GA9342@amd> <20180404175852.GI5700@atomide.com> <20180404184622.GA8608@amd> <20180404195951.GJ5700@atomide.com> <20180404201837.GA9710@amd> <20180415173908.GA2024@amd> <20180420073402.GA9356@amd> <20180420191523.GA28597@amd> From: Daniel Micay Date: Fri, 20 Apr 2018 15:18:32 -0400 Message-ID: Subject: Re: [regression v4.17-rc0] Re: FORTIFY_SOURCE breaks ARM compilation in -next -- was Re: ARM compile failure in Re: linux-next: Tree for Apr 4 To: Pavel Machek Cc: Kees Cook , Tony Lindgren , Thorsten Leemhuis , Linus Torvalds , Arnd Bergmann , Stephen Rothwell , Linux-Next Mailing List , Linux Kernel Mailing List , pali.rohar@gmail.com, sre@kernel.org, linux-arm-kernel , linux-omap@vger.kernel.org, Kevin Hilman , Aaro Koskinen , ivo.g.dimitrov.75@gmail.com, Patrik Bachan , "Serge E. Hallyn" , =?UTF-8?B?TWlja3Vsw6HFoSBRd2VydHo=?= , Clayton Craft , Martijn Braam , Sakari Ailus , =?UTF-8?Q?Filip_Matijevi=C4=87?= , Jinbum Park , Russell King Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20 April 2018 at 15:15, Pavel Machek wrote: > Hi! > >> >> Hi! Sorry I lost this email in my inbox. It seems this is specific to >> >> a particular subset of arm architectures? (My local builds of arm all >> >> succeed, for example. Can you send your failing config?) I'll take a >> >> closer look on Monday if Daniel doesn't beat me to it. >> > >> > Daniel, Kees: any news? >> > >> > I'm aware you did not specify which Monday :-). >> >> Hi! Sorry, I got distracted. So the .config you sent me builds fine >> with my cross compiler. I suspect this is something specific to ELDK's >> compiler. I can try some other compiler versions. What version of gcc >> is failing? > > I have: > > pavel@duo:/data/l/linux-n900$ arm-linux-gnueabi-gcc --version > arm-linux-gnueabi-gcc (GCC) 4.7.2 > Copyright (C) 2012 Free Software Foundation, Inc. > pavel@duo:/data/l/linux-n900$ arm-linux-gnueabi-ld --version > GNU ld (GNU Binutils) 2.23.1.20121113 > Copyright 2012 Free Software Foundation, Inc. > > Let me try with eldk-5.6: > > pavel@duo:/data/l/linux-n900$ arm-linux-gnueabi-gcc --version > arm-linux-gnueabi-gcc (GCC) 4.8.2 > pavel@duo:/data/l/linux-n900$ arm-linux-gnueabi-ld --version > GNU ld (GNU Binutils) 2.24 > > make lib/string.o > > Seems to succeed, so I guess full build will succeed, too... It doesn't imply that a full build would work.