public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KVM: s390: pv: fix two small bugs
@ 2023-07-05 11:19 Claudio Imbrenda
  2023-07-05 11:19 ` [PATCH v2 1/2] KVM: s390: pv: simplify shutdown and fix race Claudio Imbrenda
  2023-07-05 11:19 ` [PATCH v2 2/2] KVM: s390: pv: fix index value of replaced ASCE Claudio Imbrenda
  0 siblings, 2 replies; 8+ messages in thread
From: Claudio Imbrenda @ 2023-07-05 11:19 UTC (permalink / raw)
  To: kvm; +Cc: linux-s390, linux-kernel, frankja, mhartmay, nsg, borntraeger,
	nrb

This series fixes 2 small bugs introduced with asynchronous teardown.

The first patch (unmodified since v1, but did not get any reviews)
fixes a potential race that can cause crashes during shutdown on
machines that don't support protected virtualization.

The second patch adds a missing initialization when replacing the ASCE
for a protected guest. This could potentially cause issues and crashes
if lowcore is affected.


v1->v2:

* added the second patch

Claudio Imbrenda (2):
  KVM: s390: pv: simplify shutdown and fix race
  KVM: s390: pv: fix index value of replaced ASCE

 arch/s390/kvm/pv.c  | 8 ++++++--
 arch/s390/mm/gmap.c | 1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-12 12:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05 11:19 [PATCH v2 0/2] KVM: s390: pv: fix two small bugs Claudio Imbrenda
2023-07-05 11:19 ` [PATCH v2 1/2] KVM: s390: pv: simplify shutdown and fix race Claudio Imbrenda
2023-07-11 15:18   ` Nico Boehr
2023-07-05 11:19 ` [PATCH v2 2/2] KVM: s390: pv: fix index value of replaced ASCE Claudio Imbrenda
2023-07-11 14:12   ` Philippe Mathieu-Daudé
2023-07-11 14:31     ` Claudio Imbrenda
2023-07-12 11:58   ` Janosch Frank
2023-07-12 12:06     ` Claudio Imbrenda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox