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 updates for v6.16-rc1
Date: Thu, 29 May 2025 14:48:51 -0600 [thread overview]
Message-ID: <20250529144851.1ce2ce66.alex.williamson@redhat.com> (raw)
Hi Linus,
Please note the diffstat below is generated relative to a trial merge
against mainline as the merged topic branch from Marek has already been
pulled via 23022f545610. Thanks,
Alex
The following changes since commit a5806cd506af5a7c19bcd596e4708b5c464bfd21:
Linux 6.15-rc7 (2025-05-18 13:57:29 -0700)
are available in the Git repository at:
https://github.com/awilliam/linux-vfio.git tags/vfio-v6.16-rc1
for you to fetch changes up to 4518e5a60c7fbf0cdff393c2681db39d77b4f87e:
vfio/type1: Fix error unwind in migration dirty bitmap allocation (2025-05-22 10:41:24 -0600)
----------------------------------------------------------------
VFIO updates for v6.16-rc1
- Remove an outdated DMA unmap optimization that relies on a feature
only implemented in AMDv1 page tables. (Jason Gunthorpe)
- Fix various migration issues in the hisi_acc_vfio_pci variant
driver, including use of a wrong DMA address requiring an update to
the migration data structure, resending task completion interrupt
after migration to re-sync queues, fixing a write-back cache
sequencing issue, fixing a driver unload issue, behaving correctly
when the guest driver is not loaded, and avoiding to squash errors
from sub-functions. (Longfang Liu)
- mlx5-vfio-pci variant driver update to make use of the new two-step
DMA API for migration, using a page array directly rather than
using a page list mapped across a scatter list. (Leon Romanovsky)
- Fix an incorrect loop index used when unwinding allocation of dirty
page bitmaps on error, resulting in temporary failure in freeing
unused bitmaps. (Li RongQing)
----------------------------------------------------------------
Alex Williamson (1):
Merge branch 'dma-mapping-for-6.16-two-step-api' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux into v6.16/vfio/next
Jason Gunthorpe (1):
vfio/type1: Remove Fine Grained Superpages detection
Leon Romanovsky (3):
vfio/mlx5: Explicitly use number of pages instead of allocated length
vfio/mlx5: Rewrite create mkey flow to allow better code reuse
vfio/mlx5: Enable the DMA link API
Li RongQing (1):
vfio/type1: Fix error unwind in migration dirty bitmap allocation
Longfang Liu (6):
hisi_acc_vfio_pci: fix XQE dma address error
hisi_acc_vfio_pci: add eq and aeq interruption restore
hisi_acc_vfio_pci: bugfix cache write-back issue
hisi_acc_vfio_pci: bugfix the problem of uninstalling driver
hisi_acc_vfio_pci: bugfix live migration function without VF device driver
hisi_acc_vfio_pci: update function return values.
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c | 121 +++-----
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.h | 14 +-
drivers/vfio/pci/mlx5/cmd.c | 371 +++++++++++++------------
drivers/vfio/pci/mlx5/cmd.h | 35 +--
drivers/vfio/pci/mlx5/main.c | 87 +++---
drivers/vfio/vfio_iommu_type1.c | 51 +++-
6 files changed, 341 insertions(+), 338 deletions(-)
next reply other threads:[~2025-05-29 20:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-29 20:48 Alex Williamson [this message]
2025-05-30 5:23 ` [GIT PULL] VFIO updates for v6.16-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=20250529144851.1ce2ce66.alex.williamson@redhat.com \
--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