All of lore.kernel.org
 help / color / mirror / Atom feed
* [nvdimm:libnvdimm-pending 7/29] drivers//nvdimm/region_devs.c:767:3: error: 'nd_numa_attribute_group' undeclared here (not in a function); did you mean 'nd_device_attribute_group'?
@ 2019-11-07 14:56 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-11-07 14:56 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm.git libnvdimm-pending
head:   1065342bfccac9be6ff3aa1874e1b8d32c0b4603
commit: b6591fcb7f445ffd5167cb6acf4fbe3d9a1cd4c4 [7/29] libnvdimm: Move nvdimm_attribute_group to device_type
config: x86_64-randconfig-c001-201944 (attached as .config)
compiler: gcc-7 (Debian 7.4.0-14) 7.4.0
reproduce:
        git checkout b6591fcb7f445ffd5167cb6acf4fbe3d9a1cd4c4
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers//nvdimm/region_devs.c:765:3: error: 'nd_device_attribute_group' undeclared here (not in a function); did you mean 'nd_region_attribute_group'?
     &nd_device_attribute_group,
      ^~~~~~~~~~~~~~~~~~~~~~~~~
      nd_region_attribute_group
>> drivers//nvdimm/region_devs.c:767:3: error: 'nd_numa_attribute_group' undeclared here (not in a function); did you mean 'nd_device_attribute_group'?
     &nd_numa_attribute_group,
      ^~~~~~~~~~~~~~~~~~~~~~~
      nd_device_attribute_group
--
   drivers//nvdimm/namespace_devs.c:1651:3: error: 'nd_device_attribute_group' undeclared here (not in a function); did you mean 'nd_namespace_attribute_group'?
     &nd_device_attribute_group,
      ^~~~~~~~~~~~~~~~~~~~~~~~~
      nd_namespace_attribute_group
>> drivers//nvdimm/namespace_devs.c:1653:3: error: 'nd_numa_attribute_group' undeclared here (not in a function); did you mean 'nd_device_attribute_group'?
     &nd_numa_attribute_group,
      ^~~~~~~~~~~~~~~~~~~~~~~
      nd_device_attribute_group

vim +767 drivers//nvdimm/region_devs.c

140cc9f07f95b1 Dan Williams 2019-10-30  763  
836e8f93fc44e2 Dan Williams 2019-09-23  764  static const struct attribute_group *nd_region_attribute_groups[] = {
836e8f93fc44e2 Dan Williams 2019-09-23 @765  	&nd_device_attribute_group,
a0ac861e5cfc7f Dan Williams 2019-09-23  766  	&nd_region_attribute_group,
be4948247f6b64 Dan Williams 2019-09-23 @767  	&nd_numa_attribute_group,
8ec92c8412b792 Dan Williams 2019-09-23  768  	&nd_mapping_attribute_group,
836e8f93fc44e2 Dan Williams 2019-09-23  769  	NULL,
836e8f93fc44e2 Dan Williams 2019-09-23  770  };
836e8f93fc44e2 Dan Williams 2019-09-23  771  

:::::: The code at line 767 was first introduced by commit
:::::: be4948247f6b64a9a6d0815b441f9d33aff7f6a9 libnvdimm: Move nd_numa_attribute_group to device_type

:::::: TO: Dan Williams <dan.j.williams@intel.com>
:::::: CC: Dan Williams <dan.j.williams@intel.com>

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

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

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

only message in thread, other threads:[~2019-11-07 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 14:56 [nvdimm:libnvdimm-pending 7/29] drivers//nvdimm/region_devs.c:767:3: error: 'nd_numa_attribute_group' undeclared here (not in a function); did you mean 'nd_device_attribute_group'? kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.