public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] s390 fixes for 6.17-rc6
@ 2025-09-11 14:33 Alexander Gordeev
  2025-09-11 15:53 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Gordeev @ 2025-09-11 14:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Vasily Gorbik, Heiko Carstens, linux-s390, linux-kernel

Hi Linus,

please pull s390 fixes for 6.17-rc6.

Thanks,
Alexander

The following changes since commit 3868f910440c47cd5d158776be4ba4e2186beda7:

  s390/hypfs: Enable limited access during lockdown (2025-08-21 17:46:14 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ce971233242b5391d99442271f3ca096fb49818d:

  s390/cpum_cf: Deny all sampling events by counter PMU (2025-08-28 16:47:58 +0200)

----------------------------------------------------------------
s390 fixes for 6.17-rc6

- ptep_modify_prot_start() may be called in a loop, which might lead
  to the preempt_count overflow due to the unnecessary preemption
  disabling. Do not disable preemption to prevent the overflow

- Events of type PERF_TYPE_HARDWARE are not tested for sampling and
  return -EOPNOTSUPP eventually. Instead, deny all sampling events by
  CPUMF counter facility and return -ENOENT to allow other PMUs to be
  tried

- The PAI PMU driver returns -EINVAL if an event out of its range.
  That aborts a search for an alternative PMU driver. Instead, return
  -ENOENT to allow other PMUs to be tried

----------------------------------------------------------------
Gerald Schaefer (1):
      s390/mm: Prevent possible preempt_count overflow

Thomas Richter (2):
      s390/pai: Deny all events not handled by this PMU
      s390/cpum_cf: Deny all sampling events by counter PMU

 arch/s390/kernel/perf_cpum_cf.c    | 4 ++--
 arch/s390/kernel/perf_pai_crypto.c | 4 ++--
 arch/s390/kernel/perf_pai_ext.c    | 2 +-
 arch/s390/mm/pgtable.c             | 2 --
 4 files changed, 5 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-11 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-11 14:33 [GIT PULL] s390 fixes for 6.17-rc6 Alexander Gordeev
2025-09-11 15:53 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox