lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 5 Apr 2024 13:49:48 +0200
From: Alexander Gordeev <agordeev@...ux.ibm.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Vasily Gorbik <gor@...ux.ibm.com>, Heiko Carstens <hca@...ux.ibm.com>,
        linux-s390@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] s390 fixes for 6.9-rc3

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ