[PULL 0/6] Leak fixes for qtests + fuzzer CI

Thomas Huth posted 6 patches 3 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora failed
Test FreeBSD passed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200717095605.27589-1-thuth@redhat.com
Maintainers: Igor Mammedov <imammedo@redhat.com>, Alexander Bulekov <alxndr@bu.edu>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Laurent Vivier <lvivier@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Bandan Das <bsd@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Markus Armbruster <armbru@redhat.com>, Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml                 | 20 +++++++++++++++++++-
configure                      |  2 +-
qom/qom-hmp-cmds.c             |  6 ++++--
tests/qtest/bios-tables-test.c |  1 +
tests/qtest/fuzz/fuzz.c        | 13 ++++++-------
tests/qtest/fuzz/fuzz.h        |  6 +++---
tests/qtest/fuzz/i440fx_fuzz.c |  4 ++--
tests/qtest/fuzz/qos_fuzz.c    |  6 +++---
tests/qtest/qmp-cmd-test.c     | 13 +++++++++++++
9 files changed, 52 insertions(+), 19 deletions(-)
[PULL 0/6] Leak fixes for qtests + fuzzer CI
Posted by Thomas Huth 3 years, 9 months ago
 Hi Peter,

the following changes since commit 95d1fbabae0cd44156ac4b96d512d143ca7dfd5e:

  Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request' into staging (2020-07-16 18:50:51 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2020-07-17

for you to fetch changes up to b610eba335d5c8ac7484dbb1c886b125e2dea058:

  gitlab-ci.yml: Add fuzzer tests (2020-07-17 10:44:23 +0200)

----------------------------------------------------------------
* Leak fixes
* One fix for running with --enable-werror on macOS
* Add fuzzer test to the Gitlab-CI
----------------------------------------------------------------

Alexander Bulekov (1):
      fuzz: Expect the cmdline in a freeable GString

Li Qiang (2):
      qtest: bios-tables-test: fix a memory leak
      tests: qmp-cmd-test: fix memory leak

Markus Armbruster (1):
      qom: Plug memory leak in "info qom-tree"

Thomas Huth (2):
      configure: Fix for running with --enable-werror on macOS
      gitlab-ci.yml: Add fuzzer tests

 .gitlab-ci.yml                 | 20 +++++++++++++++++++-
 configure                      |  2 +-
 qom/qom-hmp-cmds.c             |  6 ++++--
 tests/qtest/bios-tables-test.c |  1 +
 tests/qtest/fuzz/fuzz.c        | 13 ++++++-------
 tests/qtest/fuzz/fuzz.h        |  6 +++---
 tests/qtest/fuzz/i440fx_fuzz.c |  4 ++--
 tests/qtest/fuzz/qos_fuzz.c    |  6 +++---
 tests/qtest/qmp-cmd-test.c     | 13 +++++++++++++
 9 files changed, 52 insertions(+), 19 deletions(-)


Re: [PULL 0/6] Leak fixes for qtests + fuzzer CI
Posted by Peter Maydell 3 years, 9 months ago
On Fri, 17 Jul 2020 at 10:56, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit 95d1fbabae0cd44156ac4b96d512d143ca7dfd5e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request' into staging (2020-07-16 18:50:51 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2020-07-17
>
> for you to fetch changes up to b610eba335d5c8ac7484dbb1c886b125e2dea058:
>
>   gitlab-ci.yml: Add fuzzer tests (2020-07-17 10:44:23 +0200)
>
> ----------------------------------------------------------------
> * Leak fixes
> * One fix for running with --enable-werror on macOS
> * Add fuzzer test to the Gitlab-CI
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM