mbox series

[GIT,PULL] VFIO fix for v6.4-rc4

Message ID 20230526141846.6f549439.alex.williamson@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO fix for v6.4-rc4 | expand

Pull-request

https://github.com/awilliam/linux-vfio.git tags/vfio-v6.4-rc4

Message

Alex Williamson May 26, 2023, 8:18 p.m. UTC
Hi Linus,

The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:

  Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)

are available in the Git repository at:

  https://github.com/awilliam/linux-vfio.git tags/vfio-v6.4-rc4

for you to fetch changes up to 4752354af71043e6fd72ef5490ed6da39e6cab4a:

  vfio/type1: check pfn valid before converting to struct page (2023-05-23 14:16:29 -0600)

----------------------------------------------------------------
VFIO fix for v6.4-rc4

 - Test for and return error for invalid pfns through the pin pages
   interface. (Yan Zhao)

----------------------------------------------------------------
Yan Zhao (1):
      vfio/type1: check pfn valid before converting to struct page

 drivers/vfio/vfio_iommu_type1.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

pr-tracker-bot@kernel.org May 26, 2023, 11:51 p.m. UTC | #1
The pull request you sent on Fri, 26 May 2023 14:18:46 -0600:

> https://github.com/awilliam/linux-vfio.git tags/vfio-v6.4-rc4

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

Thank you!