From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752468AbdEDKaJ (ORCPT ); Thu, 4 May 2017 06:30:09 -0400 Received: from ozlabs.org ([103.22.144.67]:48819 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751609AbdEDKaC (ORCPT ); Thu, 4 May 2017 06:30:02 -0400 From: Michael Ellerman To: Abdul Haleem , linuxppc-dev Cc: Stephen Rothwell , ego , sachinp , linux-kernel , mahesh@linux.vnet.ibm.com, npiggin@gmail.com Subject: Re: [linux-next][bisected 1945bc45] build brakes for PowerPC BE configuration on LPAR In-Reply-To: <1493889859.7355.17.camel@abdul.in.ibm.com> References: <1493889859.7355.17.camel@abdul.in.ibm.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Thu, 04 May 2017 20:29:59 +1000 Message-ID: <8760hgzzh4.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Abdul Haleem writes: > Hi, > > linux-next build fails on BE config with next-20170424 onwards > > the patch https://lkml.org/lkml/2017/4/20/994 fixes a similar issue > with kvm guest build failure. > > arch/powerpc/kernel/exceptions-64s.S: Assembler messages: > arch/powerpc/kernel/exceptions-64s.S:395: Error: operand out of range > (0xffffffffffff8280 is not between 0x0000000000000000 and > 0x000000000000ffff) > make[1]: *** [arch/powerpc/kernel/head_64.o] Error 1 I couldn't reproduce that. What toolchain are you using? cheers