All of lore.kernel.org
 help / color / mirror / Atom feed
* [zen-kernel-zen-kernel:5.13/futex2 1/19] kernel/futex2.c:470:42: error: expected ')' before 'void'
@ 2021-07-19  4:05 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-19  4:05 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1904 bytes --]

tree:   https://github.com/zen-kernel/zen-kernel 5.13/futex2
head:   db649ce1f5de12432be5bfedd8388eacc2f85efc
commit: f12c1f14276bce0f66e514b419e68506fb5bad55 [1/19] futex2: Implement wait and wake functions
config: sparc64-randconfig-r034-20210718 (attached as .config)
compiler: sparc64-linux-gcc (GCC) 10.3.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/zen-kernel/zen-kernel/commit/f12c1f14276bce0f66e514b419e68506fb5bad55
        git remote add zen-kernel-zen-kernel https://github.com/zen-kernel/zen-kernel
        git fetch --no-tags zen-kernel-zen-kernel 5.13/futex2
        git checkout f12c1f14276bce0f66e514b419e68506fb5bad55
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=sparc64 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 >>):

>> kernel/futex2.c:470:42: error: expected ')' before 'void'
     470 | COMPAT_SYSCALL_DEFINE4(compat_futex_wait, void __user *, uaddr, compat_u64, val,
         |                                          ^~~~~
         |                                          )


vim +470 kernel/futex2.c

   468	
   469	#ifdef CONFIG_COMPAT
 > 470	COMPAT_SYSCALL_DEFINE4(compat_futex_wait, void __user *, uaddr, compat_u64, val,
   471			       unsigned int, flags,
   472			       struct __kernel_timespec __user *, timo)
   473	{
   474		return ksys_futex_wait(uaddr, val, flags, timo);
   475	}
   476	#endif
   477	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 33394 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-19  4:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19  4:05 [zen-kernel-zen-kernel:5.13/futex2 1/19] kernel/futex2.c:470:42: error: expected ')' before 'void' kernel test robot

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.