All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix wrong __user usage in  _sysn32_rt_sigsuspend
@ 2006-02-20 16:27 Atsushi Nemoto
  2006-02-20 17:20 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2006-02-20 16:27 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

diff --git a/arch/mips/kernel/signal_n32.c b/arch/mips/kernel/signal_n32.c
index 3e168c0..84d1009 100644
--- a/arch/mips/kernel/signal_n32.c
+++ b/arch/mips/kernel/signal_n32.c
@@ -87,7 +87,8 @@ save_static_function(sysn32_rt_sigsuspen
 __attribute_used__ noinline static int
 _sysn32_rt_sigsuspend(nabi_no_regargs struct pt_regs regs)
 {
-	compat_sigset_t __user *unewset, uset;
+	compat_sigset_t __user *unewset;
+	compat_sigset_t uset;
 	size_t sigsetsize;
 	sigset_t newset;
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix wrong __user usage in  _sysn32_rt_sigsuspend
  2006-02-20 16:27 [PATCH] fix wrong __user usage in _sysn32_rt_sigsuspend Atsushi Nemoto
@ 2006-02-20 17:20 ` Ralf Baechle
  2006-02-20 17:47   ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2006-02-20 17:20 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips

Applied,

  Ralf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix wrong __user usage in  _sysn32_rt_sigsuspend
  2006-02-20 17:20 ` Ralf Baechle
@ 2006-02-20 17:47   ` Ralf Baechle
  0 siblings, 0 replies; 3+ messages in thread
From: Ralf Baechle @ 2006-02-20 17:47 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips

On Mon, Feb 20, 2006 at 05:20:24PM +0000, Ralf Baechle wrote:
> Date: Mon, 20 Feb 2006 17:20:24 +0000
> From: Ralf Baechle <ralf@linux-mips.org>
> To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
> Cc: linux-mips@linux-mips.org
> Subject: Re: [PATCH] fix wrong __user usage in  _sysn32_rt_sigsuspend
> Content-Type: text/plain; charset=us-ascii
> 
> Applied,

Same for this one, I actually queued it for 2.6.17.

  Ralf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-20 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 16:27 [PATCH] fix wrong __user usage in _sysn32_rt_sigsuspend Atsushi Nemoto
2006-02-20 17:20 ` Ralf Baechle
2006-02-20 17:47   ` Ralf Baechle

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.