Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-21 Thread Sinan Kaya
On 1/18/2019 6:45 AM, Rafael J. Wysocki wrote: On Thu, Jan 17, 2019 at 11:10 PM Borislav Petkov wrote: On Thu, Jan 17, 2019 at 11:05:43PM +0100, Rafael J. Wysocki wrote: I have patches for intel_ips and intel_pmc_ipc queued up (will be pushed for -rc3), plus some others. Yeah, I saw the

Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-18 Thread Rafael J. Wysocki
On Thu, Jan 17, 2019 at 11:10 PM Borislav Petkov wrote: > > On Thu, Jan 17, 2019 at 11:05:43PM +0100, Rafael J. Wysocki wrote: > > I have patches for intel_ips and intel_pmc_ipc queued up (will be > > pushed for -rc3), plus some others. > > Yeah, I saw the patchset and applied some of them

Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-17 Thread Sinan Kaya
On 1/17/2019 5:09 PM, Borislav Petkov wrote: On Thu, Jan 17, 2019 at 11:05:43PM +0100, Rafael J. Wysocki wrote: I have patches for intel_ips and intel_pmc_ipc queued up (will be pushed for -rc3), plus some others. Yeah, I saw the patchset and applied some of them locally so that I be able to

Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-17 Thread Borislav Petkov
On Thu, Jan 17, 2019 at 11:05:43PM +0100, Rafael J. Wysocki wrote: > I have patches for intel_ips and intel_pmc_ipc queued up (will be > pushed for -rc3), plus some others. Yeah, I saw the patchset and applied some of them locally so that I be able to do randconfig builds. Do you have a branch

Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-17 Thread Rafael J. Wysocki
On Thu, Jan 17, 2019 at 10:56 PM Borislav Petkov wrote: > > On Thu, Jan 17, 2019 at 11:42:39AM -0500, Sinan Kaya wrote: > > On 1/17/2019 11:37 AM, Borislav Petkov wrote: > > > Also, I see a lot of build failures when doing randconfig builds for the > > > stuff in drivers/platform/x86/Kconfig. Is

Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-17 Thread Borislav Petkov
On Thu, Jan 17, 2019 at 11:42:39AM -0500, Sinan Kaya wrote: > On 1/17/2019 11:37 AM, Borislav Petkov wrote: > > Also, I see a lot of build failures when doing randconfig builds for the > > stuff in drivers/platform/x86/Kconfig. Is someone picking those up too? > > Can you share the build failures

Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-17 Thread Sinan Kaya
On 1/17/2019 11:37 AM, Borislav Petkov wrote: Also, I see a lot of build failures when doing randconfig builds for the stuff in drivers/platform/x86/Kconfig. Is someone picking those up too? Can you share the build failures you are seeing?

Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-17 Thread Sinan Kaya
On 1/17/2019 11:37 AM, Borislav Petkov wrote: On Thu, Jan 17, 2019 at 04:17:22PM +, Sinan Kaya wrote: After 'commit 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set")' dependencies on CONFIG_PCI that previously were satisfied implicitly through dependencies on

Re: [for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-17 Thread Borislav Petkov
On Thu, Jan 17, 2019 at 04:17:22PM +, Sinan Kaya wrote: > After 'commit 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without > CONFIG_PCI set")' dependencies on CONFIG_PCI that previously were > satisfied implicitly through dependencies on CONFIG_ACPI have to be > specified directly. > >

[for-next][PATCH] x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled

2019-01-17 Thread Sinan Kaya
After 'commit 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set")' dependencies on CONFIG_PCI that previously were satisfied implicitly through dependencies on CONFIG_ACPI have to be specified directly. PCI_LOCKLESS_CONFIG depends on PCI but this dependency has not been