* [PATCH -next] s390/signal: fix compile error
@ 2012-06-01 7:17 Heiko Carstens
2012-06-01 7:34 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: Heiko Carstens @ 2012-06-01 7:17 UTC (permalink / raw)
To: Al Viro; +Cc: linux-next
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] s390/signal: fix compile error
2012-06-01 7:17 [PATCH -next] s390/signal: fix compile error Heiko Carstens
@ 2012-06-01 7:34 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2012-06-01 7:34 UTC (permalink / raw)
To: Heiko Carstens; +Cc: linux-next
On Fri, Jun 01, 2012 at 09:17:05AM +0200, Heiko Carstens wrote:
> Hi Al,
>
> could you please add/merge the patch below which fixes a simple compile
> error in linux-next caused by your signal work?
Already there. I really need to do something about the workflow on
cross-builds - that's not the first time fixes get lost and not
moved from tree on a build box to the devel one ;-/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-01 7:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-01 7:17 [PATCH -next] s390/signal: fix compile error Heiko Carstens
2012-06-01 7:34 ` Al Viro
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).