[GIT PULL] s390 fixes for 6.7-rc7

From: Alexander Gordeev
Date: Wed Dec 20 2023 - 11:05:03 EST


Hello Linus,

Please pull s390 changes for 6.7-rc7.

Thank you,
Alexander

The following changes since commit aab1f809d7540def24498e81347740a7239a74d5:

scripts/checkstack.pl: match all stack sizes for s390 (2023-11-22 15:06:23 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.7-4

for you to fetch changes up to 3d940bb1818325142e6764bff788cbf95b9afb54:

s390: update defconfigs (2023-12-19 17:37:26 +0100)

----------------------------------------------------------------
s390 updates for 6.7-rc7

- Fix virtual vs physical address confusion in Storage Class Memory
(SCM) block device driver.

- Fix saving and restoring of FPU kernel context, which could lead
to corruption of vector registers 8-15.

- Update defconfigs.

----------------------------------------------------------------
Heiko Carstens (2):
s390/vx: fix save/restore of fpu kernel context
s390: update defconfigs

Vineeth Vijayan (1):
s390/scm: fix virtual vs physical address confusion

arch/s390/configs/debug_defconfig | 9 +++++----
arch/s390/configs/defconfig | 9 +++++----
arch/s390/configs/zfcpdump_defconfig | 3 +--
arch/s390/include/asm/fpu/api.h | 2 +-
drivers/s390/block/scm_blk.c | 7 ++++---
5 files changed, 16 insertions(+), 14 deletions(-)