mbox

[PULL,for-2.7,0/9] Leak fixes for 2.7

Message ID 20160807200601.25905-1-marcandre.lureau@redhat.com
State New
Headers show

Pull-request

git://github.com/elmarco/qemu.git tags/leaks-for-2.7-pull-request

Message

Marc-André Lureau Aug. 7, 2016, 8:05 p.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:

  tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100)

are available in the git repository at:

  git://github.com/elmarco/qemu.git tags/leaks-for-2.7-pull-request

for you to fetch changes up to 5839df7b71540a2af2580bb53ad1e2005bb175e6:

  ahci: fix sglist leak on retry (2016-08-08 00:00:41 +0400)

----------------------------------------------------------------

----------------------------------------------------------------

Marc-André Lureau (9):
  numa: do not leak NumaOptions
  char: free the tcp connection data when closing
  char: free MuxDriver when closing
  ahci: free irqs array
  qjson: free str
  virtio-input: free config list
  usb: free USBDevice.strings
  usb: free leaking path
  ahci: fix sglist leak on retry

 hw/ide/ahci.c           |  4 ++--
 hw/ide/core.c           |  1 +
 hw/input/virtio-input.c | 11 ++++++++++
 hw/usb/bus.c            |  7 ++++++
 hw/usb/desc.c           |  1 +
 migration/qjson.c       |  1 +
 numa.c                  | 15 +++++++------
 qemu-char.c             | 58 +++++++++++++++++++++++++++++++++----------------
 8 files changed, 70 insertions(+), 28 deletions(-)

Comments

Peter Maydell Aug. 8, 2016, 12:25 p.m. UTC | #1
On 7 August 2016 at 21:05,  <marcandre.lureau@redhat.com> wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:
>
>   tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100)
>
> are available in the git repository at:
>
>   git://github.com/elmarco/qemu.git tags/leaks-for-2.7-pull-request
>
> for you to fetch changes up to 5839df7b71540a2af2580bb53ad1e2005bb175e6:
>
>   ahci: fix sglist leak on retry (2016-08-08 00:00:41 +0400)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Marc-André Lureau (9):
>   numa: do not leak NumaOptions
>   char: free the tcp connection data when closing
>   char: free MuxDriver when closing
>   ahci: free irqs array
>   qjson: free str
>   virtio-input: free config list
>   usb: free USBDevice.strings
>   usb: free leaking path
>   ahci: fix sglist leak on retry

Applied, thanks.

-- PMM