mbox series

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

Message ID 20240703155900.103783-1-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series s390: Two small fixes and improvements | expand

Message

Claudio Imbrenda July 3, 2024, 3:58 p.m. UTC
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

Comments

Heiko Carstens July 9, 2024, 12:25 p.m. UTC | #1
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!