Description of problem: 编译内核时出现pci_find_host_bridge函数符号找不到。 Version-Release number of selected component (if applicable): devel-5.10 How reproducible: 参考https://openanolis.cn/sig/Hygon-Arch/doc/865622260278236994的编译内核章节,使用https://gitee.com/anolis/hygon-devkit仓库的build_kernel.sh脚本编译内核。 Steps to Reproduce: 1. 拷贝https://gitee.com/anolis/hygon-devkit仓库 2. 在devel-5.10内核源码目录执行上述仓库中的build_kernel.sh脚本即可 3. 编译过程中出现错误日志,找不到pci_find_host_bridge函数符号 Actual results: 内核编译失败,找不到pci_find_host_bridge函数符号。 Expected results: 内核编译成功,并输出产物。 Additional info: 暂无。
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6292
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6293