tree: https://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git wip-mips-syscalls head: 96df3b43fb8aa687d24f2171707ca23423c66b0d commit: 96df3b43fb8aa687d24f2171707ca23423c66b0d [4/4] WIP: MIPS: syscall table config: mips-malta_kvm_defconfig (attached as .config) compiler: mipsel-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 96df3b43fb8aa687d24f2171707ca23423c66b0d # save the attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=mips All error/warnings (new ones prefixed by >>): >> ./arch/mips/include/generated/uapi/asm/unistd_o32.h:348:34: error: 'sys_unused59' undeclared here (not in a function); did you mean '__NR_unused59'? __SC_COMP((__NR_O32_Linux + 59), sys_unused59, sys_olduname) ^ arch/mips/kernel/syscall.c:282:24: note: in definition of macro '__SYSCALL' [(nr) - __NR_Linux] = entry, ^~~~~ >> ./arch/mips/include/generated/uapi/asm/unistd_o32.h:348:1: note: in expansion of macro '__SC_COMP' __SC_COMP((__NR_O32_Linux + 59), sys_unused59, sys_olduname) ^~~~~~~~~ >> ./arch/mips/include/generated/uapi/asm/unistd_o32.h:636:35: error: 'sys_unused109' undeclared here (not in a function); did you mean 'sys_unused59'? __SC_COMP((__NR_O32_Linux + 109), sys_unused109, sys_uname) ^ arch/mips/kernel/syscall.c:282:24: note: in definition of macro '__SYSCALL' [(nr) - __NR_Linux] = entry, ^~~~~ ./arch/mips/include/generated/uapi/asm/unistd_o32.h:636:1: note: in expansion of macro '__SC_COMP' __SC_COMP((__NR_O32_Linux + 109), sys_unused109, sys_uname) ^~~~~~~~~ -- >> ./arch/mips/include/generated/uapi/asm/unistd_o32.h:348:34: error: 'sys_unused59' undeclared here (not in a function); did you mean '__NR_unused59'? __SC_COMP((__NR_O32_Linux + 59), sys_unused59, sys_olduname) ^ arch/mips//kernel/syscall.c:282:24: note: in definition of macro '__SYSCALL' [(nr) - __NR_Linux] = entry, ^~~~~ >> ./arch/mips/include/generated/uapi/asm/unistd_o32.h:348:1: note: in expansion of macro '__SC_COMP' __SC_COMP((__NR_O32_Linux + 59), sys_unused59, sys_olduname) ^~~~~~~~~ >> ./arch/mips/include/generated/uapi/asm/unistd_o32.h:636:35: error: 'sys_unused109' undeclared here (not in a function); did you mean 'sys_unused59'? __SC_COMP((__NR_O32_Linux + 109), sys_unused109, sys_uname) ^ arch/mips//kernel/syscall.c:282:24: note: in definition of macro '__SYSCALL' [(nr) - __NR_Linux] = entry, ^~~~~ ./arch/mips/include/generated/uapi/asm/unistd_o32.h:636:1: note: in expansion of macro '__SC_COMP' __SC_COMP((__NR_O32_Linux + 109), sys_unused109, sys_uname) ^~~~~~~~~ --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip