From: Alon Levy <alevy@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/5] oslib-posix: add qemu_pipe_non_block
Date: Wed, 12 Jun 2013 07:21:27 -0400 (EDT) [thread overview]
Message-ID: <556498021.18264518.1371036087771.JavaMail.root@redhat.com> (raw)
In-Reply-To: <51B841A8.3030007@msgid.tls.msk.ru>
> 05.06.2013 00:23, Alon Levy wrote:
>
> [PATCH 1/5] oslib-posix: add qemu_pipe_non_block
> [PATCH 2/5] use qemu_pipe_non_block
> [PATCH 3/5] libcacard/vscclient: fix leakage of socket on error paths
> [PATCH 4/5] libcacard/vreader.c: fix possible NULL dereference
> [PATCH 5/5] libcacard/vscclient.c: fix use of uninitialized variable
>
> So, what happened with this series?
I still plan to do it, but didn't get to it yet.
>
> From the above 5 patches, only 3/5 (leakage of socket on error paths)
> is ready to be applied. Should I apply it now, or wait for the
> respin of whole series? (Or both?)
I'll be happy if you do. (Both don't actually make sense :)
>
> Thanks,
>
> /mjt
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Alon Levy <alevy@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 1/5] oslib-posix: add qemu_pipe_non_block
Date: Wed, 12 Jun 2013 07:21:27 -0400 (EDT) [thread overview]
Message-ID: <556498021.18264518.1371036087771.JavaMail.root@redhat.com> (raw)
In-Reply-To: <51B841A8.3030007@msgid.tls.msk.ru>
> 05.06.2013 00:23, Alon Levy wrote:
>
> [PATCH 1/5] oslib-posix: add qemu_pipe_non_block
> [PATCH 2/5] use qemu_pipe_non_block
> [PATCH 3/5] libcacard/vscclient: fix leakage of socket on error paths
> [PATCH 4/5] libcacard/vreader.c: fix possible NULL dereference
> [PATCH 5/5] libcacard/vscclient.c: fix use of uninitialized variable
>
> So, what happened with this series?
I still plan to do it, but didn't get to it yet.
>
> From the above 5 patches, only 3/5 (leakage of socket on error paths)
> is ready to be applied. Should I apply it now, or wait for the
> respin of whole series? (Or both?)
I'll be happy if you do. (Both don't actually make sense :)
>
> Thanks,
>
> /mjt
>
>
next prev parent reply other threads:[~2013-06-12 11:21 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-04 20:23 [Qemu-trivial] [PATCH 1/5] oslib-posix: add qemu_pipe_non_block Alon Levy
2013-06-04 20:23 ` [Qemu-devel] " Alon Levy
2013-06-04 20:23 ` [Qemu-trivial] [PATCH 2/5] use qemu_pipe_non_block Alon Levy
2013-06-04 20:23 ` [Qemu-devel] " Alon Levy
2013-06-04 20:47 ` [Qemu-trivial] " Paolo Bonzini
2013-06-04 20:47 ` [Qemu-devel] " Paolo Bonzini
2013-06-04 20:59 ` [Qemu-trivial] " Alon Levy
2013-06-04 20:59 ` Alon Levy
2013-06-04 21:08 ` [Qemu-trivial] " Peter Maydell
2013-06-04 21:08 ` Peter Maydell
2013-06-04 20:50 ` [Qemu-trivial] " Peter Maydell
2013-06-04 20:50 ` Peter Maydell
2013-06-04 20:56 ` [Qemu-trivial] " Alon Levy
2013-06-04 20:56 ` Alon Levy
2013-06-04 20:23 ` [Qemu-trivial] [PATCH 3/5] libcacard/vscclient: fix leakage of socket on error paths Alon Levy
2013-06-04 20:23 ` [Qemu-devel] " Alon Levy
2013-06-04 20:55 ` [Qemu-trivial] " Peter Maydell
2013-06-04 20:55 ` Peter Maydell
2013-06-12 12:09 ` [Qemu-trivial] " Michael Tokarev
2013-06-12 12:09 ` [Qemu-devel] " Michael Tokarev
2013-06-04 20:23 ` [Qemu-trivial] [PATCH 4/5] libcacard/vreader.c: fix possible NULL dereference Alon Levy
2013-06-04 20:23 ` [Qemu-devel] " Alon Levy
2013-06-04 21:06 ` [Qemu-trivial] " Peter Maydell
2013-06-04 21:06 ` Peter Maydell
2013-06-04 20:23 ` [Qemu-trivial] [PATCH 5/5] libcacard/vscclient.c: fix use of uninitialized variable Alon Levy
2013-06-04 20:23 ` [Qemu-devel] " Alon Levy
2013-06-04 21:12 ` [Qemu-trivial] " Peter Maydell
2013-06-04 21:12 ` Peter Maydell
2013-06-04 20:48 ` [Qemu-trivial] [Qemu-devel] [PATCH 1/5] oslib-posix: add qemu_pipe_non_block Peter Maydell
2013-06-04 20:48 ` Peter Maydell
2013-06-04 21:11 ` [Qemu-trivial] " Eric Blake
2013-06-04 21:11 ` Eric Blake
2013-06-04 21:41 ` [Qemu-trivial] " Alon Levy
2013-06-04 21:41 ` Alon Levy
2013-06-05 19:43 ` [Qemu-trivial] " Michael Tokarev
2013-06-05 19:43 ` [Qemu-devel] " Michael Tokarev
2013-06-12 9:38 ` Michael Tokarev
2013-06-12 9:38 ` [Qemu-devel] " Michael Tokarev
2013-06-12 11:21 ` Alon Levy [this message]
2013-06-12 11:21 ` Alon Levy
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=556498021.18264518.1371036087771.JavaMail.root@redhat.com \
--to=alevy@redhat.com \
--cc=mjt@tls.msk.ru \
--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.