mbox series

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

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

Pull-request

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

Message

Alex Williamson Jan. 6, 2025, 2:44 p.m. UTC
Hi Linus,

The following changes since commit fc033cf25e612e840e545f8d5ad2edd6ba613ed5:

  Linux 6.13-rc5 (2024-12-29 13:15:45 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 09dfc8a5f2ce897005a94bf66cca4f91e4e03700:

  vfio/pci: Fallback huge faults for unaligned pfn (2025-01-03 08:49:05 -0700)

----------------------------------------------------------------
VFIO fixes for v6.13-rc7

 - Fix a missed order alignment requirement of the pfn when inserting
   mappings through the new huge fault handler introduced in v6.12.
   (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
      vfio/pci: Fallback huge faults for unaligned pfn

 drivers/vfio/pci/vfio_pci_core.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 6, 2025, 2:59 p.m. UTC | #1
The pull request you sent on Mon, 6 Jan 2025 09:44:19 -0500:

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

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

Thank you!