From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753541AbaBOSCe (ORCPT ); Sat, 15 Feb 2014 13:02:34 -0500 Received: from mail.active-venture.com ([67.228.131.205]:50411 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753438AbaBOSCc (ORCPT ); Sat, 15 Feb 2014 13:02:32 -0500 X-Originating-IP: 108.223.40.66 Message-ID: <52FFABB7.3090302@roeck-us.net> Date: Sat, 15 Feb 2014 10:02:31 -0800 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Stephen Rothwell , Benjamin Herrenschmidt CC: Mahesh J Salgaonkar , linuxppc-dev , linux-next , Paul Mackerras , Linux Kernel Subject: Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error References: <20131209191015.22974.31604.stgit@mars> <20131210101031.82b02468d32ddb89481b24b9@canb.auug.org.au> <1386631570.32037.40.camel@pasglop> <20140212162251.57472ed024ace170b49ec2fa@canb.auug.org.au> In-Reply-To: <20140212162251.57472ed024ace170b49ec2fa@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/11/2014 09:22 PM, Stephen Rothwell wrote: > Hi all, > > On Tue, 10 Dec 2013 10:26:10 +1100 Benjamin Herrenschmidt wrote: >> >> On Tue, 2013-12-10 at 10:10 +1100, Stephen Rothwell wrote: >>> Reported-by: Stephen Rothwell >>> Tested-by: Stephen Rothwell >>> >>> Works for me. Thanks. I will add this to linux-next today if Ben >>> doesn't add it to his tree. >> >> I will but probably not soon enough for your cut today > > As noted elsewhere, this did not completely fix the problem and I have > been still getting this error from my allyesconfig builds for some time: > +allmodconfig in latest mainline. > arch/powerpc/kernel/exceptions-64s.S: Assembler messages: > arch/powerpc/kernel/exceptions-64s.S:1312: Error: attempt to move .org backwards > > Could someone please fix this? > Guenter