Files
Claudio Imbrenda d8dfda5af0 KVM: s390: pv: fix race when making a page secure
Holding the pte lock for the page that is being converted to secure is
needed to avoid races. A previous commit removed the locking, which
caused issues. Fix by locking the pte again.

Fixes: 5cbe24350b ("KVM: s390: move pv gmap functions into kvm")
Reported-by: David Hildenbrand <david@redhat.com>
Tested-by: David Hildenbrand <david@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
[david@redhat.com: replace use of get_locked_pte() with folio_walk_start()]
Link: https://lore.kernel.org/r/20250312184912.269414-2-imbrenda@linux.ibm.com
Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Message-ID: <20250312184912.269414-2-imbrenda@linux.ibm.com>
2025-03-14 15:24:19 +01:00
..
2023-02-15 11:07:01 +01:00
2023-10-02 08:43:00 +02:00
2025-01-25 20:22:24 -08:00
2024-08-29 22:56:35 +02:00
2024-10-30 17:02:39 -07:00
2024-07-03 19:30:25 -07:00
2024-08-29 22:56:35 +02:00
2024-11-02 12:37:32 +01:00