]> www.infradead.org Git - users/hch/misc.git/commitdiff
Merge tag 'kvm-s390-master-6.14-1' of https://git.kernel.org/pub/scm/linux/kernel...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Mar 2025 13:01:53 +0000 (09:01 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Mar 2025 13:01:53 +0000 (09:01 -0400)
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.


Trivial merge