From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [signal:master 89/93] arch/sh/kernel/signal_32.c:249:2: error: implicit declaration of function 'sys
Date: Fri, 21 Sep 2012 02:07:07 +0000 [thread overview]
Message-ID: <20120921020707.GB21076@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: 9d5523cd164dd6ace6a8154a1c9d4f1c01fefdab [89/93] sh: sigaltstack conversion
config: sh-allnoconfig
All related error/warning messages:
arch/sh/kernel/signal_32.c: In function 'sys_rt_sigreturn':
arch/sh/kernel/signal_32.c:249:2: error: implicit declaration of function 'sys_sigaltstack' [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
vim +249 arch/sh/kernel/signal_32.c
243
244 set_current_blocked(&set);
245
246 if (restore_sigcontext(regs, &frame->uc.uc_mcontext, &r0))
247 goto badframe;
248
> 249 if (sys_sigaltstack(&frame->uc.uc_stack, NULL) = -EFAULT)
250 goto badframe;
251
252 return r0;
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu Intel Corporation
reply other threads:[~2012-09-21 2:07 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=20120921020707.GB21076@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.