* [PATCH] fixup! mshv: Add support for a new parent partition configuration
@ 2025-08-29 20:17 Nuno Das Neves
2025-08-31 15:14 ` Michael Kelley
0 siblings, 1 reply; 2+ messages in thread
From: Nuno Das Neves @ 2025-08-29 20:17 UTC (permalink / raw)
To: linux-hyperv, linux-kernel; +Cc: kys, haiyangz, wei.liu, decui, Nuno Das Neves
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [PATCH] fixup! mshv: Add support for a new parent partition configuration
2025-08-29 20:17 [PATCH] fixup! mshv: Add support for a new parent partition configuration Nuno Das Neves
@ 2025-08-31 15:14 ` Michael Kelley
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kelley @ 2025-08-31 15:14 UTC (permalink / raw)
To: Nuno Das Neves, linux-hyperv@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: kys@microsoft.com, haiyangz@microsoft.com, wei.liu@kernel.org,
decui@microsoft.com
From: Nuno Das Neves <nunodasneves@linux.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@outlook.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-31 15:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29 20:17 [PATCH] fixup! mshv: Add support for a new parent partition configuration Nuno Das Neves
2025-08-31 15:14 ` Michael Kelley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).