From: Eric Blake <eblake@redhat.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 0/4] Pair g_malloc() with g_free(), not free()
Date: Wed, 28 Jan 2015 08:13:48 -0700 [thread overview]
Message-ID: <54C8FCAC.7070905@redhat.com> (raw)
In-Reply-To: <1422456844-13043-1-git-send-email-armbru@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1328 bytes --]
On 01/28/2015 07:54 AM, Markus Armbruster wrote:
> I'm routing these patches through qemu-trivial, even though some of
> them touch actively maintained code, and could go through the
> respective tree instead:
>
> * PATCH 3 sPAPR (Alex)
>
> * PATCH 4 USB (Gerd)
>
> If you want me to reroute any of them, let me know.
Reviewed-by: Eric Blake <eblake@redhat.com>
[for patches like these, sometimes I like to use git format-patch -U20
or whatever it takes to make the patch show full context of the
allocation a few lines earlier that matches with the actual g_free fix,
so that reviewers don't have to open the file themselves. It makes for
larger emails, but potentially faster reviews. But it's not the end of
the world to stick with the default 3-line context]
>
> Markus Armbruster (4):
> qemu-option: Replace pointless use of g_malloc0() by g_malloc()
> qemu-option: Pair g_malloc() with g_free(), not free()
> spapr_vio: Pair g_malloc() with g_free(), not free()
> usb: Pair g_malloc() with g_free(), not free()
>
> hw/ppc/spapr_vio.c | 2 +-
> hw/usb/desc-msos.c | 2 +-
> util/qemu-option.c | 8 ++++----
> 3 files changed, 6 insertions(+), 6 deletions(-)
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Eric Blake <eblake@redhat.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/4] Pair g_malloc() with g_free(), not free()
Date: Wed, 28 Jan 2015 08:13:48 -0700 [thread overview]
Message-ID: <54C8FCAC.7070905@redhat.com> (raw)
In-Reply-To: <1422456844-13043-1-git-send-email-armbru@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1328 bytes --]
On 01/28/2015 07:54 AM, Markus Armbruster wrote:
> I'm routing these patches through qemu-trivial, even though some of
> them touch actively maintained code, and could go through the
> respective tree instead:
>
> * PATCH 3 sPAPR (Alex)
>
> * PATCH 4 USB (Gerd)
>
> If you want me to reroute any of them, let me know.
Reviewed-by: Eric Blake <eblake@redhat.com>
[for patches like these, sometimes I like to use git format-patch -U20
or whatever it takes to make the patch show full context of the
allocation a few lines earlier that matches with the actual g_free fix,
so that reviewers don't have to open the file themselves. It makes for
larger emails, but potentially faster reviews. But it's not the end of
the world to stick with the default 3-line context]
>
> Markus Armbruster (4):
> qemu-option: Replace pointless use of g_malloc0() by g_malloc()
> qemu-option: Pair g_malloc() with g_free(), not free()
> spapr_vio: Pair g_malloc() with g_free(), not free()
> usb: Pair g_malloc() with g_free(), not free()
>
> hw/ppc/spapr_vio.c | 2 +-
> hw/usb/desc-msos.c | 2 +-
> util/qemu-option.c | 8 ++++----
> 3 files changed, 6 insertions(+), 6 deletions(-)
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2015-01-28 15:13 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-28 14:54 [Qemu-trivial] [PATCH 0/4] Pair g_malloc() with g_free(), not free() Markus Armbruster
2015-01-28 14:54 ` [Qemu-devel] " Markus Armbruster
2015-01-28 14:54 ` [Qemu-trivial] [PATCH 1/4] qemu-option: Replace pointless use of g_malloc0() by g_malloc() Markus Armbruster
2015-01-28 14:54 ` [Qemu-devel] " Markus Armbruster
2015-01-29 0:20 ` [Qemu-trivial] " Gonglei
2015-01-29 0:20 ` Gonglei
2015-01-28 14:54 ` [Qemu-trivial] [PATCH 2/4] qemu-option: Pair g_malloc() with g_free(), not free() Markus Armbruster
2015-01-28 14:54 ` [Qemu-devel] " Markus Armbruster
2015-01-29 0:20 ` [Qemu-trivial] " Gonglei
2015-01-29 0:20 ` Gonglei
2015-01-28 14:54 ` [Qemu-trivial] [PATCH 3/4] spapr_vio: " Markus Armbruster
2015-01-28 14:54 ` [Qemu-devel] " Markus Armbruster
2015-01-29 0:20 ` [Qemu-trivial] " Gonglei
2015-01-29 0:20 ` Gonglei
2015-01-28 14:54 ` [Qemu-trivial] [PATCH 4/4] usb: " Markus Armbruster
2015-01-28 14:54 ` [Qemu-devel] " Markus Armbruster
2015-01-29 0:22 ` [Qemu-trivial] " Gonglei
2015-01-29 0:22 ` Gonglei
2015-01-28 15:13 ` Eric Blake [this message]
2015-01-28 15:13 ` [Qemu-devel] [PATCH 0/4] " Eric Blake
2015-02-04 9:43 ` [Qemu-trivial] " Markus Armbruster
2015-02-04 9:43 ` [Qemu-devel] " Markus Armbruster
2015-02-07 13:30 ` [Qemu-trivial] " Michael Tokarev
2015-02-07 13:30 ` [Qemu-devel] " Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C8FCAC.7070905@redhat.com \
--to=eblake@redhat.com \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.