All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH 04/13] futex2: Implement requeue operation
Date: Tue, 16 Feb 2021 01:33:30 +0800	[thread overview]
Message-ID: <202102160128.wIX1pmOO-lkp@intel.com> (raw)
In-Reply-To: <20210215152404.250281-5-andrealmeid@collabora.com>

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

Hi "André,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on tip/locking/core]
[also build test ERROR on tip/x86/asm arm64/for-next/core tip/perf/core linus/master v5.11]
[cannot apply to next-20210212]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Andr-Almeida/Add-futex2-syscalls/20210215-233004
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 3765d01bab73bdb920ef711203978f02cd26e4da
config: riscv-randconfig-r034-20210215 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476)
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
        # install riscv cross compiling tool for clang build
        # apt-get install binutils-riscv64-linux-gnu
        # https://github.com/0day-ci/linux/commit/455187a88266576bf8dee8f386d9b16378e6cd93
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Andr-Almeida/Add-futex2-syscalls/20210215-233004
        git checkout 455187a88266576bf8dee8f386d9b16378e6cd93
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 

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 >>):

   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:6:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:50: error: too many arguments provided to function-like macro invocation
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
                                                    ^
   include/uapi/asm-generic/unistd.h:16:9: note: macro '__SYSCALL' defined here
   #define __SYSCALL(x, y)
           ^
   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:8:
   In file included from include/asm-generic/seccomp.h:11:
   In file included from include/uapi/linux/unistd.h:8:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:50: error: too many arguments provided to function-like macro invocation
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
                                                    ^
   include/uapi/asm-generic/unistd.h:16:9: note: macro '__SYSCALL' defined here
   #define __SYSCALL(x, y)
           ^
>> include/uapi/asm-generic/unistd.h:875:1: error: unknown type name '__SYSCALL'
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
   ^
   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:8:
   In file included from include/asm-generic/seccomp.h:11:
   In file included from include/uapi/linux/unistd.h:8:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:10: error: expected ';' after top level declarator
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
            ^
            ;
   4 errors generated.
--
   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:6:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:50: error: too many arguments provided to function-like macro invocation
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
                                                    ^
   include/uapi/asm-generic/unistd.h:16:9: note: macro '__SYSCALL' defined here
   #define __SYSCALL(x, y)
           ^
   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:8:
   In file included from include/asm-generic/seccomp.h:11:
   In file included from include/uapi/linux/unistd.h:8:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:50: error: too many arguments provided to function-like macro invocation
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
                                                    ^
   include/uapi/asm-generic/unistd.h:16:9: note: macro '__SYSCALL' defined here
   #define __SYSCALL(x, y)
           ^
>> include/uapi/asm-generic/unistd.h:875:1: error: unknown type name '__SYSCALL'
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
   ^
   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:8:
   In file included from include/asm-generic/seccomp.h:11:
   In file included from include/uapi/linux/unistd.h:8:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:10: error: expected ';' after top level declarator
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
            ^
            ;
   4 errors generated.
   make[2]: *** [scripts/Makefile.build:117: arch/riscv/kernel/asm-offsets.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [Makefile:1201: prepare0] Error 2
   make[1]: Target 'modules_prepare' not remade because of errors.
   make: *** [Makefile:185: __sub-make] Error 2
   make: Target 'modules_prepare' not remade because of errors.
--
   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:6:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:50: error: too many arguments provided to function-like macro invocation
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
                                                    ^
   include/uapi/asm-generic/unistd.h:16:9: note: macro '__SYSCALL' defined here
   #define __SYSCALL(x, y)
           ^
   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:8:
   In file included from include/asm-generic/seccomp.h:11:
   In file included from include/uapi/linux/unistd.h:8:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:50: error: too many arguments provided to function-like macro invocation
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
                                                    ^
   include/uapi/asm-generic/unistd.h:16:9: note: macro '__SYSCALL' defined here
   #define __SYSCALL(x, y)
           ^
>> include/uapi/asm-generic/unistd.h:875:1: error: unknown type name '__SYSCALL'
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
   ^
   In file included from arch/riscv/kernel/asm-offsets.c:10:
   In file included from include/linux/sched.h:22:
   In file included from include/linux/seccomp.h:21:
   In file included from arch/riscv/include/asm/seccomp.h:8:
   In file included from include/asm-generic/seccomp.h:11:
   In file included from include/uapi/linux/unistd.h:8:
   In file included from arch/riscv/include/asm/unistd.h:13:
   In file included from arch/riscv/include/uapi/asm/unistd.h:24:
>> include/uapi/asm-generic/unistd.h:875:10: error: expected ';' after top level declarator
   __SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
            ^
            ;
   4 errors generated.
   make[2]: *** [scripts/Makefile.build:117: arch/riscv/kernel/asm-offsets.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [Makefile:1201: prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [Makefile:185: __sub-make] Error 2
   make: Target 'prepare' not remade because of errors.


vim +875 include/uapi/asm-generic/unistd.h

   873	
   874	#define __NR_futex_requeue 445
 > 875	__SYSCALL(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue)
   876	

---
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: 23559 bytes --]

  parent reply	other threads:[~2021-02-15 17:33 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-15 15:23 [RFC PATCH 00/13] Add futex2 syscalls André Almeida
2021-02-15 15:23 ` [RFC PATCH 01/13] futex2: Implement wait and wake functions André Almeida
2021-02-15 19:59   ` Gabriel Krisman Bertazi
2021-02-18 13:29     ` André Almeida
2021-02-18 15:48       ` Gabriel Krisman Bertazi
2021-02-16  9:02   ` Peter Zijlstra
2021-02-18 20:09     ` André Almeida
2021-02-16  9:35   ` Peter Zijlstra
2021-02-16  9:56   ` Peter Zijlstra
2021-02-16 10:20     ` Sebastian Andrzej Siewior
2021-02-16 12:42       ` Peter Zijlstra
2021-02-16 22:12     ` Gabriel Krisman Bertazi
2021-02-15 15:23 ` [RFC PATCH 02/13] futex2: Add support for shared futexes André Almeida
2021-02-16  4:32   ` kernel test robot
2021-02-15 15:23 ` [RFC PATCH 03/13] futex2: Implement vectorized wait André Almeida
2021-02-15 16:30   ` kernel test robot
2021-02-15 17:15   ` kernel test robot
2021-02-15 20:03   ` Gabriel Krisman Bertazi
2021-02-15 20:06     ` Zebediah Figura
2021-02-15 20:08   ` Gabriel Krisman Bertazi
2021-02-15 15:23 ` [RFC PATCH 04/13] futex2: Implement requeue operation André Almeida
2021-02-15 16:31   ` kernel test robot
2021-02-15 17:28   ` kernel test robot
2021-02-15 17:33   ` kernel test robot [this message]
2021-02-15 15:23 ` [RFC PATCH 05/13] futex2: Add compatibility entry point for x86_x32 ABI André Almeida
2021-02-16 20:19   ` kernel test robot
2021-02-15 15:23 ` [RFC PATCH 06/13] docs: locking: futex2: Add documentation André Almeida
2021-02-16 18:34   ` Randy Dunlap
2021-02-18 19:12     ` André Almeida
2021-02-15 15:23 ` [RFC PATCH 07/13] selftests: futex2: Add wake/wait test André Almeida
2021-02-15 15:23 ` [RFC PATCH 08/13] selftests: futex2: Add timeout test André Almeida
2021-02-15 15:24 ` [RFC PATCH 09/13] selftests: futex2: Add wouldblock test André Almeida
2021-02-15 15:24 ` [RFC PATCH 10/13] selftests: futex2: Add waitv test André Almeida
2021-02-15 15:24 ` [RFC PATCH 11/13] selftests: futex2: Add requeue test André Almeida
2021-02-15 15:24 ` [RFC PATCH 12/13] perf bench: Add futex2 benchmark tests André Almeida
2021-02-15 15:24 ` [RFC PATCH 13/13] kernel: Enable waitpid() for futex2 André Almeida

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=202102160128.wIX1pmOO-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.