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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 83A4BC3A59E for ; Wed, 4 Sep 2019 05:26:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 56C6323400 for ; Wed, 4 Sep 2019 05:26:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567574810; bh=nX3gPPkIL8TJSohXVa0JIKl7grVeIePK6DugPul+PCY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fY9cC45PBRRggZeojt1FviidMKCH6Sesj2m8jxCfQQ5owBgi+1I49UPmpjsvzM5Jh sU7ULwIsdH0zeOlLwTIvpGL+nXS7hXtp9wB5z/Sxet+iIXe2ZWAsHn1Xa/f3Qz5FUg 8sMn8HYpMTds9+IvQIXX9b4+/7edb+SGCU695AUs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727994AbfIDF0t (ORCPT ); Wed, 4 Sep 2019 01:26:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:39116 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725938AbfIDF0t (ORCPT ); Wed, 4 Sep 2019 01:26:49 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5165A2339D; Wed, 4 Sep 2019 05:26:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567574808; bh=nX3gPPkIL8TJSohXVa0JIKl7grVeIePK6DugPul+PCY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aTPIZY9Ks7pjN6/hnenvP8Fmjc2R4DUv0jY9iqeTlgBNd8M290Q/SuKYxGBXpk2p8 NzBadxaIbbMVw8Yt2qWy3Y/xfkiZy6T2VXDwvP6rxPwMJju8SrWWYvXgJudz1rpQcp U2QrPgfvAknuTbP6Sc94W1W9QJC75NFNIUjhBKJY= Date: Wed, 4 Sep 2019 07:26:46 +0200 From: Greg KH To: Sasha Levin Cc: aik@ozlabs.ru, paulus@ozlabs.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] KVM: PPC: Book3S: Fix incorrect guest-to-user-translation" failed to apply to 4.19-stable tree Message-ID: <20190904052646.GC17236@kroah.com> References: <156753601315657@kroah.com> <20190903202113.GK5281@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190903202113.GK5281@sasha-vm> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Sep 03, 2019 at 04:21:13PM -0400, Sasha Levin wrote: > On Tue, Sep 03, 2019 at 08:40:13PM +0200, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 4.19-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > I've fixed it up for 4.19 and 4.14. The issue was mostly due to missing > 2001825efcea7 ("KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE > realmode handlers"). Thanks for fixing up all of these FAILED: reports and adding them to the queues. greg k-h