From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933455AbaAFXNS (ORCPT ); Mon, 6 Jan 2014 18:13:18 -0500 Received: from gate.crashing.org ([63.228.1.57]:38194 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933425AbaAFXNP (ORCPT ); Mon, 6 Jan 2014 18:13:15 -0500 Message-ID: <1389049979.12906.11.camel@pasglop> Subject: Re: linux-next: build failure after merge of the final tree From: Benjamin Herrenschmidt To: Stephen Rothwell Cc: linuxppc-dev@lists.ozlabs.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Mahesh Salgaonkar Date: Tue, 07 Jan 2014 10:12:59 +1100 In-Reply-To: <20140106202856.5630590efc4bd6a466b7a668@canb.auug.org.au> References: <20140106202856.5630590efc4bd6a466b7a668@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2014-01-06 at 20:28 +1100, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > arch/powerpc/kernel/exceptions-64s.S: Assembler messages: > arch/powerpc/kernel/exceptions-64s.S:1312: Error: attempt to move .org backwards > > The last time I got this error, I needed to apply patch "powerpc: Fix > "attempt to move .org backwards" error", but that has been included in > the powerpc tree now, so I guess something else has added code in a > critical place. :-( > > I have just left this broken for today. I had to modify that patch when applying it, it's possible that the "new" version isn't making as much room. Without that change it would fail the build on some of my configs due to some of the asm for the maskable exception handling being too far from the conditional branches that calls it. I think it's time we do a bit of re-org of that file to figure out precisely what has to be where and move things out more aggressively. Cheers, Ben.