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 6B0C8C77B7C for ; Sat, 13 May 2023 09:32:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238125AbjEMJcM (ORCPT ); Sat, 13 May 2023 05:32:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238193AbjEMJcJ (ORCPT ); Sat, 13 May 2023 05:32:09 -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 410141BF8 for ; Sat, 13 May 2023 02:31:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C28F261D43 for ; Sat, 13 May 2023 09:31:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20A4FC4339B; Sat, 13 May 2023 09:31:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683970317; bh=7tT1fhkFZZGbWasfIS3tzwDuOwvyCh4hWYUrD1uWxeo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vljRjDNtSM7jWUm5EZTCLpEEKUVu4qXRJ1Y2wUsGzey7u4pZm58m8oq/LCkXl1DAC 8loNr2tkNKbKEJI3S/hMykfk4RdBRC63UpjdPJxr1+MNbdd1MtGw3k2rXwrI0TiHKp fmDSv88lOz9LK3y1nu1dF1i5EZXWUU+ULlLJsM3g= Date: Sat, 13 May 2023 18:28:57 +0900 From: Greg Kroah-Hartman To: Sean Christopherson Cc: Sasha Levin , Salvatore Bonaccorso , stable , Vitaly Kuznetsov , Paolo Bonzini , Jared Epp Subject: Re: Please apply commit 6470accc7ba9 ("KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL") to v5.10.y Message-ID: <2023051349-waltz-designer-6a7e@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, May 11, 2023 at 04:47:03PM -0700, Sean Christopherson wrote: > On Thu, May 11, 2023, Sasha Levin wrote: > > On Wed, May 10, 2023 at 02:57:22PM +0200, Salvatore Bonaccorso wrote: > > > Hi > > > > > > After we updated the kernel in Debian bullseye from 5.10.162 to > > > 5.10.178, we got a report from Jared Epp in > > > https://bugs.debian.org/1035779 that a Windows Guest VM no longer > > > booted, and Kernel reporting: > > > > This KVM commit wasn't tagged for stable, and would need an ack from the > > KVM maintainers to apply. > > For grabbing commit 6470accc7ba9, > > Acked-by: Sean Christopherson > > If it helps, > > Fixes: 6100066358ee ("KVM: Optimize kvm_make_vcpus_request_mask() a bit") > > That optimization got pulled in without the undocumented dependency due to: > > Stable-dep-of: 2b0128127373 ("KVM: Register /dev/kvm as the _very_ last thing during initialization") Thanks, now queued up. greg k-h