← Back to team overview

kernel-packages team mailing list archive

[Bug 1348808] [NEW] [Trusty] gpio-dwapb backport causes Kconfig recursion

 

Public bug reported:

You'll notice from the arm64 buildlogs that since we incorporated the
gpio-dwapb driver in f94487d4453f8e96faae8f638e165e7fd961af4a, we've
started getting this error:

scripts/kconfig/conf --silentoldconfig Kconfig
kernel/irq/Kconfig:41:error: recursive dependency detected!
kernel/irq/Kconfig:41:	symbol GENERIC_IRQ_CHIP is selected by GPIO_DWAPB
drivers/gpio/Kconfig:124:	symbol GPIO_DWAPB depends on IRQ_DOMAIN
kernel/irq/Kconfig:46:	symbol IRQ_DOMAIN is selected by GENERIC_IRQ_CHIP

Though this shouldn't have any impact on Ubuntu builds, it is an
annoying regression for people trying to do their own builds of Ubuntu
source.

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1348808

Title:
  [Trusty] gpio-dwapb backport causes Kconfig recursion

Status in “linux” package in Ubuntu:
  New

Bug description:
  You'll notice from the arm64 buildlogs that since we incorporated the
  gpio-dwapb driver in f94487d4453f8e96faae8f638e165e7fd961af4a, we've
  started getting this error:

  scripts/kconfig/conf --silentoldconfig Kconfig
  kernel/irq/Kconfig:41:error: recursive dependency detected!
  kernel/irq/Kconfig:41:	symbol GENERIC_IRQ_CHIP is selected by GPIO_DWAPB
  drivers/gpio/Kconfig:124:	symbol GPIO_DWAPB depends on IRQ_DOMAIN
  kernel/irq/Kconfig:46:	symbol IRQ_DOMAIN is selected by GENERIC_IRQ_CHIP

  Though this shouldn't have any impact on Ubuntu builds, it is an
  annoying regression for people trying to do their own builds of Ubuntu
  source.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348808/+subscriptions


Follow ups

References