mbox series

[GIT,PULL] VFIO fixes for v6.13-rc3

Message ID 20241211134543.715454ea.alex.williamson@redhat.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] VFIO fixes for v6.13-rc3 | expand

Pull-request

https://github.com/awilliam/linux-vfio.git tags/vfio-v6.13-rc3

Message

Alex Williamson Dec. 11, 2024, 8:45 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 11, 2024, 10:20 p.m. UTC | #1
The pull request you sent on Wed, 11 Dec 2024 13:45:43 -0700:

> https://github.com/awilliam/linux-vfio.git tags/vfio-v6.13-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec8e2d3889114f41d07cd341e80dc6de7f8eb213

Thank you!