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 62C13C6FD1F for ; Thu, 16 Mar 2023 08:23:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229950AbjCPIXk (ORCPT ); Thu, 16 Mar 2023 04:23:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54028 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229581AbjCPIXj (ORCPT ); Thu, 16 Mar 2023 04:23:39 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A7E4A8EA7 for ; Thu, 16 Mar 2023 01:23:37 -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 ams.source.kernel.org (Postfix) with ESMTPS id 3072AB815DF for ; Thu, 16 Mar 2023 08:23:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B2C7C433D2; Thu, 16 Mar 2023 08:23:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678955015; bh=mTPDV8Jh0qp2PfGmYJWNkKCC+Sl5n+DKud0SPbKyXm0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V+XDFRIah77sbuTfvxBjRVgQJ8q7N+5Ir7OHSiB8k6my1TWjx301fo37de93BhoSQ ys+DyUE96b9BTKCZ5QDopjevmsyKJRdjCZrW8lG0yHaojlhTOqk1P8uaX1qCLqUUJ/ jKoaAmzecDzcnlb+K1hKVrTG2rWbG1pWiKzzT+s8= Date: Thu, 16 Mar 2023 09:23:32 +0100 From: Greg Kroah-Hartman To: Alexandru Matei Cc: stable@vger.kernel.org, Mihai Petrisor , Viorel Canja Subject: Re: [PATCH 5.10.y v2 2/3] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper Message-ID: References: <20230315090528.4180-1-alexandru.matei@uipath.com> <20230315090528.4180-3-alexandru.matei@uipath.com> 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 Wed, Mar 15, 2023 at 03:41:49PM +0200, Alexandru Matei wrote: > Hi Greg, > > This patch appeared in the queue without the last Signed-off-by line. Ah, good catch, my fault, I've fixed it up now in the queue. thanks, greg k-h