From: kbuild test robot <lkp@intel.com>
To: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: kbuild-all@01.org, Thomas Gleixner <tglx@linutronix.de>,
John Stultz <john.stultz@linaro.org>,
Josh Triplett <josh@joshtriplett.org>,
Richard Cochran <richardcochran@gmail.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2) posix-timers: make it configurable
Date: Thu, 15 Sep 2016 06:34:55 +0800 [thread overview]
Message-ID: <201609150604.8Q9X7qWD%fengguang.wu@intel.com> (raw)
In-Reply-To: <alpine.LFD.2.20.1609141624120.14769@knanqh.ubzr>
[-- Attachment #1: Type: text/plain, Size: 2498 bytes --]
Hi Nicolas,
[auto build test ERROR on linus/master]
[also build test ERROR on v4.8-rc6 next-20160914]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]
url: https://github.com/0day-ci/linux/commits/Nicolas-Pitre/PATCH-v2-posix-timers-make-it-configurable/20160915-045004
config: sparc64-allnoconfig (attached as .config)
compiler: sparc64-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=sparc64
All errors (new ones prefixed by >>):
kernel/compat.c: In function 'compat_clock_nanosleep_restart':
>> kernel/compat.c:824:8: error: implicit declaration of function 'clock_nanosleep_restart' [-Werror=implicit-function-declaration]
err = clock_nanosleep_restart(restart);
^
cc1: some warnings being treated as errors
vim +/clock_nanosleep_restart +824 kernel/compat.c
1711ef38 Toyo Abe 2006-09-29 818 struct timespec tu;
dce44e03 H. Peter Anvin 2014-02-02 819 struct compat_timespec __user *rmtp = restart->nanosleep.compat_rmtp;
1711ef38 Toyo Abe 2006-09-29 820
029a07e0 Thomas Gleixner 2008-02-10 821 restart->nanosleep.rmtp = (struct timespec __user *) &tu;
1711ef38 Toyo Abe 2006-09-29 822 oldfs = get_fs();
1711ef38 Toyo Abe 2006-09-29 823 set_fs(KERNEL_DS);
1711ef38 Toyo Abe 2006-09-29 @824 err = clock_nanosleep_restart(restart);
1711ef38 Toyo Abe 2006-09-29 825 set_fs(oldfs);
1711ef38 Toyo Abe 2006-09-29 826
1711ef38 Toyo Abe 2006-09-29 827 if ((err == -ERESTART_RESTARTBLOCK) && rmtp &&
:::::: The code at line 824 was first introduced by commit
:::::: 1711ef3866b0360e102327389fe4b76c849bbe83 [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode
:::::: TO: Toyo Abe <toyoa@mvista.com>
:::::: CC: Linus Torvalds <torvalds@g5.osdl.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 5003 bytes --]
prev parent reply other threads:[~2016-09-14 22:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-14 20:46 Nicolas Pitre
2016-09-14 20:58 ` Josh Triplett
2016-09-14 21:09 ` Nicolas Pitre
2016-09-14 22:16 ` Josh Triplett
2016-09-14 22:34 ` kbuild test robot [this message]
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=201609150604.8Q9X7qWD%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=john.stultz@linaro.org \
--cc=josh@joshtriplett.org \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.pitre@linaro.org \
--cc=richardcochran@gmail.com \
--cc=tglx@linutronix.de \
/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
all inboxes | Powered by JetHome®