linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Heiko Carstens <heiko.carstens@de.ibm.com>
To: Al Viro <viro@ZenIV.linux.org.uk>
Cc: linux-next@vger.kernel.org
Subject: [PATCH -next] s390/signal: fix compile error
Date: Fri, 1 Jun 2012 09:17:05 +0200	[thread overview]
Message-ID: <20120601071704.GA3535@osiris.boeblingen.de.ibm.com> (raw)

Hi Al,

could you please add/merge the patch below which fixes a simple compile
error in linux-next caused by your signal work?

Thanks,
Heiko

>From 4a3f68ac251d9559b44d511e8b2e44098d59deb9 Mon Sep 17 00:00:00 2001
From: Heiko Carstens <heiko.carstens@de.ibm.com>
Date: Fri, 1 Jun 2012 09:09:28 +0200
Subject: [PATCH] s390/signal: fix compile error

Fix simple compile error caused by "pull clearing RESTORE_SIGMASK into
block_sigmask()" in linux-next.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
 arch/s390/kernel/signal.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/s390/kernel/signal.c b/arch/s390/kernel/signal.c
index 1c961e5..ac565b4 100644
--- a/arch/s390/kernel/signal.c
+++ b/arch/s390/kernel/signal.c
@@ -434,7 +434,7 @@ void do_signal(struct pt_regs *regs)
 		if (is_compat_task())
 			handle_signal32(signr, &ka, &info, oldset, regs);
 		else
-			handle_signal(signr, &ka, &info, oldset, regs));
+			handle_signal(signr, &ka, &info, oldset, regs);
 		return;
 	}
 
-- 
1.7.10.3

             reply	other threads:[~2012-06-01  7:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-01  7:17 Heiko Carstens [this message]
2012-06-01  7:34 ` [PATCH -next] s390/signal: fix compile error Al Viro

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=20120601071704.GA3535@osiris.boeblingen.de.ibm.com \
    --to=heiko.carstens@de.ibm.com \
    --cc=linux-next@vger.kernel.org \
    --cc=viro@ZenIV.linux.org.uk \
    /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).