linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [tip:smp/hotplug 39/39] kernel/padata.c:990:2: error: implicit declaration of function 'cpuhp_state_add_instance_nocalls_cpuslocked'
@ 2017-04-22 12:51 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-04-22 12:51 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: kbuild-all, linux-kernel, tipbuild

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/hotplug
head:   b6a82f2d736a19456b4eff64d9b7c165f15e5698
commit: b6a82f2d736a19456b4eff64d9b7c165f15e5698 [39/39] padata: Fix fallout from get_online_cpus() rework
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 6.2.0
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout b6a82f2d736a19456b4eff64d9b7c165f15e5698
        # save the attached .config to linux build tree
        make.cross ARCH=ia64 

All errors (new ones prefixed by >>):

   kernel/padata.c: In function 'padata_alloc':
>> kernel/padata.c:990:2: error: implicit declaration of function 'cpuhp_state_add_instance_nocalls_cpuslocked' [-Werror=implicit-function-declaration]
     cpuhp_state_add_instance_nocalls_cpuslocked(hp_online, &pinst->node);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/cpuhp_state_add_instance_nocalls_cpuslocked +990 kernel/padata.c

   984	
   985		BLOCKING_INIT_NOTIFIER_HEAD(&pinst->cpumask_change_notifier);
   986		kobject_init(&pinst->kobj, &padata_attr_type);
   987		mutex_init(&pinst->lock);
   988	
   989	#ifdef CONFIG_HOTPLUG_CPU
 > 990		cpuhp_state_add_instance_nocalls_cpuslocked(hp_online, &pinst->node);
   991	#endif
   992		return pinst;
   993	

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 46754 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-22 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-22 12:51 [tip:smp/hotplug 39/39] kernel/padata.c:990:2: error: implicit declaration of function 'cpuhp_state_add_instance_nocalls_cpuslocked' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).