From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [signal:master 94/94] kernel/signal.c:3119:35: error: expected identifier before '(' token
Date: Fri, 21 Sep 2012 07:19:26 +0000 [thread overview]
Message-ID: <20120921071926.GA1253@localhost> (raw)
Hi Al,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git master
head: 1320d2cc9be60744e2e0bbb73f8e2653a77bf59c
commit: 1320d2cc9be60744e2e0bbb73f8e2653a77bf59c [94/94] mips: sigaltstack conversion
config: mips-allnoconfig
All related error/warning messages:
kernel/signal.c: In function 'sys_sigaltstack':
kernel/signal.c:3119:35: error: expected identifier before '(' token
kernel/signal.c:3120:1: warning: control reaches end of non-void function [-Wreturn-type]
vim +3119 kernel/signal.c
3113 return error;
3114 }
3115
3116 #ifdef __ARCH_WANT_SYS_SIGALTSTACK
3117 SYSCALL_DEFINE2(sigaltstack, const stack_t __user *, uss, stack_t *, uoss)
3118 {
> 3119 return do_sigaltstack(uss, uoss, current_user_stack_pointer());
3120 }
3121 #endif
3122
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu Intel Corporation
next reply other threads:[~2012-09-21 7:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 7:19 Fengguang Wu [this message]
2012-09-21 12:38 ` [signal:master 94/94] kernel/signal.c:3119:35: error: expected identifier before '(' token 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=20120921071926.GA1253@localhost \
--to=fengguang.wu@intel.com \
--cc=kernel-janitors@vger.kernel.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 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.