mbox series

[v2,0/1] fix race in gmap_make_secure

Message ID 20230426134834.35199-1-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series fix race in gmap_make_secure | expand

Message

Claudio Imbrenda April 26, 2023, 1:48 p.m. UTC
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(-)