public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] fix race in gmap_make_secure
@ 2023-04-26 13:48 Claudio Imbrenda
  2023-04-26 13:48 ` [PATCH v2 1/1] KVM: s390: " Claudio Imbrenda
  0 siblings, 1 reply; 7+ messages in thread
From: Claudio Imbrenda @ 2023-04-26 13:48 UTC (permalink / raw)
  To: kvm; +Cc: linux-kernel, linux-s390, frankja, borntraeger, nrb, nsg, seiden,
	jgg

This fixes a potential race and, most importantly, removes the last
user of follow_page without FOLL_GET.

This removes the last user of follow_page without FOLL_GET. Once this
patch is merged I'll send a separate patch to perform FOLL_GET
automatically with follow_page, as suggested by Jason Gunthorpe.

Claudio Imbrenda (1):
  KVM: s390: fix race in gmap_make_secure

 arch/s390/kernel/uv.c | 32 +++++++++++---------------------
 1 file changed, 11 insertions(+), 21 deletions(-)

-- 
2.40.0


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26 13:48 [PATCH v2 0/1] fix race in gmap_make_secure Claudio Imbrenda
2023-04-26 13:48 ` [PATCH v2 1/1] KVM: s390: " Claudio Imbrenda
2023-04-27 10:53   ` Heiko Carstens
2023-04-27 11:46     ` Claudio Imbrenda
2023-04-27 12:01       ` Heiko Carstens
2023-04-27 12:17         ` Claudio Imbrenda
2023-04-27 12:45           ` Heiko Carstens

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