[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240703155900.103783-1-imbrenda@linux.ibm.com>
Date: Wed, 3 Jul 2024 17:58:58 +0200
From: Claudio Imbrenda <imbrenda@...ux.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: kvm@...r.kernel.org, linux-s390@...r.kernel.org, hca@...ux.ibm.com,
svens@...ux.ibm.com, agordeev@...ux.ibm.com, gor@...ux.ibm.com,
nrb@...ux.ibm.com, nsg@...ux.ibm.com, seiden@...ux.ibm.com,
frankja@...ux.ibm.com, borntraeger@...ibm.com,
gerald.schaefer@...ux.ibm.com, david@...hat.com
Subject: [PATCH v1 0/2] s390: Two small fixes and improvements
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
Powered by blists - more mailing lists