public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	eric.auger@redhat.com, jgg@nvidia.com, aik@ozlabs.ru,
	farman@linux.ibm.com, baolu.lu@linux.intel.com
Subject: [GIT PULL] VFIO updates for v5.11-rc1
Date: Wed, 16 Dec 2020 12:37:01 -0700	[thread overview]
Message-ID: <20201216123701.00517b52@omen.home> (raw)

Hi Linus,

The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da:

  Linux 5.10-rc6 (2020-11-29 15:50:50 -0800)

are available in the Git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v5.11-rc1

for you to fetch changes up to bdfae1c9a913930eae5ea506733aa7c285e12a06:

  vfio/type1: Add vfio_group_iommu_domain() (2020-12-10 14:47:56 -0700)

----------------------------------------------------------------
VFIO updates for v5.11-rc1

 - Fix uninitialized list walk in error path (Eric Auger)

 - Use io_remap_pfn_range() (Jason Gunthorpe)

 - Allow fallback support for NVLink on POWER8 (Alexey Kardashevskiy)

 - Enable mdev request interrupt with CCW support (Eric Farman)

 - Enable interface to iommu_domain from vfio_group (Lu Baolu)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU

Eric Auger (1):
      vfio/pci: Move dummy_resources_list init in vfio_pci_probe()

Eric Farman (2):
      vfio-mdev: Wire in a request handler for mdev parent
      vfio-ccw: Wire in the request callback

Jason Gunthorpe (1):
      vfio-pci: Use io_remap_pfn_range() for PCI IO memory

Lu Baolu (1):
      vfio/type1: Add vfio_group_iommu_domain()

 drivers/s390/cio/vfio_ccw_ops.c     | 26 ++++++++++++++++++++++++++
 drivers/s390/cio/vfio_ccw_private.h |  4 ++++
 drivers/vfio/mdev/mdev_core.c       |  4 ++++
 drivers/vfio/mdev/vfio_mdev.c       | 13 +++++++++++++
 drivers/vfio/pci/vfio_pci.c         |  7 +++----
 drivers/vfio/pci/vfio_pci_nvlink2.c |  7 +++++--
 drivers/vfio/vfio.c                 | 18 ++++++++++++++++++
 drivers/vfio/vfio_iommu_type1.c     | 24 ++++++++++++++++++++++++
 include/linux/mdev.h                |  4 ++++
 include/linux/vfio.h                |  4 ++++
 include/uapi/linux/vfio.h           |  1 +
 11 files changed, 106 insertions(+), 6 deletions(-)


             reply	other threads:[~2020-12-16 19:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 19:37 Alex Williamson [this message]
2020-12-16 23:55 ` [GIT PULL] VFIO updates for v5.11-rc1 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=20201216123701.00517b52@omen.home \
    --to=alex.williamson@redhat.com \
    --cc=aik@ozlabs.ru \
    --cc=baolu.lu@linux.intel.com \
    --cc=eric.auger@redhat.com \
    --cc=farman@linux.ibm.com \
    --cc=jgg@nvidia.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox