From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rsN3t2rk2zDqGq for ; Sun, 17 Jul 2016 07:34:02 +1000 (AEST) Message-ID: <1468704837.20552.146.camel@kernel.crashing.org> Subject: Re: [PATCH 02/14] powerpc/irq: Add support for HV virtualization interrupts From: Benjamin Herrenschmidt To: Michael Ellerman , linuxppc-dev@ozlabs.org Date: Sat, 16 Jul 2016 16:33:57 -0500 In-Reply-To: <87ziphamta.fsf@@concordia.ellerman.id.au> References: <1467959838-6900-1-git-send-email-benh@kernel.crashing.org> <1467959838-6900-2-git-send-email-benh@kernel.crashing.org> <87ziphamta.fsf@@concordia.ellerman.id.au> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2016-07-16 at 20:40 +1000, Michael Ellerman wrote: > This is breaking allmodconfig with: > > arch/powerpc/kernel/exceptions-64s.S:778: Error: attempt to move .org backwards > arch/powerpc/kernel/exceptions-64s.S:779: Error: attempt to move .org backwards > arch/powerpc/kernel/exceptions-64s.S:803: Error: attempt to move .org backwards > arch/powerpc/kernel/exceptions-64s.S:804: Error: attempt to move .org backwards > arch/powerpc/kernel/exceptions-64s.S:823: Error: attempt to move .org backwards > arch/powerpc/kernel/exceptions-64s.S:833: Error: attempt to move .org backwards > > http://kisskb.ozlabs.ibm.com/kisskb/buildresult/12746513/ Yuck. Is that even fixable without completely shuffling all the IRQ stuff ? We really need to find a way to sort that shit once and for all... Cheers, Ben.