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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FF1AC83F01 for ; Sat, 26 Aug 2023 16:47:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230110AbjHZQqi (ORCPT ); Sat, 26 Aug 2023 12:46:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230100AbjHZQqU (ORCPT ); Sat, 26 Aug 2023 12:46:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 349521995; Sat, 26 Aug 2023 09:46:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BE7BE60F73; Sat, 26 Aug 2023 16:46:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF9B5C433C8; Sat, 26 Aug 2023 16:46:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693068377; bh=MHk4eMAmnRC93JNp3tgwmQW7ToeP3bKHxUQrnlCF9r4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ANft1ekhD7RP2xoOXXHewifDwbmmDdV7EqiU05jVttvD5/QtBdAFXg32Df9whFYtG gyZqxkXyUfGAq6Vppx4KImKOlS7uMx/i0zYcZM6hk1MtRN9HF+rtUGG3r/nNAn1X5o B37XQ4dsZfEo9t8ub+Bb4bjXDZ5puKA6OkQbZZok= Date: Sat, 26 Aug 2023 18:46:14 +0200 From: Greg Kroah-Hartman To: Sean Christopherson Cc: stable@vger.kernel.org, Paolo Bonzini , linux-kernel@vger.kernel.org Subject: Re: [PATCH 6.1] KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUs Message-ID: <2023082606-viper-accuracy-b0fd@gregkh> References: <20230824010104.2714198-1-seanjc@google.com> <2023082423-ninetieth-hamlet-54dc@gregkh> <2023082436-chaps-kinfolk-8588@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023082436-chaps-kinfolk-8588@gregkh> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Aug 24, 2023 at 04:46:44PM +0200, Greg Kroah-Hartman wrote: > On Thu, Aug 24, 2023 at 06:46:59AM -0700, Sean Christopherson wrote: > > On Thu, Aug 24, 2023, Greg Kroah-Hartman wrote: > > > On Wed, Aug 23, 2023 at 06:01:04PM -0700, Sean Christopherson wrote: > > > > Note, upstream commit ba6e3fe25543 ("KVM: x86/mmu: Grab mmu_invalidate_seq > > > > in kvm_faultin_pfn()") unknowingly fixed the bug in v6.3 when refactoring > > > > how KVM tracks the sequence counter snapshot. > > > > > > > > Reported-by: Brian Rak > > > > Reported-by: Amaan Cheval > > > > Reported-by: Eric Wheeler > > > > Closes: https://lore.kernel.org/all/f023d927-52aa-7e08-2ee5-59a2fbc65953@gameservers.com > > > > Fixes: a955cad84cda ("KVM: x86/mmu: Retry page fault if root is invalidated by memslot update") > > > > Signed-off-by: Sean Christopherson > > > > > > What is the git commit id of this change in Linus's tree? > > > > There is none. Commit ba6e3fe25543 (landed in v6.3) unknowingly fixed the bug as > > part of a completely unrelated refactoring. > > Ah, missed that in the text here, thanks! Now queued up, thanks. greg k-h