Em Fri, 17 Apr 2020 09:19:58 +0200 Christian Borntraeger <borntraeger@xxxxxxxxxx> 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