kvm.vger.kernel.org archive mirror
 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>
Subject: [GIT PULL] VFIO fixes for v5.10-rc3
Date: Thu, 5 Nov 2020 13:51:57 -0700	[thread overview]
Message-ID: <20201105135157.72abcadb@w520.home> (raw)

Hi Linus,

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v5.10-rc3

for you to fetch changes up to e4eccb853664de7bcf9518fb658f35e748bf1f68:

  vfio/pci: Bypass IGD init in case of -ENODEV (2020-11-03 11:07:40 -0700)

----------------------------------------------------------------
VFIO fixes for v5.10-rc3

 - Remove code by using existing helper (Zenghui Yu)

 - fsl-mc copy-user return and underflow fixes (Dan Carpenter)

 - fsl-mc static function declaration (Diana Craciun)

 - Fix ioeventfd sleeping under spinlock (Alex Williamson)

 - Fix pm reference count leak in vfio-platform (Zhang Qilong)

 - Allow opening IGD device w/o OpRegion support (Fred Gao)

----------------------------------------------------------------
Alex Williamson (1):
      vfio/pci: Implement ioeventfd thread handler for contended memory lock

Dan Carpenter (2):
      vfio/fsl-mc: return -EFAULT if copy_to_user() fails
      vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()

Diana Craciun (1):
      vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate static

Fred Gao (1):
      vfio/pci: Bypass IGD init in case of -ENODEV

Zenghui Yu (1):
      vfio/type1: Use the new helper to find vfio_group

Zhang Qilong (1):
      vfio: platform: fix reference leak in vfio_platform_open

 drivers/vfio/fsl-mc/vfio_fsl_mc.c            | 10 +++++--
 drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c       |  2 +-
 drivers/vfio/pci/vfio_pci.c                  |  2 +-
 drivers/vfio/pci/vfio_pci_rdwr.c             | 43 ++++++++++++++++++++++------
 drivers/vfio/platform/vfio_platform_common.c |  3 +-
 drivers/vfio/vfio_iommu_type1.c              | 17 ++++-------
 6 files changed, 50 insertions(+), 27 deletions(-)


             reply	other threads:[~2020-11-05 20:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05 20:51 Alex Williamson [this message]
2020-11-06 21:13 ` [GIT PULL] VFIO fixes for v5.10-rc3 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=20201105135157.72abcadb@w520.home \
    --to=alex.williamson@redhat.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;
as well as URLs for NNTP newsgroup(s).