Message ID | 20231115125111.28217-1-imbrenda@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Nov 15, 2023 at 1:51 PM Claudio Imbrenda <imbrenda@linux.ibm.com> wrote: > > Hi Paolo, > > two small but important fixes, please pull :) Done, thanks. Paolo > > Claudio > > > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.7-1 > > for you to fetch changes up to 27072b8e18a73ffeffb1c140939023915a35134b: > > KVM: s390/mm: Properly reset no-dat (2023-11-14 18:56:46 +0100) > > ---------------------------------------------------------------- > Two small but important bugfixes. > > ---------------------------------------------------------------- > Claudio Imbrenda (2): > KVM: s390: vsie: fix wrong VIR 37 when MSO is used > KVM: s390/mm: Properly reset no-dat > > arch/s390/kvm/vsie.c | 4 ---- > arch/s390/mm/pgtable.c | 2 +- > 2 files changed, 1 insertion(+), 5 deletions(-) > > -- > 2.41.0 >
On Fri, Dec 8, 2023 at 7:13 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
> > KVM: s390/mm: Properly reset no-dat
A small question on this one, would it make sense to clear _all_
gmap-related bits, including _PGSTE_GPS_ZERO?
Paolo
On Fri, 8 Dec 2023 22:02:43 +0100 Paolo Bonzini <pbonzini@redhat.com> wrote: > On Fri, Dec 8, 2023 at 7:13 PM Paolo Bonzini <pbonzini@redhat.com> wrote: > > > KVM: s390/mm: Properly reset no-dat > > A small question on this one, would it make sense to clear _all_ > gmap-related bits, including _PGSTE_GPS_ZERO? That's a good question, I'll have to think about it. In general, though, not resetting it will not cause issues in the guest.