mbox

[GIT,PULL,0/3] KVM: s390: Changes for 6.9

Message ID 20240226122059.58099-1-frankja@linux.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-6.9-1

Message

Janosch Frank Feb. 26, 2024, 12:13 p.m. UTC
Paolo,

please pull the 3 fixes that I've held on to as they were very low priority:
- Memop selftest rotate fix
- SCLP event bits over indication fix
- Missing virt_to_phys for the CRYCB fix


Attention:
Three additional patches will go over the main s390 repository since
Heiko made changes to the FPU handling that caused a conflict with KVM
but we didn't want to create a feature branch.

See:
https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/log/?h=for-next

- KVM: s390: fix access register usage in ioctls
- KVM: s390: selftests: memop: add a simple AR test
- KVM: s390: introduce kvm_s390_fpu_(store|load)


Cheers,
Janosch


The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-6.9-1

for you to fetch changes up to 00de073e2420df02ac0f1a19dbfb60ff8eb198be:

  KVM: s390: selftest: memop: Fix undefined behavior (2024-02-23 14:02:27 +0100)

----------------------------------------------------------------
- Memop selftest rotate fix
- SCLP event bits over indication fix
- Missing virt_to_phys for the CRYCB fix
----------------------------------------------------------------
Alexander Gordeev (1):
      KVM: s390: fix virtual vs physical address confusion

Eric Farman (1):
      KVM: s390: only deliver the set service event bits

Nina Schoetterl-Glausch (1):
      KVM: s390: selftest: memop: Fix undefined behavior

 arch/s390/kvm/interrupt.c                 | 4 ++--
 arch/s390/kvm/kvm-s390.c                  | 2 +-
 tools/testing/selftests/kvm/s390x/memop.c | 2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

Comments

Paolo Bonzini March 15, 2024, 10:28 a.m. UTC | #1
On Mon, Feb 26, 2024 at 1:24 PM Janosch Frank <frankja@linux.ibm.com> wrote:
>
> Paolo,
>
> please pull the 3 fixes that I've held on to as they were very low priority:
> - Memop selftest rotate fix
> - SCLP event bits over indication fix
> - Missing virt_to_phys for the CRYCB fix
>
>
> Attention:
> Three additional patches will go over the main s390 repository since
> Heiko made changes to the FPU handling that caused a conflict with KVM
> but we didn't want to create a feature branch.

Pulled, thanks.

Paolo

> See:
> https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/log/?h=for-next
>
> - KVM: s390: fix access register usage in ioctls
> - KVM: s390: selftests: memop: add a simple AR test
> - KVM: s390: introduce kvm_s390_fpu_(store|load)
>
>
> Cheers,
> Janosch
>
>
> The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:
>
>   Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-6.9-1
>
> for you to fetch changes up to 00de073e2420df02ac0f1a19dbfb60ff8eb198be:
>
>   KVM: s390: selftest: memop: Fix undefined behavior (2024-02-23 14:02:27 +0100)
>
> ----------------------------------------------------------------
> - Memop selftest rotate fix
> - SCLP event bits over indication fix
> - Missing virt_to_phys for the CRYCB fix
> ----------------------------------------------------------------
> Alexander Gordeev (1):
>       KVM: s390: fix virtual vs physical address confusion
>
> Eric Farman (1):
>       KVM: s390: only deliver the set service event bits
>
> Nina Schoetterl-Glausch (1):
>       KVM: s390: selftest: memop: Fix undefined behavior
>
>  arch/s390/kvm/interrupt.c                 | 4 ++--
>  arch/s390/kvm/kvm-s390.c                  | 2 +-
>  tools/testing/selftests/kvm/s390x/memop.c | 2 ++
>  3 files changed, 5 insertions(+), 3 deletions(-)
>
>
>
>
>
> --
> 2.43.2
>