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] [day] [month] [year] [list]
Message-ID: <201512090536.i9Nf2RVq%fengguang.wu@intel.com>
Date:	Wed, 9 Dec 2015 05:04:38 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>
Cc:	kbuild-all@...org, marc.zyngier@....com, tglx@...utronix.de,
	jason@...edaemon.net, rjw@...ysocki.net,
	Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
	Will Deacon <will.deacon@....com>,
	Catalin Marinas <Catalin.Marinas@....com>,
	hanjun.guo@...aro.org, tomasz.nowicki@...aro.org,
	graeme.gregory@...aro.org, dhdang@....com,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	linux-acpi@...r.kernel.org,
	Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>
Subject: Re: [PATCH v4 1/5] acpi: pci: Setup MSI domain for ACPI based pci
 devices

Hi Suravee,

[auto build test ERROR on tip/irq/core]
[also build test ERROR on v4.4-rc4 next-20151208]

url:    https://github.com/0day-ci/linux/commits/Suravee-Suthikulpanit/gicv2m-acpi-Add-ACPI-support-for-GICv2m-MSI/20151209-042217
config: i386-alldefconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All error/warnings (new ones prefixed by >>):

   drivers/pci/pci-acpi.c: In function 'pci_host_bridge_acpi_msi_domain':
>> drivers/pci/pci-acpi.c:719:9: error: implicit declaration of function 'irq_find_matching_fwnode' [-Werror=implicit-function-declaration]
      dom = irq_find_matching_fwnode(fwnode,
            ^
>> drivers/pci/pci-acpi.c:719:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
      dom = irq_find_matching_fwnode(fwnode,
          ^
   cc1: some warnings being treated as errors

vim +/irq_find_matching_fwnode +719 drivers/pci/pci-acpi.c

   713		struct fwnode_handle *fwnode = NULL;
   714	
   715		if (pci_msi_get_fwnode_cb)
   716			fwnode = pci_msi_get_fwnode_cb(&bus->dev);
   717	
   718		if (fwnode)
 > 719			dom = irq_find_matching_fwnode(fwnode,
   720						       DOMAIN_BUS_PCI_MSI);
   721		return dom;
   722	}

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (9560 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ