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,URIBL_BLOCKED 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 2EF29C4707F for ; Thu, 27 May 2021 15:44:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0AFE1613C0 for ; Thu, 27 May 2021 15:44:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235453AbhE0Ppe (ORCPT ); Thu, 27 May 2021 11:45:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:59504 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235184AbhE0Ppe (ORCPT ); Thu, 27 May 2021 11:45:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BA04661008; Thu, 27 May 2021 15:43:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622130240; bh=2fJn3hCYMdQLFVFjxMiTLdeoF8teeXHiIdFoTfIrLV4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RWqpTgNYSHbFuwARBdx3O8mrwe5Z7ox6ACvILOZfG7FpmGuGR5MmS4vQ6BZ6AHYSc tz0V964Xg9LgsMeJNKfD9gU+qSS+dsW8Ac9tKQ88PW/TvpxMoscxG9IEVaLiFZW9/k 8ZTRbSBsK2B0eTqv0VhMIcHZJEDPpgUhWfoL6Mwo= Date: Thu, 27 May 2021 17:43:57 +0200 From: Greg Kroah-Hartman To: Sean Christopherson Cc: Jack Wang , wanpengli@tencent.com, tglx@linutronix.de, stable Subject: Re: FAILED: patch "[PATCH] KVM: x86: Defer vtime accounting 'til after IRQ handling" failed to apply to 5.10-stable tree Message-ID: References: <1621006676203106@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, May 27, 2021 at 03:25:33PM +0000, Sean Christopherson wrote: > On Thu, May 27, 2021, Greg Kroah-Hartman wrote: > > On Wed, May 26, 2021 at 08:08:09AM +0200, Jack Wang wrote: > > > 于2021年5月14日周五 下午9:32写道: > > > > > > > > > > > > The patch below does not apply to the 5.10-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 . > > > > > > If I first apply 866a6dadbb02 ("context_tracking: Move guest exit > > > context tracking to separate helpers") > > > and 88d8220bbf06 ("context_tracking: Move guest exit vtime accounting > > > to separate helpers") > > > > > > then I can apply this commit cleanly to latest 5.10.y, I suppose it > > > will work for 5.12. > > Thanks much! > > > That worked, thanks! Now queued up. > > To not mess up in the future, I assume known dependencies should be tagged > "Cc: stable...", even if the dependencies aren't technically bug fixes? Yes, the documentation shows also how to do this semi-automatically: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html