qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Riku Voipio <riku.voipio@iki.fi>
To: Prasad Joshi <prasadjoshi.linux@gmail.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
	Jia Liu <proljc@gmail.com>
Subject: Re: [Qemu-devel] [PATCH 5/6] linux-user: remove duplicate statement
Date: Mon, 24 Mar 2014 10:57:09 +0200	[thread overview]
Message-ID: <20140324085709.GA31666@afflict.kos.to> (raw)
In-Reply-To: <1395566923-5074-5-git-send-email-prasadjoshi.linux@gmail.com>

On Sun, Mar 23, 2014 at 02:58:42PM +0530, Prasad Joshi wrote:
> Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>a

Acked-by: Riku Voipio <riku.voipio@linaro.org>

> ---
>  linux-user/signal.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/linux-user/signal.c b/linux-user/signal.c
> index e5fb933..7d6246f 100644
> --- a/linux-user/signal.c
> +++ b/linux-user/signal.c
> @@ -4043,8 +4043,6 @@ static void setup_rt_frame(int sig, struct target_sigaction *ka,
>      struct target_rt_sigframe *frame;
>      abi_ulong info_addr, uc_addr;
>  
> -    frame_addr = get_sigframe(ka, env, sizeof *frame);
> -
>      frame_addr = get_sigframe(ka, env, sizeof(*frame));
>      if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) {
>          goto give_sigsegv;
> -- 
> 1.8.1.2

  reply	other threads:[~2014-03-24  9:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-23  9:28 [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot Prasad Joshi
2014-03-23  9:28 ` [Qemu-devel] [PATCH 2/6] intc/openpic_kvm: fix MemListener delete regiion callback function Prasad Joshi
2014-03-24 14:25   ` Andreas Färber
2014-04-02  8:54     ` Alexander Graf
2014-04-02 10:53       ` Andreas Färber
2014-04-02 11:32         ` Alexander Graf
2014-03-23  9:28 ` [Qemu-devel] [PATCH 3/6] pcnet: remove duplicate assignment Prasad Joshi
2014-03-24 13:18   ` Stefan Hajnoczi
2014-03-25 12:32   ` Stefan Hajnoczi
2014-03-23  9:28 ` [Qemu-devel] [PATCH 4/6] hw/timer/grlib_gptimer: remove unnecessary assignment Prasad Joshi
2014-03-27  5:16   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-03-23  9:28 ` [Qemu-devel] [PATCH 5/6] linux-user: remove duplicate statement Prasad Joshi
2014-03-24  8:57   ` Riku Voipio [this message]
2014-03-27  5:17   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-03-23  9:28 ` [Qemu-devel] [PATCH 6/6] net: netmap_poll must update both read/write poll state Prasad Joshi
2014-03-24 13:18   ` Stefan Hajnoczi
2014-03-25 12:31   ` Stefan Hajnoczi
2014-03-24 13:19 ` [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot Stefan Hajnoczi
2014-03-24 13:22   ` Peter Maydell
2014-03-24 14:17     ` Andreas Färber
2014-03-25  9:00     ` Stefan Hajnoczi

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=20140324085709.GA31666@afflict.kos.to \
    --to=riku.voipio@iki.fi \
    --cc=prasadjoshi.linux@gmail.com \
    --cc=proljc@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).