Bug 198555
Summary: | Symbol dependency issue prevents compiling SSB_PCICORE and dependants on x86_64 and possibly others since 4.15-rc9 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Michael Marley (michael) |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | chamberlain.dev, rdunlap |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.15-rc9 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Michael Marley
2018-01-22 23:47:59 UTC
I am unable to reproduce. Would you please attach the .config file you are using? No .config file is necessary. Just do a "make menuconfig" on a fresh checkout on an x86_64 system and note that under Drivers>Sonics Silicon Backplane there is no option for PCI support. You can also do a search from menuconfig for the PCI_DRIVERS_LEGACY symbol and see there is no place to enable that option, which is the reason why the PCI option for SSB does not appear. That makes much more sense. I'll look into that more tomorrow or the day after. Looking into it more, I would need a more thorough understanding of the SSB/PCI stuff. I am not the right person to address this. Fixed by this commit: commit a9e6d44ddeccd3522670e641f1ed9b068e746ff7 Author: Sven Joachim <svenjoac@gmx.de> Date: Fri Jan 26 10:38:01 2018 +0100 ssb: Do not disable PCI host on non-Mips |