mbox series

[RESEND,v2,0/7] some memleak trivial patchs

Message ID 20201023061218.2080844-1-kuhn.chenqun@huawei.com
Headers show
Series some memleak trivial patchs | expand

Message

Chen Qun Oct. 23, 2020, 6:12 a.m. UTC
Hi all,

  Here are some memory leak patches reported by EulerRobot.
Some patch submissions have been unattended for a while and I resend
them.

Thanks,
Chen Qun


Chen Qun (1):
  tests/migration: fix memleak in wait_command/wait_command_fd

Pan Nengyuan (6):
  qga/channel-posix: Plug memory leak in ga_channel_write_all()
  elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
  elf2dmp/pdb: Plug memleak in pdb_init_from_file
  migration/colo: Plug memleaks in colo_process_incoming_thread
  blockdev: Fix a memleak in drive_backup_prepare()
  block/file-posix: fix a possible undefined behavior

 block/file-posix.c              |  2 +-
 blockdev.c                      |  1 +
 contrib/elf2dmp/pdb.c           |  1 +
 contrib/elf2dmp/qemu_elf.c      |  1 +
 migration/colo.c                |  5 ++++-
 qga/channel-posix.c             |  6 +++++-
 tests/qtest/migration-helpers.c | 16 ++++++++++++----
 7 files changed, 25 insertions(+), 7 deletions(-)

Comments

Chen Qun Oct. 30, 2020, 10:23 a.m. UTC | #1
Ping!

Hi all,
  The patche2 ~7 have been reviewed for some time. 
Could someone please pick it up?

Thanks,
Chen Qun

> -----Original Message-----
> From: Chenqun (kuhn)
> Sent: Friday, October 23, 2020 2:12 PM
> To: qemu-devel@nongnu.org; qemu-trivial@nongnu.org
> Cc: Pannengyuan <pannengyuan@huawei.com>; lvivier@redhat.com;
> Zhanghailiang <zhang.zhanghailiang@huawei.com>; ganqixin
> <ganqixin@huawei.com>; Chenqun (kuhn) <kuhn.chenqun@huawei.com>
> Subject: [PATCH RESEND v2 0/7] some memleak trivial patchs
> 
> Hi all,
> 
>   Here are some memory leak patches reported by EulerRobot.
> Some patch submissions have been unattended for a while and I resend them.
> 
> Thanks,
> Chen Qun
> 
> 
> Chen Qun (1):
>   tests/migration: fix memleak in wait_command/wait_command_fd
> 
> Pan Nengyuan (6):
>   qga/channel-posix: Plug memory leak in ga_channel_write_all()
>   elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
>   elf2dmp/pdb: Plug memleak in pdb_init_from_file
>   migration/colo: Plug memleaks in colo_process_incoming_thread
>   blockdev: Fix a memleak in drive_backup_prepare()
>   block/file-posix: fix a possible undefined behavior
> 
>  block/file-posix.c              |  2 +-
>  blockdev.c                      |  1 +
>  contrib/elf2dmp/pdb.c           |  1 +
>  contrib/elf2dmp/qemu_elf.c      |  1 +
>  migration/colo.c                |  5 ++++-
>  qga/channel-posix.c             |  6 +++++-
>  tests/qtest/migration-helpers.c | 16 ++++++++++++----
>  7 files changed, 25 insertions(+), 7 deletions(-)
> 
> --
> 2.23.0
Chen Qun Nov. 4, 2020, 5:49 a.m. UTC | #2
Ping!

Hi Laurent,
  These patches have been reviewed by many people 2 months ago. 
Could you help add them to the trivial branch?

 Pan Nengyuan (6):
   qga/channel-posix: Plug memory leak in ga_channel_write_all()
   elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
   elf2dmp/pdb: Plug memleak in pdb_init_from_file
   migration/colo: Plug memleaks in colo_process_incoming_thread
   blockdev: Fix a memleak in drive_backup_prepare()
   block/file-posix: fix a possible undefined behavior

Thanks,
Chen Qun

> -----Original Message-----
> From: Chenqun (kuhn)
> Sent: Friday, October 30, 2020 6:23 PM
> To: qemu-devel@nongnu.org; qemu-trivial@nongnu.org
> Cc: Pannengyuan <pannengyuan@huawei.com>; lvivier@redhat.com;
> Zhanghailiang <zhang.zhanghailiang@huawei.com>; ganqixin
> <ganqixin@huawei.com>
> Subject: RE: [PATCH RESEND v2 0/7] some memleak trivial patchs
> 
> Ping!
> 
> Hi all,
>   The patche2 ~7 have been reviewed for some time.
> Could someone please pick it up?
> 
> Thanks,
> Chen Qun
> 
> > -----Original Message-----
> > From: Chenqun (kuhn)
> > Sent: Friday, October 23, 2020 2:12 PM
> > To: qemu-devel@nongnu.org; qemu-trivial@nongnu.org
> > Cc: Pannengyuan <pannengyuan@huawei.com>; lvivier@redhat.com;
> > Zhanghailiang <zhang.zhanghailiang@huawei.com>; ganqixin
> > <ganqixin@huawei.com>; Chenqun (kuhn) <kuhn.chenqun@huawei.com>
> > Subject: [PATCH RESEND v2 0/7] some memleak trivial patchs
> >
> > Hi all,
> >
> >   Here are some memory leak patches reported by EulerRobot.
> > Some patch submissions have been unattended for a while and I resend them.
> >
> > Thanks,
> > Chen Qun
> >
> >
> > Chen Qun (1):
> >   tests/migration: fix memleak in wait_command/wait_command_fd
> >
> > Pan Nengyuan (6):
> >   qga/channel-posix: Plug memory leak in ga_channel_write_all()
> >   elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
> >   elf2dmp/pdb: Plug memleak in pdb_init_from_file
> >   migration/colo: Plug memleaks in colo_process_incoming_thread
> >   blockdev: Fix a memleak in drive_backup_prepare()
> >   block/file-posix: fix a possible undefined behavior
> >
> >  block/file-posix.c              |  2 +-
> >  blockdev.c                      |  1 +
> >  contrib/elf2dmp/pdb.c           |  1 +
> >  contrib/elf2dmp/qemu_elf.c      |  1 +
> >  migration/colo.c                |  5 ++++-
> >  qga/channel-posix.c             |  6 +++++-
> >  tests/qtest/migration-helpers.c | 16 ++++++++++++----
> >  7 files changed, 25 insertions(+), 7 deletions(-)
> >
> > --
> > 2.23.0
Chen Qun Dec. 9, 2020, 2:48 a.m. UTC | #3
Kindly ping!

Hi all,
  This series has been sunk for a long time.
Could someone pick them up?

Six patches are sunk here:
   qga/channel-posix: Plug memory leak in ga_channel_write_all()
   elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
   elf2dmp/pdb: Plug memleak in pdb_init_from_file
   migration/colo: Plug memleaks in colo_process_incoming_thread
   blockdev: Fix a memleak in drive_backup_prepare()
   block/file-posix: fix a possible undefined behavior

Thanks,
Chen Qun

> -----Original Message-----
> From: Chenqun (kuhn)
> Sent: Friday, October 30, 2020 6:23 PM
> To: qemu-devel@nongnu.org; qemu-trivial@nongnu.org
> Cc: Pannengyuan <pannengyuan@huawei.com>; lvivier@redhat.com;
> Zhanghailiang <zhang.zhanghailiang@huawei.com>; ganqixin
> <ganqixin@huawei.com>
> Subject: RE: [PATCH RESEND v2 0/7] some memleak trivial patchs
> 
> Ping!
> 
> Hi all,
>   The patche2 ~7 have been reviewed for some time.
> Could someone please pick it up?
> 
> Thanks,
> Chen Qun
> 
> > -----Original Message-----
> > From: Chenqun (kuhn)
> > Sent: Friday, October 23, 2020 2:12 PM
> > To: qemu-devel@nongnu.org; qemu-trivial@nongnu.org
> > Cc: Pannengyuan <pannengyuan@huawei.com>; lvivier@redhat.com;
> > Zhanghailiang <zhang.zhanghailiang@huawei.com>; ganqixin
> > <ganqixin@huawei.com>; Chenqun (kuhn) <kuhn.chenqun@huawei.com>
> > Subject: [PATCH RESEND v2 0/7] some memleak trivial patchs
> >
> > Hi all,
> >
> >   Here are some memory leak patches reported by EulerRobot.
> > Some patch submissions have been unattended for a while and I resend
> them.
> >
> > Thanks,
> > Chen Qun
> >
> >
> > Chen Qun (1):
> >   tests/migration: fix memleak in wait_command/wait_command_fd
> >
> > Pan Nengyuan (6):
> >   qga/channel-posix: Plug memory leak in ga_channel_write_all()
> >   elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
> >   elf2dmp/pdb: Plug memleak in pdb_init_from_file
> >   migration/colo: Plug memleaks in colo_process_incoming_thread
> >   blockdev: Fix a memleak in drive_backup_prepare()
> >   block/file-posix: fix a possible undefined behavior
> >
> >  block/file-posix.c              |  2 +-
> >  blockdev.c                      |  1 +
> >  contrib/elf2dmp/pdb.c           |  1 +
> >  contrib/elf2dmp/qemu_elf.c      |  1 +
> >  migration/colo.c                |  5 ++++-
> >  qga/channel-posix.c             |  6 +++++-
> >  tests/qtest/migration-helpers.c | 16 ++++++++++++----
> >  7 files changed, 25 insertions(+), 7 deletions(-)
> >
> > --
> > 2.23.0