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

Alex Williamson posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170726184421.1315.42536.stgit@gimli.home
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
hw/vfio/pci.c      | 11 +++++++----
hw/vfio/platform.c |  2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/2] VFIO fixes for v2.10-rc1
Posted by Alex Williamson 6 years, 8 months ago
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(-)

Re: [Qemu-devel] [PULL 0/2] VFIO fixes for v2.10-rc1
Posted by Peter Maydell 6 years, 8 months ago
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