[PATCH v1 0/2] s390: Two small fixes and improvements

Claudio Imbrenda posted 2 patches 1 year, 7 months ago
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
[PATCH v1 0/2] s390: Two small fixes and improvements
Posted by Claudio Imbrenda 1 year, 7 months ago
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
Re: [PATCH v1 0/2] s390: Two small fixes and improvements
Posted by Heiko Carstens 1 year, 7 months ago
On Wed, Jul 03, 2024 at 05:58:58PM +0200, Claudio Imbrenda wrote:
> 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

Applied, thanks!