]> Gentwo Git Trees - linux/.git/commit
KVM: S390: Remove sca_lock
authorChristoph Schlameuss <schlameuss@linux.ibm.com>
Thu, 5 Jun 2025 16:14:05 +0000 (18:14 +0200)
committerJanosch Frank <frankja@linux.ibm.com>
Mon, 20 Oct 2025 08:47:58 +0000 (08:47 +0000)
commit14542a0a54c5c84eebd9255e26cce9b1c15d9571
tree0a12bf66b699927c027c777a3680615c77ba2372
parente72753ed12670bdf599d5a07066c861c62d40ae8
KVM: S390: Remove sca_lock

Since we are no longer switching from a BSCA to a ESCA we can completely
get rid of the sca_lock. The write lock was only taken for that
conversion.

After removal of the lock some local code cleanups are possible.

Signed-off-by: Christoph Schlameuss <schlameuss@linux.ibm.com>
Suggested-by: Janosch Frank <frankja@linux.ibm.com>
[frankja@linux.ibm.com: Added suggested-by tag as discussed on list]
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/gaccess.c
arch/s390/kvm/interrupt.c
arch/s390/kvm/kvm-s390.c