lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 12 Mar 2020 08:13:50 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-pci <linux-pci@...r.kernel.org>,
        Karthikeyan Mitran <m.karthikeyan@...iveil.co.in>,
        Hou Zhiqiang <Zhiqiang.Hou@....com>
Subject: Re: linux-next: Tree for Mar 12 (pci/controller/mobiveil/)

On 3/12/20 3:04 AM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20200311:
> 

on i386:
# CONFIG_PCI_MSI is not set

WARNING: unmet direct dependencies detected for PCIE_MOBIVEIL_HOST
  Depends on [n]: PCI [=y] && PCI_MSI_IRQ_DOMAIN [=n]
  Selected by [y]:
  - PCIE_MOBIVEIL_PLAT [=y] && PCI [=y] && (ARCH_ZYNQMP || COMPILE_TEST [=y]) && OF [=y]


../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:375:15: error: variable ‘mobiveil_msi_domain_info’ has initializer but incomplete type
 static struct msi_domain_info mobiveil_msi_domain_info = {
               ^~~~~~~~~~~~~~~
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:376:3: error: ‘struct msi_domain_info’ has no member named ‘flags’
  .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS |
   ^~~~~
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:376:12: error: ‘MSI_FLAG_USE_DEF_DOM_OPS’ undeclared here (not in a function); did you mean ‘SIMPLE_DEV_PM_OPS’?
  .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS |
            ^~~~~~~~~~~~~~~~~~~~~~~~
            SIMPLE_DEV_PM_OPS
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:376:39: error: ‘MSI_FLAG_USE_DEF_CHIP_OPS’ undeclared here (not in a function); did you mean ‘MSI_FLAG_USE_DEF_DOM_OPS’?
  .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS |
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
                                       MSI_FLAG_USE_DEF_DOM_OPS
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:377:6: error: ‘MSI_FLAG_PCI_MSIX’ undeclared here (not in a function); did you mean ‘SS_FLAG_BITS’?
      MSI_FLAG_PCI_MSIX),
      ^~~~~~~~~~~~~~~~~
      SS_FLAG_BITS
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:376:11: warning: excess elements in struct initializer
  .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS |
           ^
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:376:11: note: (near initialization for ‘mobiveil_msi_domain_info’)
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:378:3: error: ‘struct msi_domain_info’ has no member named ‘chip’
  .chip = &mobiveil_msi_irq_chip,
   ^~~~
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:378:10: warning: excess elements in struct initializer
  .chip = &mobiveil_msi_irq_chip,
          ^
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:378:10: note: (near initialization for ‘mobiveil_msi_domain_info’)
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c: In function ‘mobiveil_allocate_msi_domains’:
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:469:20: error: implicit declaration of function ‘pci_msi_create_irq_domain’; did you mean ‘pci_msi_get_device_domain’? [-Werror=implicit-function-declaration]
  msi->msi_domain = pci_msi_create_irq_domain(fwnode,
                    ^~~~~~~~~~~~~~~~~~~~~~~~~
                    pci_msi_get_device_domain
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:469:18: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  msi->msi_domain = pci_msi_create_irq_domain(fwnode,
                  ^
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c: At top level:
../drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:375:31: error: storage size of ‘mobiveil_msi_domain_info’ isn’t known
 static struct msi_domain_info mobiveil_msi_domain_info = {
                               ^~~~~~~~~~~~~~~~~~~~~~~~



Full randconfig file is attached.

-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@...radead.org>

View attachment "config-r1359" of type "text/plain" (155075 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ