From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [signal:master 81/93] arch/m32r/kernel/signal.c:106:2: error: implicit declaration of function 'sys_
Date: Fri, 21 Sep 2012 02:06:58 +0000 [thread overview]
Message-ID: <20120921020658.GA21076@localhost> (raw)
Hi Al,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git master
head: d38625a1fb0a7adcc79f97c37d3afde2981aa02a
commit: dc40dcb629a5a335d78997445d7bb3e5512af6ed [81/93] m32r: convert sigaltstack()
config: m32r-m32104ut_defconfig
All related error/warning messages:
arch/m32r/kernel/signal.c: In function 'sys_rt_sigreturn':
arch/m32r/kernel/signal.c:106:2: error: implicit declaration of function 'sys_sigaltstack' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
vim +106 arch/m32r/kernel/signal.c
100
101 set_current_blocked(&set);
102
103 if (restore_sigcontext(regs, &frame->uc.uc_mcontext, &result))
104 goto badframe;
105
> 106 if (sys_sigaltstack(&frame->uc.uc_stack, NULL) = -EFAULT)
107 goto badframe;
108
109 return result;
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu Intel Corporation
reply other threads:[~2012-09-21 2:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120921020658.GA21076@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.