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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 DFC17C47082 for ; Mon, 31 May 2021 11:52:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9F5460FEB for ; Mon, 31 May 2021 11:52:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231289AbhEaLyI (ORCPT ); Mon, 31 May 2021 07:54:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:60302 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231245AbhEaLyH (ORCPT ); Mon, 31 May 2021 07:54:07 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E551160FEB; Mon, 31 May 2021 11:52:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622461947; bh=hYS95Qb8RPzCbALywlrdQD2RJ+jdlY8i4+sesJjapTA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cBx5gvBVQicwDJ/x9Q3MWV3tQi/TWjZWfuLhIQP5yS5mSTfvxLO0by051j8nVEKch dSkY9LpkVBz6OcUDzdRut2jfQaSIPt0rtgZJjPCxPC70ln70VaTlOp8jRBzdC1yVtq J+4wYSscWrNvbsSe4PabygKOu+FAxEV9Uqth6eOY= Date: Mon, 31 May 2021 13:52:24 +0200 From: Greg KH To: Krzysztof Kozlowski Cc: stable@vger.kernel.org, Andrea Righi , Paolo Bonzini , Vitaly Kuznetsov Subject: Re: [PATCH v2 | stable v5.4+ 0/3] x86/kvm: fixes for hibernation Message-ID: References: <20210531110053.14640-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210531110053.14640-1-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 31, 2021 at 01:00:50PM +0200, Krzysztof Kozlowski wrote: > Hi, > > This is version 2 of aa backport for v5.4+. Patch 3 does not apply to 5.12.y, so perhaps you need 3 series of patches here? And patch 1/3 looks about half of what is in Linus's tree, are you sure about that? thanks, greg k-h