lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
 <SN6PR02MB4157682D9C40AF8C00D89399D404A@SN6PR02MB4157.namprd02.prod.outlook.com>
Date: Sun, 31 Aug 2025 15:14:37 +0000
From: Michael Kelley <mhklinux@...look.com>
To: Nuno Das Neves <nunodasneves@...ux.microsoft.com>,
	"linux-hyperv@...r.kernel.org" <linux-hyperv@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "kys@...rosoft.com" <kys@...rosoft.com>, "haiyangz@...rosoft.com"
	<haiyangz@...rosoft.com>, "wei.liu@...nel.org" <wei.liu@...nel.org>,
	"decui@...rosoft.com" <decui@...rosoft.com>
Subject: RE: [PATCH] fixup! mshv: Add support for a new parent partition
 configuration

From: Nuno Das Neves <nunodasneves@...ux.microsoft.com> Sent: Friday, August 29, 2025 1:18 PM
> 
> ---
>  drivers/hv/hv_common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hv/hv_common.c b/drivers/hv/hv_common.c
> index 8836cf9fad40..e109a620c83f 100644
> --- a/drivers/hv/hv_common.c
> +++ b/drivers/hv/hv_common.c
> @@ -257,7 +257,7 @@ static void hv_kmsg_dump_register(void)
> 
>  static inline bool hv_output_page_exists(void)
>  {
> -	return hv_root_partition() || IS_ENABLED(CONFIG_HYPERV_VTL_MODE);
> +	return hv_parent_partition() || IS_ENABLED(CONFIG_HYPERV_VTL_MODE);
>  }
> 
>  void __init hv_get_partition_id(void)
> --
> 2.34.1
> 

Reviewed-by: Michael Kelley <mhklinux@...look.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ