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 1A0E8C47089 for ; Thu, 27 May 2021 09:18:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DF979613D3 for ; Thu, 27 May 2021 09:18:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235638AbhE0JUG (ORCPT ); Thu, 27 May 2021 05:20:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:36008 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235873AbhE0JTn (ORCPT ); Thu, 27 May 2021 05:19:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DBC91613D3; Thu, 27 May 2021 09:18:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622107090; bh=Ci0A0F4GNBGdxjvOyTIqXiqna+jABVOlhsJzNunPVH0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0J9dduxbOg5XKwiZ86pDs+q+tDswPVnptMgWxFn4UVqXxzCZWXJx85DQQKcAM/58P la+mBnDyzh+0bGC/irryaGNfGNNOK28g1TO4hKYPa+oIGZHzQZo+8rXKimoP/k/KpH VuZ3vHYPbQ0ZV8cqhphUc1ZXMg8mY/borJkwHv3s= Date: Thu, 27 May 2021 11:18:07 +0200 From: Greg Kroah-Hartman To: Jack Wang Cc: wanpengli@tencent.com, seanjc@google.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 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. That worked, thanks! Now queued up. greg k-h