[GIT PULL] VFIO fixes for v6.13-rc3
From: Alex Williamson
Date: Wed Dec 11 2024 - 15:45:58 EST
Hi Linus,
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
https://github.com/awilliam/linux-vfio.git tags/vfio-v6.13-rc3
for you to fetch changes up to 9c7c5430bca36e9636eabbba0b3b53251479c7ab:
vfio/mlx5: Align the page tracking max message size with the device capability (2024-12-05 11:56:01 -0700)
----------------------------------------------------------------
VFIO fixes for v6.13-rc3
- Fix migration dirty page tracking support in the mlx5-vfio-pci
variant driver in configurations where the system page size exceeds
the device maximum message size, and anticipate device updates where
the opposite may also be required. (Yishai Hadas)
----------------------------------------------------------------
Yishai Hadas (1):
vfio/mlx5: Align the page tracking max message size with the device capability
drivers/vfio/pci/mlx5/cmd.c | 47 +++++++++++++++++++++++++++++++++------------
1 file changed, 35 insertions(+), 12 deletions(-)