From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0192CC433F5 for ; Sun, 24 Oct 2021 22:09:38 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6661F61002 for ; Sun, 24 Oct 2021 22:09:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6661F61002 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Hcsgz6qDLz2yZ6 for ; Mon, 25 Oct 2021 09:09:35 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=YlPGprI+; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=YlPGprI+; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HcbxP6sthz2yQH for ; Sun, 24 Oct 2021 22:50:16 +1100 (AEDT) Received: by mail.kernel.org (Postfix) with ESMTPSA id C6F0761002; Sun, 24 Oct 2021 11:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635076212; bh=ywaQfwTgTWoV+2mMimVw/CeGgClkCrRfF+W0SYSuYuw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YlPGprI+CSRfUClnDM5XvqMhqWFAUjHI1t4VtGv5Y67ovY+odcSxSv4OUvSpmxPGR ipT+mgo7hTHRVwof7SpUDG0+hs2L3l3gFSlmYd1rSnbULM6PhoAClTH2BU24ovRE74 2XlILDKV5zLuvKt02g99dWmEKdOf1wyO8tB2rXAs= Date: Sun, 24 Oct 2021 13:49:00 +0200 From: Greg KH To: Michael Ellerman Subject: Re: Stable backport request Message-ID: References: <87zgqzbcx6.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zgqzbcx6.fsf@mpe.ellerman.id.au> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev@lists.ozlabs.org, stable@vger.kernel.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Sun, Oct 24, 2021 at 09:21:09AM +1100, Michael Ellerman wrote: > Hi Greg, > > Please backport the following commit to v5.4 and v5.10: > > 73287caa9210ded6066833195f4335f7f688a46b > ("powerpc64/idle: Fix SP offsets when saving GPRs") > > > And please backport the following commits to v5.4, v5.10 and v5.14: > > 9b4416c5095c20e110c82ae602c254099b83b72f > ("KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()") > > cdeb5d7d890e14f3b70e8087e745c4a6a7d9f337 > ("KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guest") > > 496c5fe25c377ddb7815c4ce8ecfb676f051e9b6 > ("powerpc/idle: Don't corrupt back chain when going idle") All now queued up, thanks! greg k-h