Closed Dengerwei closed 2 years 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/31694
@Dengerwei , The CI test is completed, please check result:
Test Case | Test Result | |
---|---|---|
schedule_test | x86_64 | :white_check_mark: SUCCESS |
schedule_test | aarch64 | :x: FAIL |
Sorry, your test job failed. Please get the details in the link.
You only patched one specific v5.10 kernel, this doesn't fix problem in the open-sourced plugsched at all. So this PR won't go into this repo.
Of course, you can choose between these two options,
But if you choose the latter, you must
Otherwise they will never figure out why their scheduler package make their system panic.
@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/34313
@Dengerwei , The CI test is completed, please check result:
Test Case | Test Result | |
---|---|---|
schedule_test | x86_64 | :white_check_mark: SUCCESS |
schedule_test | aarch64 | :white_check_mark: SUCCESS |
Congratulations, your test job passed!
@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/34507
/retest
@Dengerwei , the test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/2r1b4c7z/test_result/34579
@Dengerwei , The CI test is completed, please check result:
Test Case | Test Result | |
---|---|---|
schedule_test | x86_64 | :x: FAIL |
schedule_test | aarch64 | :white_check_mark: SUCCESS |
Sorry, your test job failed. Please get the details in the link.
@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/35095
@Dengerwei , The CI test is completed, please check result:
Test Case | Test Result | |
---|---|---|
schedule_test | x86_64 | :x: FAIL |
schedule_test | aarch64 | :white_check_mark: SUCCESS |
Sorry, your test job failed. Please get the details in the link.
@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/35215
@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/35315
@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/35863
/retest
@Dengerwei , the test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/2r1b4c7z/test_result/35869
@Dengerwei , The CI test is completed, please check result:
Test Case | Test Result | |
---|---|---|
schedule_test | x86_64 | :white_check_mark: SUCCESS |
schedule_test | aarch64 | :white_check_mark: SUCCESS |
Congratulations, your test job passed!
See the commit bfa04fc96da3e4252419dd3f7d2088efa3cfed97 <src: jump to vmlinux's call instead of pushing our return addres>
This commit adapets the springboard of kernel 5.10.
Why I delete the modification of the attribute of perpare_task_switch function is that, the frame pointer of schedule in vmlinux becames not optimized. We cannot decide whether the frame pointer is optimized or not in vmlinux. Therefore, fixed stack frame pointer of schedule function in vmlinux is more friendly to us.