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: [PATCH 2/4] futex2: Implement vectorized wait
Date: Fri, 06 Aug 2021 08:17:40 +0800	[thread overview]
Message-ID: <202108060844.qRpohmAr-lkp@intel.com> (raw)
In-Reply-To: <20210805190405.59110-3-andrealmeid@collabora.com>

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

Hi "André,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v5.14-rc4 next-20210805]
[cannot apply to tip/locking/core tip/x86/asm asm-generic/master]
[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/futex2-Add-wait-on-multiple-futexes-syscall/20210806-030609
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 251a1524293d0a90c4d5060f65f42a3016280049
config: hexagon-randconfig-r023-20210804 (attached as .config)
compiler: clang version 12.0.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/0day-ci/linux/commit/43af0f3ae8b1b5567470d0516211bda0e9c2e476
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Andr-Almeida/futex2-Add-wait-on-multiple-futexes-syscall/20210806-030609
        git checkout 43af0f3ae8b1b5567470d0516211bda0e9c2e476
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=hexagon 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 >>):

   In file included from arch/hexagon/kernel/syscalltab.c:18:
   In file included from arch/hexagon/include/uapi/asm/unistd.h:40:
>> include/uapi/asm-generic/unistd.h:882:29: error: use of undeclared identifier 'sys_futex_waitv'
   __SC_COMP(__NR_futex_waitv, sys_futex_waitv, compat_sys_futex_waitv)
                               ^
   1 error generated.


vim +/sys_futex_waitv +882 include/uapi/asm-generic/unistd.h

   880	
   881	#define __NR_futex_waitv 448
 > 882	__SC_COMP(__NR_futex_waitv, sys_futex_waitv, compat_sys_futex_waitv)
   883	

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

  parent reply	other threads:[~2021-08-06  0:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-05 19:04 [PATCH 0/4] futex2: Add wait on multiple futexes syscall André Almeida
2021-08-05 19:04 ` [PATCH 1/4] futex: Prepare for futex_wait_multiple() André Almeida
2021-08-18  8:22   ` Thomas Gleixner
2021-08-05 19:04 ` [PATCH 2/4] futex2: Implement vectorized wait André Almeida
2021-08-05 23:48   ` kernel test robot
2021-08-06  0:17   ` kernel test robot [this message]
2021-08-06  0:20   ` kernel test robot
2021-08-06  7:06   ` kernel test robot
2021-08-18 11:00   ` Thomas Gleixner
2021-08-18 16:20     ` Peter Zijlstra
2021-08-18 16:34       ` André Almeida
2021-08-18 19:45       ` Thomas Gleixner
2021-08-19  3:38         ` André Almeida
2021-08-05 19:04 ` [PATCH 3/4] selftests: futex2: Add waitv test André Almeida
2021-08-05 19:04 ` [PATCH 4/4] futex2: Documentation: Document futex_waitv() uAPI 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=202108060844.qRpohmAr-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.