Re: [RESEND PATCH 1/7] time: Delete do_sys_setimeofday()

From: kbuild test robot
Date: Tue Mar 21 2017 - 13:24:30 EST


Hi Deepa,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.11-rc3 next-20170321]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url: https://github.com/0day-ci/linux/commits/Deepa-Dinamani/Change-k_clock-interfaces-to-use-timespec64/20170321-234145
config: alpha-defconfig (attached as .config)
compiler: alpha-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=alpha

All errors (new ones prefixed by >>):

arch/alpha/kernel/osf_sys.c: In function 'SYSC_osf_settimeofday':
>> arch/alpha/kernel/osf_sys.c:1032:9: error: implicit declaration of function 'do_sys_settimeofday' [-Werror=implicit-function-declaration]
return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
^~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors

vim +/do_sys_settimeofday +1032 arch/alpha/kernel/osf_sys.c

^1da177e Linus Torvalds 2005-04-16 1026 }
^1da177e Linus Torvalds 2005-04-16 1027 if (tz) {
^1da177e Linus Torvalds 2005-04-16 1028 if (copy_from_user(&ktz, tz, sizeof(*tz)))
^1da177e Linus Torvalds 2005-04-16 1029 return -EFAULT;
^1da177e Linus Torvalds 2005-04-16 1030 }
^1da177e Linus Torvalds 2005-04-16 1031
^1da177e Linus Torvalds 2005-04-16 @1032 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
^1da177e Linus Torvalds 2005-04-16 1033 }
^1da177e Linus Torvalds 2005-04-16 1034
baa73d9e Nicolas Pitre 2016-11-11 1035 asmlinkage long sys_ni_posix_timers(void);

:::::: The code at line 1032 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2

:::::: TO: Linus Torvalds <torvalds@xxxxxxxxxxxxxxx>
:::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxxxxxx>

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation

Attachment: .config.gz
Description: application/gzip