Closed Dengerwei closed 1 year ago
@Dengerwei , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/2r1b4c7z/test_result/56066
@Dengerwei , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/2r1b4c7z/test_result/56120
For the symbol referenced, we have a rule: If we reference module's symbols, we need to add the _mod prefix to the symbol, and if reference vmlinux's symbols, we need to add _orig prefix to the symbol.
In main.c and sched_rebuild.c, some symbol references do not follow the above rule. So I fixed them.