KVM: s390/mm: Properly reset no-dat
authorClaudio Imbrenda <imbrenda@linux.ibm.com>
Thu, 9 Nov 2023 12:36:24 +0000 (13:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2023 17:39:29 +0000 (18:39 +0100)
commit6d6314c3dbacd15506aa660a6ada4fcae8da7650
tree95754d099a8e0a5413a705704e92b64188f7a975
parentbe297475cabcb860e65e1ce07724816cc96d792a
KVM: s390/mm: Properly reset no-dat

commit 27072b8e18a73ffeffb1c140939023915a35134b upstream.

When the CMMA state needs to be reset, the no-dat bit also needs to be
reset. Failure to do so could cause issues in the guest, since the
guest expects the bit to be cleared after a reset.

Cc: <stable@vger.kernel.org>
Reviewed-by: Nico Boehr <nrb@linux.ibm.com>
Message-ID: <20231109123624.37314-1-imbrenda@linux.ibm.com>
Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/mm/pgtable.c