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 392EBECAAA1 for ; Fri, 28 Oct 2022 12:34:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229552AbiJ1MeX (ORCPT ); Fri, 28 Oct 2022 08:34:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbiJ1MeW (ORCPT ); Fri, 28 Oct 2022 08:34:22 -0400 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CCAFD1CCCEB; Fri, 28 Oct 2022 05:34:20 -0700 (PDT) Received: from anrayabh-desk (unknown [167.220.238.193]) by linux.microsoft.com (Postfix) with ESMTPSA id 824D320FFC13; Fri, 28 Oct 2022 05:34:15 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 824D320FFC13 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1666960460; bh=uYtQX/93qPpjMaza7pg50g5p9DP9YkcPmRuJLi5ikKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FOShQ1JpVKxAnKbVhnSrS93F8qmVh6zy4qtsOPJVMpnShta0BKrRYnsB1ZMYaU8gj VjGY+D43tHJPKWWIOevQXphQQdaMhA45EaJYLuz9PH4Ow00oV4AWeYls7c/dFptzal a2V3u1m2c5dp5AZunBYIfw5zIFuDLbdgmTso7eJo= Date: Fri, 28 Oct 2022 18:04:10 +0530 From: Anirudh Rayabharam To: Wei Liu Cc: "Michael Kelley (LINUX)" , KY Srinivasan , Haiyang Zhang , Stephen Hemminger , Dexuan Cui , "tglx@linutronix.de" , "mingo@redhat.com" , "bp@alien8.de" , "dave.hansen@linux.intel.com" , "x86@kernel.org" , "hpa@zytor.com" , "daniel.lezcano@linaro.org" , Arnd Bergmann , "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "stanislav.kinsburskiy@gmail.com" , "kumarpraveen@linux.microsoft.com" , "mail@anirudhrb.com" Subject: Re: [PATCH v2 2/2] x86/hyperv: fix invalid writes to MSRs during root partition kexec Message-ID: References: <20221027095729.1676394-1-anrayabh@linux.microsoft.com> <20221027095729.1676394-3-anrayabh@linux.microsoft.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: linux-arch@vger.kernel.org On Thu, Oct 27, 2022 at 07:16:49PM +0000, Wei Liu wrote: > On Thu, Oct 27, 2022 at 01:44:40PM +0000, Michael Kelley (LINUX) wrote: > > From: Anirudh Rayabharam Sent: Thursday, October 27, 2022 2:57 AM > > > > > > hv_cleanup resets the hypercall page by setting the MSR to 0. However, > > > > The function name is hyperv_cleanup(), not hv_cleanup(). > > I fixed this and applied both patches to hyperv-fixes. Thank you both. Thank you! Anirudh.