From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1979485456713514087==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH v4 04/15] futex2: Implement requeue operation Date: Fri, 04 Jun 2021 05:07:52 +0800 Message-ID: <202106040553.edWSbXpu-lkp@intel.com> In-Reply-To: <20210603195924.361327-5-andrealmeid@collabora.com> List-Id: --===============1979485456713514087== 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/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': 373< 449 common futex_waitv sys_futex_waitv >> 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': 374< 450 common futex_requeue sys_futex_requeue 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 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': 373> 449 common futex_waitv sys_futex_waitv 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': 374> 450 common futex_requeue sys_futex_requeue -- 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@'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/include/uapi/asm-generic/unistd.h' = differs from latest version at 'include/uapi/asm-generic/unistd.h': 885> #= define __NR_futex_requeue 450 >> Warning: Kernel ABI header at 'tools/include/uapi/asm-generic/unistd.h' = differs from latest version at 'include/uapi/asm-generic/unistd.h': 886> _= _SC_COMP(__NR_futex_requeue, sys_futex_requeue, compat_sys_futex_requeue) Warning: Kernel ABI header at 'tools/include/uapi/asm-generic/unistd.h' = differs from latest version at 'include/uapi/asm-generic/unistd.h': 887> = Warning: Kernel ABI header at 'tools/include/uapi/asm-generic/unistd.h' = differs from latest version at 'include/uapi/asm-generic/unistd.h': 886< #= define __NR_syscalls 450 Warning: Kernel ABI header at 'tools/include/uapi/asm-generic/unistd.h' = differs from latest version@'include/uapi/asm-generic/unistd.h': 889> #= define __NR_syscalls 451 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============1979485456713514087==--