Received: by 10.223.185.116 with SMTP id b49csp1337292wrg; Wed, 21 Feb 2018 17:02:19 -0800 (PST) X-Google-Smtp-Source: AH8x2265TccdSUc0PssDvV+cb+Ndk6tiFco+SYOwhnytiQqiMP9vMzB3f8QsRgRRfeLq7uxMZSYA X-Received: by 10.99.126.19 with SMTP id z19mr4144985pgc.108.1519261339591; Wed, 21 Feb 2018 17:02:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519261339; cv=none; d=google.com; s=arc-20160816; b=jP2Ei6HA5z+U63ayeakHoTbK6tdYcAq4E0ZlT88OYIiJP70d0kmKARESxuBP0niwGm 1ZHRffmQNt6YG6UUhyvOcRfe4I+b97FqoD35615UGRmtw8GTYJArhkvlSNLJIjCGkXxZ AyBMz+5DrcMlS96Dp3dwTfFbO2+IMI+l22+XF368S11NMvEyC2nbA5TrjHhAo6J/IrJi g44m8PVoydgi05JkBkM03ADTMRx84nxE19eAc1fw6FKGR3feFV20MTl/rdKYz4qcKXhD 7o/zUSZsVgCFEsXmdQS7vNXiPOPps8ih9qzkDmrU5zeagXJvhkLDwrgSLtn9gTkzT/Hy q42w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=uBe76AVOh9pcNvrprDox6Xw4AB52sqiTH+E3Vlz316c=; b=1IunYazaghUnxZFzMfl/UkAV4uxUcgiq0Jq2k/UCWeTEQ75CgB3Fkpx8+H0KshRqMv wPwAhu3/0WUAW5aQa1ZSQ9TB252rdvo31ZlMEUyVWg/jHvsgYd93+kLLfXoLxo/qkFZt yrFsilaVYTRfYFKjhwk8fKkKj8Z7yy9OBl1TcA5NfeHjlSUnu6ZYZCmvb2YOJU0g82fU q3109Ee661K1JvSlEqXkFsbTVGr/aTzEGN2uAbwi6XVtcTHz6iSJrfM/zR73UZE3NGfP 7nhDC38LzT2H3FVjcsPg6BDuS750+CJMAlC6K88mxhfQUzT0vTnjaihqI+GAyatB1bB9 Nfig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b124si675026pfa.194.2018.02.21.17.02.03; Wed, 21 Feb 2018 17:02:19 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751649AbeBVBBY (ORCPT + 99 others); Wed, 21 Feb 2018 20:01:24 -0500 Received: from ozlabs.org ([103.22.144.67]:34539 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751413AbeBVBBX (ORCPT ); Wed, 21 Feb 2018 20:01:23 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 3zmwz54q3jz9sWJ; Thu, 22 Feb 2018 12:01:21 +1100 (AEDT) From: Michael Ellerman To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Guenter Roeck , Yves-Alexis Perez , Nicholas Piggin Subject: Re: [PATCH 4.9 34/77] powerpc: fix build errors in stable tree In-Reply-To: <20180221124433.618725458@linuxfoundation.org> References: <20180221124432.172390020@linuxfoundation.org> <20180221124433.618725458@linuxfoundation.org> Date: Thu, 22 Feb 2018 12:01:21 +1100 Message-ID: <87k1v5rg66.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg Kroah-Hartman writes: > 4.9-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Nicholas Piggin > > This is just the first chunk of commit > 222f20f140623ef6033491d0103ee0875fe87d35 upstream. That should have been back ported in full? Oh I see now Greg took my 4.4 series and applied it to 4.9 but this one didn't apply. So I guess this patch is OK for now, but we do need a full back port of 222f20f to 4.9. cheers > to fix a build error in the powerpc tree due to other backports > happening (and this full patch not being backported). > > Reported-by: Guenter Roeck > Reported-by: Yves-Alexis Perez > Cc: Nicholas Piggin > Cc: Michael Ellerman > Cc: Yves-Alexis Perez > Signed-off-by: Greg Kroah-Hartman > > --- > arch/powerpc/kernel/entry_64.S | 5 +++++ > 1 file changed, 5 insertions(+) > > --- a/arch/powerpc/kernel/entry_64.S > +++ b/arch/powerpc/kernel/entry_64.S > @@ -39,6 +39,11 @@ > #include > #include > #include > +#ifdef CONFIG_PPC_BOOK3S > +#include > +#else > +#include > +#endif > > /* > * System calls.