[GIT PULL] s390 updates for 7.2-rc3

From: Vasily Gorbik

Date: Sun Jul 12 2026 - 14:06:38 EST


Hello Linus,

please pull s390 fixes for 7.2-rc3.

Thank you,
Vasily

The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 7d5c2f679147859c1db97d9f66366ff16909abee:

s390: Add build salt to the vDSO (2026-07-08 17:02:48 +0200)

----------------------------------------------------------------
s390 updates for 7.2-rc3

- Fix missing array_index_nospec() call in diag310 memory topology code
to prevent speculative execution with a user controlled array index

- Fix get_align_mask() return type to match vm_unmapped_area_info
align_mask, avoiding possible truncation for future larger masks

- Remove empty zcrypt CEX2 files left over after CEX2 and CEX3 driver
removal

- Add build salt to the vDSO so it gets a unique build id, similar to
the kernel and modules

----------------------------------------------------------------
Bastian Blank (1):
s390: Add build salt to the vDSO

Gerald Schaefer (1):
s390/mm: Fix type mismatch in get_align_mask().

Heiko Carstens (1):
s390/diag: Add missing array_index_nospec() call to memtop_get_page_count()

Rongguang Wei (1):
s390/zcrypt: Remove the empty file

arch/s390/kernel/diag/diag310.c | 7 ++++---
arch/s390/kernel/vdso/note.S | 3 +++
arch/s390/mm/mmap.c | 2 +-
drivers/s390/crypto/zcrypt_cex2a.c | 0
drivers/s390/crypto/zcrypt_cex2a.h | 0
drivers/s390/crypto/zcrypt_cex2c.c | 0
drivers/s390/crypto/zcrypt_cex2c.h | 0
7 files changed, 8 insertions(+), 4 deletions(-)
delete mode 100644 drivers/s390/crypto/zcrypt_cex2a.c
delete mode 100644 drivers/s390/crypto/zcrypt_cex2a.h
delete mode 100644 drivers/s390/crypto/zcrypt_cex2c.c
delete mode 100644 drivers/s390/crypto/zcrypt_cex2c.h