From: kernel test robot <lkp@intel.com>
To: Nick Alcock <nick.alcock@oracle.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Kris Van Hees <kris.van.hees@oracle.com>,
Tomas Jedlicka <tomas.jedlicka@oracle.com>,
Eugene Loh <eugene.loh@oracle.com>,
David Mc Lean <david.mclean@oracle.com>,
Vincent Lim <vincent.lim@oracle.com>
Subject: [oracle-dtrace:v1/5.15 16/35] include/uapi/asm-generic/unistd.h:884:24: error: 'sys_waitfd' undeclared here (not in a function); did you mean 'sys_waitid'?
Date: Tue, 9 Nov 2021 08:04:16 +0800 [thread overview]
Message-ID: <202111090813.aZId4lxA-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1778 bytes --]
tree: https://github.com/oracle/dtrace-linux-kernel v1/5.15
head: 0fee66d7ce96317146609675767971d0f35c3e74
commit: 0fd5e3924d69c1dc81e7c875fc9889b52c50248e [16/35] waitfd: new syscall implementing waitpid() over fds
config: nios2-defconfig (attached as .config)
compiler: nios2-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/oracle/dtrace-linux-kernel/commit/0fd5e3924d69c1dc81e7c875fc9889b52c50248e
git remote add oracle-dtrace https://github.com/oracle/dtrace-linux-kernel
git fetch --no-tags oracle-dtrace v1/5.15
git checkout 0fd5e3924d69c1dc81e7c875fc9889b52c50248e
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=nios2 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> include/uapi/asm-generic/unistd.h:884:24: error: 'sys_waitfd' undeclared here (not in a function); did you mean 'sys_waitid'?
884 | __SYSCALL(__NR_waitfd, sys_waitfd)
| ^~~~~~~~~~
arch/nios2/kernel/syscall_table.c:13:37: note: in definition of macro '__SYSCALL'
13 | #define __SYSCALL(nr, call) [nr] = (call),
| ^~~~
vim +884 include/uapi/asm-generic/unistd.h
882
883 #define __NR_waitfd 473
> 884 __SYSCALL(__NR_waitfd, sys_waitfd)
885
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 10316 bytes --]
reply other threads:[~2021-11-09 0:05 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=202111090813.aZId4lxA-lkp@intel.com \
--to=lkp@intel.com \
--cc=david.mclean@oracle.com \
--cc=eugene.loh@oracle.com \
--cc=kbuild-all@lists.01.org \
--cc=kris.van.hees@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nick.alcock@oracle.com \
--cc=tomas.jedlicka@oracle.com \
--cc=vincent.lim@oracle.com \
/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®