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-next>] [day] [month] [year] [list]
Date:	Wed, 8 Jan 2014 15:32:00 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	konrad.wilk@...cle.com, boris.ostrovsky@...cle.com,
	david.vrabel@...rix.com, xen-devel@...ts.xenproject.org
Subject: randconfig build error with next-20140108, in drivers/xen/platform-pci.c

Building with the attached random configuration file,

drivers/xen/platform-pci.c: In function ‘platform_pci_init’:
drivers/xen/platform-pci.c:131:2: error: implicit declaration of
function ‘pci_request_region’ [-Werror=implicit-function-declaration]
  ret = pci_request_region(pdev, 1, DRV_NAME);
  ^
drivers/xen/platform-pci.c:170:2: error: implicit declaration of
function ‘pci_release_region’ [-Werror=implicit-function-declaration]
  pci_release_region(pdev, 0);
  ^
cc1: some warnings being treated as errors
make[2]: *** [drivers/xen/platform-pci.o] Error 1

These warnings appeared too:

warning: (XEN_PVH) selects XEN_PVHVM which has unmet direct
dependencies (HYPERVISOR_GUEST && XEN && PCI && X86_LOCAL_APIC)

View attachment "randconfig-1389218754.txt" of type "text/plain" (69907 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ