Message ID | 20230504171611.54844-1-imbrenda@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, May 4, 2023 at 7:16 PM Claudio Imbrenda <imbrenda@linux.ibm.com> wrote: > > Hi Paolo, > > just a couple of bugfixes, nothing too exceptional here. > > > please pull, thanks! > > Claudio Done, thank you. Paolo > > > The following changes since commit 8a46df7cd135fe576c18efa418cd1549e51f2732: > > KVM: s390: pci: fix virtual-physical confusion on module unload/load (2023-04-20 16:30:35 +0200) > > are available in the Git repository at: > > ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-6.4-2 > > for you to fetch changes up to c148dc8e2fa403be501612ee409db866eeed35c0: > > KVM: s390: fix race in gmap_make_secure() (2023-05-04 18:26:27 +0200) > > ---------------------------------------------------------------- > For 6.4 > > ---------------------------------------------------------------- > Claudio Imbrenda (2): > KVM: s390: pv: fix asynchronous teardown for small VMs > KVM: s390: fix race in gmap_make_secure() > > arch/s390/kernel/uv.c | 32 +++++++++++--------------------- > arch/s390/kvm/pv.c | 5 +++++ > arch/s390/mm/gmap.c | 7 +++++++ > 3 files changed, 23 insertions(+), 21 deletions(-) >