All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vasily Gorbik <gor@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Heiko Carstens <hca@linux.ibm.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org
Subject: [GIT PULL] s390 patches for the 5.16 merge window #2
Date: Sat, 13 Nov 2021 14:56:12 +0100	[thread overview]
Message-ID: <your-ad-here.call-01636811772-ext-9507@work.hours> (raw)

Hello Linus,

please pull the second round of s390 changes for 5.16. One change touches
common PCI code to export a function and has been acked-by Bjorn Helgaas:
https://lore.kernel.org/all/20210928181014.GA713179@bhelgaas/

Thank you,
Vasily

The following changes since commit 0b707e572a1955b892dfcb32e7b573fab78767d9:

  Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2021-11-06 14:48:06 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.16-2

for you to fetch changes up to a4751f157c194431fae9e9c493f456df8272b871:

  s390/cio: check the subchannel validity for dev_busid (2021-11-08 14:17:49 +0100)

----------------------------------------------------------------
s390 updates for the 5.16 merge window #2

- Add PCI automatic error recovery.

- Fix tape driver timer initialization broken during timers api cleanup.

- Fix bogus CPU measurement counters values on CPUs offlining.

- Check the validity of subchanel before reading other fields in
  the schib in cio code.

----------------------------------------------------------------
Niklas Schnelle (4):
      s390/pci: refresh function handle in iomap
      s390/pci: implement reset_slot for hotplug slot
      PCI: Export pci_dev_lock()
      s390/pci: implement minimal PCI error recovery

Sven Schnelle (1):
      s390/tape: fix timer initialization in tape_std_assign()

Thomas Richter (1):
      s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove

Vineeth Vijayan (1):
      s390/cio: check the subchannel validity for dev_busid

 arch/s390/include/asm/pci.h        |   6 +-
 arch/s390/kernel/perf_cpum_cf.c    |   4 +-
 arch/s390/pci/pci.c                | 148 +++++++++++++++++++++++-
 arch/s390/pci/pci_event.c          | 230 ++++++++++++++++++++++++++++++++++++-
 arch/s390/pci/pci_insn.c           |   4 +-
 arch/s390/pci/pci_irq.c            |   9 ++
 drivers/pci/hotplug/s390_pci_hpc.c |  24 ++++
 drivers/pci/pci.c                  |   3 +-
 drivers/s390/char/tape_std.c       |   3 +-
 drivers/s390/cio/css.c             |   4 +-
 include/linux/pci.h                |   1 +
 11 files changed, 417 insertions(+), 19 deletions(-)

             reply	other threads:[~2021-11-13 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-13 13:56 Vasily Gorbik [this message]
2021-11-13 19:15 ` [GIT PULL] s390 patches for the 5.16 merge window #2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=your-ad-here.call-01636811772-ext-9507@work.hours \
    --to=gor@linux.ibm.com \
    --cc=borntraeger@de.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.