projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
4701f33
d8dfda5
)
Merge tag 'kvm-s390-master-6.14-1' of https://git.kernel.org/pub/scm/linux/kernel...
author
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 19 Mar 2025 13:01:53 +0000
(09:01 -0400)
committer
Paolo 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