[PATCH v1 0/2] s390: Two small fixes and improvements
From: Claudio Imbrenda
Date: Wed Jul 03 2024 - 11:59:22 EST
The main goal of this small series is to do some clean-up and remove some
paper cuts (or at least clear the way for papercuts to be removed in the
future).
Heiko: this can go through the s390 tree, as agreed.
Claudio Imbrenda (2):
s390/entry: Pass the asce as parameter to sie64a()
s390/kvm: Move bitfields for dat tables
arch/s390/include/asm/dat-bits.h | 170 +++++++++++++++++++++++++++++
arch/s390/include/asm/kvm_host.h | 7 +-
arch/s390/include/asm/stacktrace.h | 1 +
arch/s390/kernel/asm-offsets.c | 1 +
arch/s390/kernel/entry.S | 8 +-
arch/s390/kvm/gaccess.c | 163 +--------------------------
arch/s390/kvm/kvm-s390.c | 3 +-
arch/s390/kvm/vsie.c | 2 +-
8 files changed, 185 insertions(+), 170 deletions(-)
create mode 100644 arch/s390/include/asm/dat-bits.h
--
2.45.2