All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-nvme:swiotlb-init-cleanup 8/11] arch/x86/kernel/pci-dma.c:94:35: error: 'x86_swiotlb_flags' undeclared; did you mean 'x86_swiotlb_enable'?
@ 2022-02-17 19:47 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-02-17 19:47 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: kbuild-all, linux-nvme

tree:   git://git.infradead.org/nvme.git swiotlb-init-cleanup
head:   2cfb7ec6b2292ac81243cacda06a2ca79b06f2c2
commit: 563c044b3b3c098f73df34a500203b45cd6708b0 [8/11] swiotlb: make the swiotlb_init interface more useful
config: i386-randconfig-a003 (https://download.01.org/0day-ci/archive/20220218/202202180251.LDy8F41C-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        git remote add linux-nvme git://git.infradead.org/nvme.git
        git fetch --no-tags linux-nvme swiotlb-init-cleanup
        git checkout 563c044b3b3c098f73df34a500203b45cd6708b0
        # save the config file to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

   arch/x86/kernel/pci-dma.c: In function 'pci_iommu_alloc':
>> arch/x86/kernel/pci-dma.c:94:35: error: 'x86_swiotlb_flags' undeclared (first use in this function); did you mean 'x86_swiotlb_enable'?
      94 |  swiotlb_init(x86_swiotlb_enable, x86_swiotlb_flags);
         |                                   ^~~~~~~~~~~~~~~~~
         |                                   x86_swiotlb_enable
   arch/x86/kernel/pci-dma.c:94:35: note: each undeclared identifier is reported only once for each function it appears in


vim +94 arch/x86/kernel/pci-dma.c

    86	
    87	void __init pci_iommu_alloc(void)
    88	{
    89		pci_swiotlb_detect_4gb();
    90		gart_iommu_hole_init();
    91		amd_iommu_detect();
    92		detect_intel_iommu();
    93	
  > 94		swiotlb_init(x86_swiotlb_enable, x86_swiotlb_flags);
    95	}
    96	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org


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

* [linux-nvme:swiotlb-init-cleanup 8/11] arch/x86/kernel/pci-dma.c:94:35: error: 'x86_swiotlb_flags' undeclared; did you mean 'x86_swiotlb_enable'?
@ 2022-02-17 19:47 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-02-17 19:47 UTC (permalink / raw)
  To: kbuild-all

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

tree:   git://git.infradead.org/nvme.git swiotlb-init-cleanup
head:   2cfb7ec6b2292ac81243cacda06a2ca79b06f2c2
commit: 563c044b3b3c098f73df34a500203b45cd6708b0 [8/11] swiotlb: make the swiotlb_init interface more useful
config: i386-randconfig-a003 (https://download.01.org/0day-ci/archive/20220218/202202180251.LDy8F41C-lkp(a)intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        git remote add linux-nvme git://git.infradead.org/nvme.git
        git fetch --no-tags linux-nvme swiotlb-init-cleanup
        git checkout 563c044b3b3c098f73df34a500203b45cd6708b0
        # save the config file to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

   arch/x86/kernel/pci-dma.c: In function 'pci_iommu_alloc':
>> arch/x86/kernel/pci-dma.c:94:35: error: 'x86_swiotlb_flags' undeclared (first use in this function); did you mean 'x86_swiotlb_enable'?
      94 |  swiotlb_init(x86_swiotlb_enable, x86_swiotlb_flags);
         |                                   ^~~~~~~~~~~~~~~~~
         |                                   x86_swiotlb_enable
   arch/x86/kernel/pci-dma.c:94:35: note: each undeclared identifier is reported only once for each function it appears in


vim +94 arch/x86/kernel/pci-dma.c

    86	
    87	void __init pci_iommu_alloc(void)
    88	{
    89		pci_swiotlb_detect_4gb();
    90		gart_iommu_hole_init();
    91		amd_iommu_detect();
    92		detect_intel_iommu();
    93	
  > 94		swiotlb_init(x86_swiotlb_enable, x86_swiotlb_flags);
    95	}
    96	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

* Re: [linux-nvme:swiotlb-init-cleanup 8/11] arch/x86/kernel/pci-dma.c:94:35: error: 'x86_swiotlb_flags' undeclared; did you mean 'x86_swiotlb_enable'?
  2022-02-17 19:47 ` kernel test robot
@ 2022-02-17 20:00   ` Christoph Hellwig
  -1 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2022-02-17 20:00 UTC (permalink / raw)
  To: kernel test robot; +Cc: Christoph Hellwig, kbuild-all, linux-nvme

In case anyone wonders: this branch should not have been in this
git tree at all.


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

* Re: [linux-nvme:swiotlb-init-cleanup 8/11] arch/x86/kernel/pci-dma.c:94:35: error: 'x86_swiotlb_flags' undeclared; did you mean 'x86_swiotlb_enable'?
@ 2022-02-17 20:00   ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2022-02-17 20:00 UTC (permalink / raw)
  To: kbuild-all

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

In case anyone wonders: this branch should not have been in this
git tree at all.

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

end of thread, other threads:[~2022-02-17 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-17 19:47 [linux-nvme:swiotlb-init-cleanup 8/11] arch/x86/kernel/pci-dma.c:94:35: error: 'x86_swiotlb_flags' undeclared; did you mean 'x86_swiotlb_enable'? kernel test robot
2022-02-17 19:47 ` kernel test robot
2022-02-17 20:00 ` Christoph Hellwig
2022-02-17 20:00   ` Christoph Hellwig

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.