Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751352AbaLQTyc (ORCPT ); Wed, 17 Dec 2014 14:54:32 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:38518 "EHLO e06smtp15.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750953AbaLQTyb (ORCPT ); Wed, 17 Dec 2014 14:54:31 -0500 Message-ID: <5491DD74.3060000@de.ibm.com> Date: Wed, 17 Dec 2014 20:45:56 +0100 From: Christian Borntraeger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Russell King - ARM Linux CC: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org Subject: Re: [PATCH] arm/rpc: avoid static keyword removal via define References: <1418633287-5019-1-git-send-email-borntraeger@de.ibm.com> <1418633287-5019-2-git-send-email-borntraeger@de.ibm.com> <5490146A.3000408@de.ibm.com> <20141216114056.GP11285@n2100.arm.linux.org.uk> <5491A16A.7050101@de.ibm.com> <20141217165450.GW11285@n2100.arm.linux.org.uk> In-Reply-To: <20141217165450.GW11285@n2100.arm.linux.org.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14121719-0021-0000-0000-00000232D671 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 17.12.2014 um 17:54 schrieb Russell King - ARM Linux: > On Wed, Dec 17, 2014 at 04:29:46PM +0100, Christian Borntraeger wrote: >> Am 16.12.2014 um 12:40 schrieb Russell King - ARM Linux: >>> On Tue, Dec 16, 2014 at 12:15:54PM +0100, Christian Borntraeger wrote: >>>> Am 15.12.2014 um 09:48 schrieb Christian Borntraeger: >>>>> commit 4486b86368d7 ("[ARM] riscpc: fix decompressor font file handling") >>>>> introduced Makefile magic to avoid building a file two times. Using >>>>> -Dstatic= does break some assumptions on compiler.h that were introduced >>>>> for READ_ONCE. >>>>> >>>>> Lets just use sed on the copy instead of using a define. >>>>> >>>>> Signed-off-by: Christian Borntraeger >>>>> Cc: Russell King >>>> >>>> This fixed the linux-next build http://kisskb.ellerman.id.au/kisskb/target/1508/ >>>> Unless anybody complains, I will send the pull request for the access_once tree tomorrow and I have this patch applied on top. >>> >>> Please give me some time to look at this. >> >> >From all builds, the only problematic case was the rpc_defconfig. >> So only CONFIG_ARCH_ACORN is affected. >> >> As I said, I want to send this series this merge window, so if you >> do not find the time to look into this before rc1, what about removing >> this patch from my queue and we solve this later? >> Acorn Risc CPU is probably not the hottest platform right now, so if we >> fix this in rc2 or rc3 this might be ok - I guess. > > How does compiler.h get included when building font.o? > > Since I haven't seen your patch series, I guess it gets included somehow > via linux/types.h ? > The patch series can be found here https://lkml.org/lkml/2014/12/11/209 or https://git.kernel.org/cgit/linux/kernel/git/borntraeger/linux.git/commit/?h=linux-next font.i has [..] # 5 "./arch/arm/include/asm/types.h" 2 # 5 "include/uapi/linux/types.h" 2 # 13 "include/uapi/linux/types.h" # 1 "./include/uapi/linux/posix_types.h" 1 # 1 "include/linux/stddef.h" 1 # 1 "include/uapi/linux/stddef.h" 1 # 1 "include/linux/compiler.h" 1 # 54 "include/linux/compiler.h" # 1 "include/linux/compiler-gcc.h" 1 # 106 "include/linux/compiler-gcc.h" # 1 "include/linux/compiler-gcc4.h" 1 # 107 "include/linux/compiler-gcc.h" 2 # 55 "include/linux/compiler.h" 2 # 79 "include/linux/compiler.h" [..] But I fail to follow that chain when I walk manually. Maybe its too late in the evening. Christian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/