[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1762467211-8213-1-git-send-email-nunodasneves@linux.microsoft.com>
Date: Thu, 6 Nov 2025 14:13:29 -0800
From: Nuno Das Neves <nunodasneves@...ux.microsoft.com>
To: linux-hyperv@...r.kernel.org,
linux-kernel@...r.kernel.org,
mhklinux@...look.com,
magnuskulke@...ux.microsoft.com
Cc: kys@...rosoft.com,
haiyangz@...rosoft.com,
wei.liu@...nel.org,
decui@...rosoft.com,
longli@...rosoft.com,
skinsburskii@...ux.microsoft.com,
prapal@...ux.microsoft.com,
mrathor@...ux.microsoft.com,
muislam@...rosoft.com,
Nuno Das Neves <nunodasneves@...ux.microsoft.com>
Subject: [PATCH v2 0/2] mshv: Allow mappings that overlap in uaddr
Currently the MSHV driver rejects mappings that would overlap in
userspace. Remove this limitation as it is overly restrictive and
allowing overlap is useful for VMMs.
Before make this change, fix the region overlap checking logic
which is broken.
---
Changes in v2:
- Add a patch to fix the overlap checking [Michael Kelley]
- Move deletion of mshv_partition_region_by_uaddr() to the fix patch
---
Magnus Kulke (1):
mshv: Allow mappings that overlap in uaddr
Nuno Das Neves (1):
mshv: Fix create memory region overlap check
drivers/hv/mshv_root_main.c | 27 +++++++--------------------
include/uapi/linux/mshv.h | 2 +-
2 files changed, 8 insertions(+), 21 deletions(-)
--
2.34.1
Powered by blists - more mailing lists