lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 13 Jun 2016 21:45:04 +0800
From:	kbuild test robot <fengguang.wu@...el.com>
To:	unlisted-recipients:; (no To-header on input)
Cc:	kbuild-all@...org, linux-kernel@...r.kernel.org,
	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
	Thomas Gleixner <tglx@...utronix.de>
Subject: [rcu:tglx.2016.06.13a 50/57] kernel/time//timer.c:855:36: error:
 implicit declaration of function 'get_nohz_timer_target'

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tglx.2016.06.13a
head:   a87abba5b3a063afbcaf04cded30209c7d27c126
commit: 8b235e333c6dcaa0bac02c5252b05753a9423b88 [50/57] timer: Switch to a non cascading wheel
config: i386-randconfig-x015-201624 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        git checkout 8b235e333c6dcaa0bac02c5252b05753a9423b88
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   kernel/time//timer.c: In function 'get_target_base':
>> kernel/time//timer.c:855:36: error: implicit declaration of function 'get_nohz_timer_target' [-Werror=implicit-function-declaration]
     return get_timer_cpu_base(tflags, get_nohz_timer_target());
                                       ^~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/get_nohz_timer_target +855 kernel/time//timer.c

   849	static inline struct timer_base *get_target_base(struct timer_base *base,
   850							 unsigned tflags)
   851	{
   852	#ifdef CONFIG_NO_HZ_COMMON
   853		if ((tflags & TIMER_PINNED) || !base->migration_enabled)
   854			return get_timer_this_cpu_base(tflags);
 > 855		return get_timer_cpu_base(tflags, get_nohz_timer_target());
   856	#else
   857		return get_timer_this_cpu_base(tflags);
   858	#endif

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

Download attachment ".config.gz" of type "application/octet-stream" (23758 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ