From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755847AbcIVMiX (ORCPT ); Thu, 22 Sep 2016 08:38:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:53390 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753256AbcIVMiU (ORCPT ); Thu, 22 Sep 2016 08:38:20 -0400 Subject: Re: Build failure in -next due to 'kbuild: allow archs to select link dead code/data elimination' To: Guenter Roeck , Nicholas Piggin References: <20160912222443.GA8425@roeck-us.net> <20160913120014.1036bf91@roar.ozlabs.ibm.com> <50a6953d-48c6-4577-2be9-03e6bd5b0706@roeck-us.net> <20160913135115.089a933b@roar.ozlabs.ibm.com> <20160914123004.624dd180@roar.ozlabs.ibm.com> <20160914194853.GB16397@roeck-us.net> Cc: Chen Liqin , Lennox Wu , linux-kernel@vger.kernel.org From: Michal Marek Message-ID: Date: Thu, 22 Sep 2016 14:38:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160914194853.GB16397@roeck-us.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-09-14 21:48, Guenter Roeck wrote: > On Wed, Sep 14, 2016 at 12:30:04PM +1000, Nicholas Piggin wrote: >> commit 0ae28be83b4d6cd03ef5b481487d042f2b91954e >> Author: Nicholas Piggin >> Date: Wed Sep 14 12:24:03 2016 +1000 >> >> kbuild: -ffunction-sections fix for archs with conflicting sections >> >> Enabling -ffunction-sections modified the generic linker script to >> pull .text.* sections into regular TEXT_TEXT section, conflicting >> with some architectures. Revert that change and require archs that >> enable the option to ensure they have no conflicting section names, >> and do the appropriate merging. >> >> Signed-off-by: Nicholas Piggin >> > Tested-by: Guenter Roeck Applied to kbuild.git#kbuild. Thanks, Michal