We currently WARN() if the host attempts to share a page that is not in
an acceptable state with a guest. This isn't strictly necessary and
makes testing much harder, so drop the WARN and make sure to propage the
error code instead.
Signed-off-by: Quentin Perret <qperret@google.com>
Link: https://lore.kernel.org/r/20250416160900.3078417-3-qperret@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
if (page->host_share_guest_count)
break;
/* Only host to np-guest multi-sharing is tolerated */
- WARN_ON(1);
fallthrough;
default:
ret = -EPERM;