Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753359AbcKTSc4 (ORCPT ); Sun, 20 Nov 2016 13:32:56 -0500 Received: from mail-oi0-f66.google.com ([209.85.218.66]:34474 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752831AbcKTScw (ORCPT ); Sun, 20 Nov 2016 13:32:52 -0500 MIME-Version: 1.0 In-Reply-To: <20161120132127.GU1041@n2100.armlinux.org.uk> References: <20161017065131.GA27863@angband.pl> <20161020150814.42951f61@roar.ozlabs.ibm.com> <3446653.W8FbGAKSeQ@wuerfel> <14534456.e6dv16VA3R@wuerfel> <20161025193200.1f4d9e24@roar.ozlabs.ibm.com> <20161120132127.GU1041@n2100.armlinux.org.uk> From: Linus Torvalds Date: Sun, 20 Nov 2016 10:32:50 -0800 X-Google-Sender-Auth: UnTLUC2_O8gSgiO9b69imV-gULg Message-ID: Subject: Re: [PATCH 1/2] kbuild: provide include/asm/asm-prototypes.h for ARM To: Russell King - ARM Linux Cc: Nicholas Piggin , Arnd Bergmann , Michal Marek , Adam Borowski , Omar Sandoval , Alexey Dobriyan , Stephen Rothwell , Al Viro , Linux Kbuild mailing list , Linux Kernel Mailing List , "linux-arch@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 21 On Sun, Nov 20, 2016 at 5:21 AM, Russell King - ARM Linux wrote: > On Tue, Oct 25, 2016 at 07:32:00PM +1100, Nicholas Piggin wrote: >> >> Michal, what's your thoughts? If you merge my patch 2/2 and skip 1/2, it >> should not give any new build warnings or errors, so then arch patches can >> go via arch trees. 1/2 could go in after everyone is up to date. > > So what's the conclusion on this? I've just had a failure due to > CONFIG_TRIM_UNUSED_KSYMS reported on ARM, and it looks like (at > least some of) patch 1 could resolve it. Hmm. I've got cc6acc11cad1 kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOL 4efca4ed05cb kbuild: modversions for EXPORT_SYMBOL() for asm in my tree. Is that sufficient, or do we still have issues? Linus