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 ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wR7ps71GrzDqLL for ; Mon, 15 May 2017 15:06:45 +1000 (AEST) In-Reply-To: <20170504204112.130d7735@roar.ozlabs.ibm.com> To: Nicholas Piggin , Abdul Haleem From: Michael Ellerman Cc: sachinp , Stephen Rothwell , ego , linux-kernel , mahesh@linux.vnet.ibm.com, linuxppc-dev Subject: Re: [linux-next, bisected, 1945bc45] build brakes for PowerPC BE configuration on LPAR Message-Id: <3wR7ps3BjQz9s86@ozlabs.org> Date: Mon, 15 May 2017 15:06:45 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2017-05-04 at 10:41:12 UTC, Nicholas Piggin wrote: > On Thu, 04 May 2017 14:54:19 +0530 > Abdul Haleem wrote: > > > 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 > > > > Bisection resulted with the below bad commit. > > > > commit 1945bc4549e5cb1f9aa873ec29191aa54dc851d > > Author: Nicholas Piggin > > Date: Wed Apr 19 23:05:47 2017 +1000 > > > > powerpc/64s: Fix POWER9 machine check handler from stop state > > > > Reviewed-by: Gautham R. Shenoy > > Reviewed-by: Mahesh J Salgaonkar > > Signed-off-by: Nicholas Piggin > > Signed-off-by: Michael Ellerman > > > > arch/powerpc/include/asm/reg.h | 1 + > > arch/powerpc/kernel/exceptions-64s.S | 79 ++++++++++++++++++++++++++++++++++++++++++++----------------------------------- > > arch/powerpc/kernel/idle_book3s.S | 25 +++++++++++++++++++++++++ > > 3 files changed, 70 insertions(+), 35 deletions(-) > > > > the BE configuration file is attached. > > Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/6102c005a71b4a7a6433d43b887662 cheers