[PATCH v04 9/9] hotplug/pmt: Update topology after PMT

kbuild test robot lkp at intel.com
Thu Jun 21 12:13:46 AEST 2018


Hi Michael,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on powerpc/next]
[also build test ERROR on v4.18-rc1 next-20180620]
[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/Michael-Bringmann/powerpc-hotplug-Update-affinity-for-migrated-CPUs/20180621-085543
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-defconfig (attached as .config)
compiler: powerpc64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=powerpc 

All errors (new ones prefixed by >>):

   arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_pmt':
>> arch/powerpc/platforms/pseries/dlpar.c:453:2: error: implicit declaration of function 'rebuild_sched_domains' [-Werror=implicit-function-declaration]
     rebuild_sched_domains();
     ^~~~~~~~~~~~~~~~~~~~~
   cc1: all warnings being treated as errors

vim +/rebuild_sched_domains +453 arch/powerpc/platforms/pseries/dlpar.c

   435	
   436	static int dlpar_pmt(struct pseries_hp_errorlog *work)
   437	{
   438		struct list_head *pos, *q;
   439	
   440		ssleep(15);
   441	
   442		list_for_each_safe(pos, q, &dlpar_delayed_list) {
   443			struct pseries_hp_errorlog *tmp;
   444	
   445			tmp = list_entry(pos, struct pseries_hp_errorlog, list);
   446			handle_dlpar_errorlog(tmp);
   447	
   448			list_del(pos);
   449			kfree(tmp);
   450		}
   451	
   452		ssleep(5);
 > 453		rebuild_sched_domains();
   454	
   455		return 0;
   456	}
   457	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 23378 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20180621/46aa6bcf/attachment-0001.gz>


More information about the Linuxppc-dev mailing list