Code: Select all
depmod: ERROR: Cycle detected: 8250 -> 8250_base -> 8250
depmod: ERROR: Cycle detected: serial_mctrl_gpio
depmod: ERROR: Found 2 modules in dependency cycles!Code: Select all
depmod: ERROR: Cycle detected: 8250 -> 8250_base -> 8250
depmod: ERROR: Cycle detected: serial_mctrl_gpio
depmod: ERROR: Found 2 modules in dependency cycles!Is that inability considered a deliberate change, a reported bug that may be fixed, or is it an unreported defect? I would have expected that if this is not supposed to work, then the Kconfig language should have prevented you from choosing that configuration.KShots wrote:Fixed it - 6.17 does not support compiling 8250 serial drivers as modules. Making it built-in to the kernel resolves this.