From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 17 Apr 2020 09:27:25 +0200 From: Mauro Carvalho Chehab Subject: Re: linux-next: Tree for Apr 17 Message-ID: <20200417092725.4876a832@coco.lan> In-Reply-To: References: <20200417145017.3932443d@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: To: Christian Borntraeger Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , linux-s390 Em Fri, 17 Apr 2020 09:19:58 +0200 Christian Borntraeger escreveu: > On 17.04.20 06:50, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20200416: > > > > My fixes tree contains: > > > > 6b038bdcd3d1 sh: mm: Fix build error > > > > The qcom tree still had its build failure for which I reverted a commit. > > > > The sound-asoc tree still has its failures so I used the version from > > next-20200414. > > > > The crypto tree gained a build failure for which I reverted 5 commits. > > > > Non-merge commits (relative to Linus' tree): 2255 > > 3007 files changed, 64848 insertions(+), 29193 deletions(-) > > > > > This fails for s390 already in kconfig > > $ make defconfig > *** Default configuration is based on 'defconfig' > drivers/pci/Kconfig:16:error: recursive dependency detected! > drivers/pci/Kconfig:16: symbol PCI is selected by CEC_SECO > drivers/media/cec/platform/Kconfig:100: symbol CEC_SECO depends on MEDIA_CEC_SUPPORT > drivers/media/cec/Kconfig:27: symbol MEDIA_CEC_SUPPORT default is visible depending on MEDIA_SUPPORT_FILTER > drivers/media/Kconfig:25: symbol MEDIA_SUPPORT_FILTER depends on MEDIA_SUPPORT > drivers/media/Kconfig:12: symbol MEDIA_SUPPORT depends on HAS_IOMEM > arch/s390/Kconfig:722: symbol HAS_IOMEM default value contains PCI > For a resolution refer to Documentation/kbuild/kconfig-language.rst > subsection "Kconfig recursive dependency limitations" Just pushed a patch addressing the reported Kconfig issues on media. Sorry for the Kconfig noise. We did a major rework at media Kconfig, with has a very complex dependency chain. Thanks, Mauro