* arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
@ 2026-01-19 14:00 kernel test robot
2026-01-20 0:45 ` Chen Wang
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2026-01-19 14:00 UTC (permalink / raw)
To: Chen Wang; +Cc: oe-kbuild-all, linux-kernel, Manivannan Sadhasivam
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7
commit: 1c72774df028429836eec3394212f2921bb830fc PCI: sg2042: Add Sophgo SG2042 PCIe driver
date: 4 months ago
config: arc-randconfig-002-20260119 (https://download.01.org/0day-ci/archive/20260119/202601192149.m9qDmfLW-lkp@intel.com/config)
compiler: arc-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260119/202601192149.m9qDmfLW-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202601192149.m9qDmfLW-lkp@intel.com/
All errors (new ones prefixed by >>):
arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.o: in function `j721e_pcie_remove':
drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
>> arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
2026-01-19 14:00 arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable' kernel test robot
@ 2026-01-20 0:45 ` Chen Wang
2026-01-20 4:32 ` Siddharth Vadapalli
0 siblings, 1 reply; 3+ messages in thread
From: Chen Wang @ 2026-01-20 0:45 UTC (permalink / raw)
To: kernel test robot, Vignesh Raghavendra, Siddharth Vadapalli
Cc: oe-kbuild-all, linux-kernel, Manivannan Sadhasivam
On 1/19/2026 10:00 PM, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head: 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7
> commit: 1c72774df028429836eec3394212f2921bb830fc PCI: sg2042: Add Sophgo SG2042 PCIe driver
> date: 4 months ago
> config: arc-randconfig-002-20260119 (https://download.01.org/0day-ci/archive/20260119/202601192149.m9qDmfLW-lkp@intel.com/config)
> compiler: arc-linux-gcc (GCC) 8.5.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260119/202601192149.m9qDmfLW-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202601192149.m9qDmfLW-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
> arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.o: in function `j721e_pcie_remove':
> drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
>>> arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
This appears to be a configuration-related issue.
"CONFIG_PCIE_CADENCE_HOST=m" but "CONFIG_PCI_J721E=y".
I don't think this issue is related to sophgo drivers.
Adding Vignesh and Siddharth who might be interested in this.
Thanks,
Chen
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
2026-01-20 0:45 ` Chen Wang
@ 2026-01-20 4:32 ` Siddharth Vadapalli
0 siblings, 0 replies; 3+ messages in thread
From: Siddharth Vadapalli @ 2026-01-20 4:32 UTC (permalink / raw)
To: Chen Wang, kernel test robot, Vignesh Raghavendra
Cc: oe-kbuild-all, linux-kernel, Manivannan Sadhasivam, s-vadapalli
On Tue, 2026-01-20 at 08:45 +0800, Chen Wang wrote:
> On 1/19/2026 10:00 PM, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head: 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7
> > commit: 1c72774df028429836eec3394212f2921bb830fc PCI: sg2042: Add Sophgo SG2042 PCIe driver
> > date: 4 months ago
> > config: arc-randconfig-002-20260119 (https://download.01.org/0day-ci/archive/20260119/202601192149.m9qDmfLW-lkp@intel.com/config)
> > compiler: arc-linux-gcc (GCC) 8.5.0
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260119/202601192149.m9qDmfLW-lkp@intel.com/reproduce)
> >
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > > Reported-by: kernel test robot <lkp@intel.com>
> > > Closes: https://lore.kernel.org/oe-kbuild-all/202601192149.m9qDmfLW-lkp@intel.com/
> >
> > All errors (new ones prefixed by >>):
> >
> > arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.o: in function `j721e_pcie_remove':
> > drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
> > > > arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable'
>
> This appears to be a configuration-related issue.
> "CONFIG_PCIE_CADENCE_HOST=m" but "CONFIG_PCI_J721E=y".
>
> I don't think this issue is related to sophgo drivers.
>
> Adding Vignesh and Siddharth who might be interested in this.
Please refer:
https://lore.kernel.org/r/20251117113246.1460644-1-s-vadapalli@ti.com/
Regards,
Siddharth.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-20 4:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-19 14:00 arc-linux-ld: drivers/pci/controller/cadence/pci-j721e.c:648: undefined reference to `cdns_pcie_host_disable' kernel test robot
2026-01-20 0:45 ` Chen Wang
2026-01-20 4:32 ` Siddharth Vadapalli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®