public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] frv: Remove bogus closing parenthesis
@ 2012-06-02 11:08 Geert Uytterhoeven
  2012-06-02 11:24 ` David Howells
  2012-06-02 14:42 ` Al Viro
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2012-06-02 11:08 UTC (permalink / raw)
  To: Al Viro; +Cc: David Howells, linux-kernel, Geert Uytterhoeven

Introduced by commit 6fd84c0831ec78d98736b76dc5e9b849f1dbfc9e
("TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set")

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
Yes, it also failed in linux-next the day before
http://kisskb.ellerman.id.au/kisskb/buildresult/6413279/
---
 arch/frv/kernel/signal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/frv/kernel/signal.c b/arch/frv/kernel/signal.c
index f3b9064..864c2f0 100644
--- a/arch/frv/kernel/signal.c
+++ b/arch/frv/kernel/signal.c
@@ -518,7 +518,7 @@ asmlinkage void do_notify_resume(__u32 thread_info_flags)
 		clear_thread_flag(TIF_SINGLESTEP);
 
 	/* deal with pending signal delivery */
-	if (thread_info_flags & _TIF_SIGPENDING))
+	if (thread_info_flags & _TIF_SIGPENDING)
 		do_signal();
 
 	/* deal with notification on about to resume userspace execution */
-- 
1.7.0.4


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

* Re: [PATCH] frv: Remove bogus closing parenthesis
  2012-06-02 11:08 [PATCH] frv: Remove bogus closing parenthesis Geert Uytterhoeven
@ 2012-06-02 11:24 ` David Howells
  2012-06-02 14:42 ` Al Viro
  1 sibling, 0 replies; 3+ messages in thread
From: David Howells @ 2012-06-02 11:24 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: dhowells, Al Viro, linux-kernel

Geert Uytterhoeven <geert@linux-m68k.org> wrote:

> Introduced by commit 6fd84c0831ec78d98736b76dc5e9b849f1dbfc9e
> ("TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set")
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Acked-by: David Howells <dhowells@redhat.com>

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

* Re: [PATCH] frv: Remove bogus closing parenthesis
  2012-06-02 11:08 [PATCH] frv: Remove bogus closing parenthesis Geert Uytterhoeven
  2012-06-02 11:24 ` David Howells
@ 2012-06-02 14:42 ` Al Viro
  1 sibling, 0 replies; 3+ messages in thread
From: Al Viro @ 2012-06-02 14:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: David Howells, linux-kernel, Geert Uytterhoeven

On Sat, Jun 02, 2012 at 01:08:39PM +0200, Geert Uytterhoeven wrote:
> Introduced by commit 6fd84c0831ec78d98736b76dc5e9b849f1dbfc9e
> ("TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set")

Applied and pushed into signal.git#for-linus.  Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/signal for-linus

Shortlog:
Geert Uytterhoeven (1):
      frv: Remove bogus closing parenthesis

Diffstat:
 arch/frv/kernel/signal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

end of thread, other threads:[~2012-06-02 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 11:08 [PATCH] frv: Remove bogus closing parenthesis Geert Uytterhoeven
2012-06-02 11:24 ` David Howells
2012-06-02 14:42 ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox