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:   Fri, 21 Dec 2018 09:43:57 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Sinan Kaya <Okaya@...nel.org>
Cc:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        ACPI Devel Mailing List <linux-acpi@...r.kernel.org>
Subject: Re: linux-next: Tree for Dec 21 (acpi without CONFIG_PCI)

On 12/21/18 9:23 AM, Sinan Kaya wrote:
> 
> 
> On Friday, December 21, 2018, Randy Dunlap <rdunlap@...radead.org <mailto:rdunlap@...radead.org>> wrote:
> 
>     On 12/21/18 12:32 AM, Stephen Rothwell wrote:
>     > Hi all,
>     >
>     > News: there will be no linux-next release until Jan 2.  Have a good break.
>     >
>     > Changes since 20181220:
>     >
> 
>     on i386 or x86_64:
> 
>     ../drivers/acpi/acpi_lpss.c: In function 'acpi_lpss_find_device':
>     ../drivers/acpi/acpi_lpss.c:538:26: error: 'pci_bus_type' undeclared (first use in this function)
>       return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid);
>                               ^
> 
> 
> This needs to be closed by #ifdef CONFIG_PCI
> 
> Any other issues? 

There are a few Kconfig dependency issues.  Here are 2 of them:


WARNING: unmet direct dependencies detected for VGA_ARB
  Depends on [n]: HAS_IOMEM [=y] && PCI [=n] && !S390
  Selected by [y]:
  - VGA_SWITCHEROO [=y] && HAS_IOMEM [=y] && X86 [=y] && ACPI [=y]

WARNING: unmet direct dependencies detected for IOSF_MBI
  Depends on [n]: PCI [=n]
  Selected by [y]:
  - X86_INTEL_LPSS [=y] && X86 [=y] && ACPI [=y]
  Selected by [m]:
  - MMC_SDHCI_ACPI [=m] && MMC [=m] && MMC_SDHCI [=m] && ACPI [=y] && X86 [=y]


The randconfig file for these is attached.

(on x86_64; both issues are from the same .config file)

-- 
~Randy

View attachment "config-r3162" of type "text/plain" (94663 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ