public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* Re: [PATCH RFC 2/2] pci: create device tree node for selected devices
       [not found] <1661809417-11370-3-git-send-email-lizhi.hou@amd.com>
@ 2022-08-30  4:22 ` kernel test robot
  2022-08-30  5:03 ` kernel test robot
  1 sibling, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-08-30  4:22 UTC (permalink / raw)
  To: Lizhi Hou; +Cc: llvm, kbuild-all

Hi Lizhi,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on helgaas-pci/next]
[also build test ERROR on robh/for-next linus/master v6.0-rc3 next-20220829]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Lizhi-Hou/Generate-device-tree-node-for-pci-devices/20220830-054614
base:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: hexagon-randconfig-r041-20220829 (https://download.01.org/0day-ci/archive/20220830/202208301225.GaqbZVki-lkp@intel.com/config)
compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 4c106463674a6f6de085d9a91510c385be4a620d)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/intel-lab-lkp/linux/commit/f78f02388fd4e94a2ce74278c2af4c983b3ed98d
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Lizhi-Hou/Generate-device-tree-node-for-pci-devices/20220830-054614
        git checkout f78f02388fd4e94a2ce74278c2af4c983b3ed98d
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/

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

All errors (new ones prefixed by >>):

   In file included from drivers/pci/of.c:16:
>> drivers/pci/pci.h:693:1: error: expected identifier or '('
   {
   ^
   1 error generated.


vim +693 drivers/pci/pci.h

   690	
   691	static inline void
   692	of_pci_remove_node(struct pci_dev *pdev);
 > 693	{
   694	}
   695	#endif /* CONFIG_OF_DYNAMIC */
   696	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH RFC 2/2] pci: create device tree node for selected devices
       [not found] <1661809417-11370-3-git-send-email-lizhi.hou@amd.com>
  2022-08-30  4:22 ` [PATCH RFC 2/2] pci: create device tree node for selected devices kernel test robot
@ 2022-08-30  5:03 ` kernel test robot
  1 sibling, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-08-30  5:03 UTC (permalink / raw)
  To: Lizhi Hou; +Cc: llvm, kbuild-all

Hi Lizhi,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on helgaas-pci/next]
[also build test ERROR on robh/for-next linus/master v6.0-rc3 next-20220829]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Lizhi-Hou/Generate-device-tree-node-for-pci-devices/20220830-054614
base:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: i386-randconfig-a012-20220829 (https://download.01.org/0day-ci/archive/20220830/202208301237.ndR0szmn-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/intel-lab-lkp/linux/commit/f78f02388fd4e94a2ce74278c2af4c983b3ed98d
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Lizhi-Hou/Generate-device-tree-node-for-pci-devices/20220830-054614
        git checkout f78f02388fd4e94a2ce74278c2af4c983b3ed98d
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/

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

All errors (new ones prefixed by >>):

   In file included from drivers/pci/controller/cadence/pci-j721e.c:23:
>> drivers/pci/controller/cadence/../../pci.h:693:1: error: expected identifier or '('
   {
   ^
   1 error generated.


vim +693 drivers/pci/controller/cadence/../../pci.h

   690	
   691	static inline void
   692	of_pci_remove_node(struct pci_dev *pdev);
 > 693	{
   694	}
   695	#endif /* CONFIG_OF_DYNAMIC */
   696	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-30  5:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1661809417-11370-3-git-send-email-lizhi.hou@amd.com>
2022-08-30  4:22 ` [PATCH RFC 2/2] pci: create device tree node for selected devices kernel test robot
2022-08-30  5:03 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox