public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [signal:master 26/36] arch/mn10300/kernel/signal.c:188:2: error: implicit declaration of function 's
Date: Sun, 14 Oct 2012 02:26:15 +0000	[thread overview]
Message-ID: <20121014022615.GB6795@localhost> (raw)

Hi Al,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git master
head:   4777474d7fd941142a914d54350cd34584f8ca14
commit: c8320e4430c3079ae3fddf42089eb26bfb898f70 [26/36] mn10300: sigaltstack conversion
config: mn10300-asb2364_defconfig # make ARCH=mn10300 asb2364_defconfig
branch date: 44 minutes ago
commit date: 46 minutes ago

All error/warnings:

arch/mn10300/kernel/signal.c: In function 'sys_rt_sigreturn':
arch/mn10300/kernel/signal.c:188:2: error: implicit declaration of function 'sys_sigaltstack' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

vim +188 arch/mn10300/kernel/signal.c

b920de1b David Howells 2008-02-08  182  
00f35785 Matt Fleming  2012-05-11  183  	set_current_blocked(&set);
b920de1b David Howells 2008-02-08  184  
c8320e44 Al Viro       2012-09-20  185  	if (restore_sigcontext(&frame->uc.uc_mcontext, &d0))
b920de1b David Howells 2008-02-08  186  		goto badframe;
b920de1b David Howells 2008-02-08  187  
c8320e44 Al Viro       2012-09-20 @188  	if (sys_sigaltstack(&frame->uc.uc_stack, NULL) = -EFAULT)
b920de1b David Howells 2008-02-08  189  		goto badframe;
b920de1b David Howells 2008-02-08  190  
b920de1b David Howells 2008-02-08  191  	return d0;

---
0-DAY kernel build testing backend         Open Source Technology Center
Fengguang Wu, Yuanhan Liu                              Intel Corporation

                 reply	other threads:[~2012-10-14  2:26 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=20121014022615.GB6795@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox