[GIT PULL] s390 fixes for 6.9-rc3

From: Alexander Gordeev
Date: Fri Apr 05 2024 - 07:50:06 EST


Hi Linus,

please pull s390 fixes for 6.9-rc3.

Thanks,
Alexander

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.9-3

for you to fetch changes up to 378ca2d2ad410a1cd5690d06b46c5e2297f4c8c0:

s390/entry: align system call table on 8 bytes (2024-04-03 15:00:20 +0200)

----------------------------------------------------------------
s390 updates for 6.9-rc3

- Fix missing NULL pointer check when determining guest/host fault

- Mark all functions in asm/atomic_ops.h, asm/atomic.h and asm/preempt.h
as __always_inline to avoid unwanted instrumentation

- Fix removal of a Processor Activity Instrumentation (PAI) sampling
event in PMU device driver

- Align system call table on 8 bytes

----------------------------------------------------------------
Heiko Carstens (1):
s390/mm: fix NULL pointer dereference

Ilya Leoshkevich (2):
s390/atomic: mark all functions __always_inline
s390/preempt: mark all functions __always_inline

Sumanth Korikkar (1):
s390/entry: align system call table on 8 bytes

Thomas Richter (1):
s390/pai: fix sampling event removal for PMU device driver

arch/s390/include/asm/atomic.h | 44 +++++++++++++++++++-------------------
arch/s390/include/asm/atomic_ops.h | 22 +++++++++----------
arch/s390/include/asm/preempt.h | 36 +++++++++++++++----------------
arch/s390/kernel/entry.S | 1 +
arch/s390/kernel/perf_pai_crypto.c | 10 ++++++---
arch/s390/kernel/perf_pai_ext.c | 10 ++++++---
arch/s390/mm/fault.c | 2 +-
7 files changed, 67 insertions(+), 58 deletions(-)