From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754766AbdKNLMk (ORCPT ); Tue, 14 Nov 2017 06:12:40 -0500 Received: from ozlabs.org ([103.22.144.67]:52943 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754453AbdKNLMP (ORCPT ); Tue, 14 Nov 2017 06:12:15 -0500 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: fc2a5a6161a26b386eb0936b74a852ff83793fb6 In-Reply-To: <20171102174936.7cc061cc@canb.auug.org.au> To: Stephen Rothwell , Benjamin Herrenschmidt , PowerPC From: Michael Ellerman Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Nicholas Piggin Subject: Re: linux-next: build failure after merge of the powerpc tree Message-Id: <3yblG540Dpz9sRg@ozlabs.org> Date: Tue, 14 Nov 2017 22:12:13 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-11-02 at 06:49:36 UTC, Stephen Rothwell wrote: > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc64 > allnoconfig) failed like this: > > arch/powerpc/kernel/irq.o: In function `.replay_system_reset': > irq.c:(.text+0x10): undefined reference to `.ppc_save_regs' > > Caused by commit > > 78adf6c214f0 ("powerpc/64s: Implement system reset idle wakeup reason") > > I have applied the following fix patch: > > From: Stephen Rothwell > Date: Thu, 2 Nov 2017 17:45:18 +1100 > Subject: [PATCH] powerpc/64s: ppc_save_regs is now needed for all 64s builds > > Fixes: 78adf6c214f0 ("powerpc/64s: Implement system reset idle wakeup reason") > Signed-off-by: Stephen Rothwell Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/fc2a5a6161a26b386eb0936b74a852 cheers