mbox

[PULL,0/2] VFIO fixes for v2.10-rc1

Message ID 20170726184421.1315.42536.stgit@gimli.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20170726.0

Message

Alex Williamson July 26, 2017, 6:45 p.m. UTC
The following changes since commit 522fd24ca030c27c591dafedd65c1dfd51e40450:

  Update version for v2.10.0-rc0 release (2017-07-25 17:13:09 +0100)

are available in the git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20170726.0

for you to fetch changes up to 96d2c2c57452f8b6bc3decae71435e7230f3432e:

  vfio/pci: fix use of freed memory (2017-07-26 11:38:18 -0600)

----------------------------------------------------------------
VFIO fixes 2017-07-26

 - Error path use after free bug fixes (Philippe Mathieu-Daudé)

----------------------------------------------------------------
Philippe Mathieu-Daudé (2):
      vfio/platform: fix use of freed memory
      vfio/pci: fix use of freed memory

 hw/vfio/pci.c      | 11 +++++++----
 hw/vfio/platform.c |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

Comments

Peter Maydell July 27, 2017, 10:29 a.m. UTC | #1
On 26 July 2017 at 19:45, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 522fd24ca030c27c591dafedd65c1dfd51e40450:
>
>   Update version for v2.10.0-rc0 release (2017-07-25 17:13:09 +0100)
>
> are available in the git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20170726.0
>
> for you to fetch changes up to 96d2c2c57452f8b6bc3decae71435e7230f3432e:
>
>   vfio/pci: fix use of freed memory (2017-07-26 11:38:18 -0600)
>
> ----------------------------------------------------------------
> VFIO fixes 2017-07-26
>
>  - Error path use after free bug fixes (Philippe Mathieu-Daudé)
>
> ----------------------------------------------------------------
> Philippe Mathieu-Daudé (2):
>       vfio/platform: fix use of freed memory
>       vfio/pci: fix use of freed memory

Applied, thanks.

-- PMM