[PULL 0/1] vfio fix for QEMU 5.2-rc2

Alex Williamson posted 1 patch 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/160522223115.22563.1877553897618141184.stgit@gimli.home
hw/vfio/migration.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] vfio fix for QEMU 5.2-rc2
Posted by Alex Williamson 3 years, 5 months ago
The following changes since commit cb5d19e8294486551c422759260883ed290226d9:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201112' into staging (2020-11-12 11:33:26 +0000)

are available in the Git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20201112.0

for you to fetch changes up to e408aeef8663fd6e3075aef252404c55d710a75e:

  Fix use after free in vfio_migration_probe (2020-11-12 15:58:16 -0700)

----------------------------------------------------------------
VFIO update 2020-11-12

 * Fix coverity reported use-after-free (Kirti Wankhede)

----------------------------------------------------------------
Kirti Wankhede (1):
      Fix use after free in vfio_migration_probe

 hw/vfio/migration.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Re: [PULL 0/1] vfio fix for QEMU 5.2-rc2
Posted by Peter Maydell 3 years, 5 months ago
On Thu, 12 Nov 2020 at 23:07, Alex Williamson
<alex.williamson@redhat.com> wrote:
>
> The following changes since commit cb5d19e8294486551c422759260883ed290226d9:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201112' into staging (2020-11-12 11:33:26 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20201112.0
>
> for you to fetch changes up to e408aeef8663fd6e3075aef252404c55d710a75e:
>
>   Fix use after free in vfio_migration_probe (2020-11-12 15:58:16 -0700)
>
> ----------------------------------------------------------------
> VFIO update 2020-11-12
>
>  * Fix coverity reported use-after-free (Kirti Wankhede)
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM