From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7523221376013460131==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH v4 01/15] futex2: Implement wait and wake functions Date: Fri, 04 Jun 2021 04:35:34 +0800 Message-ID: <202106040428.ZAAIbVGP-lkp@intel.com> In-Reply-To: <20210603195924.361327-2-andrealmeid@collabora.com> List-Id: --===============7523221376013460131== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi "Andr=C3=A9, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on arm64/for-next/core] [also build test WARNING on linus/master v5.13-rc4] [cannot apply to tip/locking/core tip/x86/asm next-20210603] [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-sy= scalls/20210604-040253 base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for= -next/core compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce: cd tools/perf && ./check-headers.sh If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot perfheadercheck warnings: (new ones prefixed by >>) >> Warning: Kernel ABI header at 'tools/include/uapi/asm-generic/unistd.h' = differs from latest version at 'include/uapi/asm-generic/unistd.h': 877< _= _SYSCALL(__NR_futex_wait, sys_futex_wait) >> Warning: Kernel ABI header at 'tools/include/uapi/asm-generic/unistd.h' = differs from latest version at 'include/uapi/asm-generic/unistd.h': 877> _= _SC_COMP(__NR_futex_wait, sys_futex_wait, compat_sys_futex_wait) -- Warning: Kernel ABI header at 'tools/perf/arch/x86/entry/syscalls/syscal= l_64.tbl' differs from latest version at 'arch/x86/entry/syscalls/syscall_6= 4.tbl': 367< 443 common quotactl_path sys_quotactl_path Warning: Kernel ABI header at 'tools/perf/arch/x86/entry/syscalls/syscal= l_64.tbl' differs from latest version@'arch/x86/entry/syscalls/syscall_6= 4.tbl': 367> # 443 reserved for quotactl_path >> Warning: Kernel ABI header at 'tools/perf/arch/x86/entry/syscalls/syscal= l_64.tbl' differs from latest version at 'arch/x86/entry/syscalls/syscall_6= 4.tbl': 371< 447 common futex_wait sys_futex_wait >> Warning: Kernel ABI header at 'tools/perf/arch/x86/entry/syscalls/syscal= l_64.tbl' differs from latest version at 'arch/x86/entry/syscalls/syscall_6= 4.tbl': 372< 448 common futex_wake sys_futex_wake Warning: Kernel ABI header at 'tools/perf/arch/x86/entry/syscalls/syscal= l_64.tbl' differs from latest version@'arch/x86/entry/syscalls/syscall_6= 4.tbl': 371> 447 common futex_wait sys_futex_wait Warning: Kernel ABI header at 'tools/perf/arch/x86/entry/syscalls/syscal= l_64.tbl' differs from latest version at 'arch/x86/entry/syscalls/syscall_6= 4.tbl': 372> 448 common futex_wake sys_futex_wake --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============7523221376013460131==--