-
Notifications
You must be signed in to change notification settings - Fork 1.4k
sys/linux: Additional Descriptions for Mali GPU Driver #5598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you! Let's run the tests first. |
|
Please fix the following CI errors: |
|
I'm sorry, I think I might have made a mistake somewhere. Could you please guide me on how to fix the CI? 😢 |
|
You just need to change your commit descriptions and force-push the branch, CI tests will run automatically And that will cause tests to break again :( In our project, we rebase instead of doing merges. Please drop this commit. |
45f67db to
18a0a7e
Compare
|
Thank you so much for your guidance! I have fixed that problem. Could you please check again to confirm? |
|
Now there's one more problem Also please notice that now you have 3 commits with identical descriptions: |
a238c96 to
35b3541
Compare
|
Thank you so much! I have reviewed and fixed the issues you pointed out. Could you kindly check again and let me know if everything looks good? |
378eac3 to
134e864
Compare
|
Please squash "run make extract" into "Additional descriptions for Mali Driver", there's no need to have intermediate patches in the tree. |
1c5de96 to
845962e
Compare
|
Thank you for your advice. I made the changes as requested. |
95594ae to
8a00be5
Compare
|
@Ji-Hyeon-Jeong, where do these constants actually come from? Is there any source that we can reference here? |
|
@ramosian-glider I've extracted all constant from ARM Mali5th Gen Driver r53p0 version, (https://developer.arm.com/downloads/-/mali-drivers/5th-gen-gpu-architecture-kernel). Every constants I've added come from Sorry for the delay in checking this 😢 — I had something else to take care of yesterday. |
sys/linux: run make extract sys/linux: add Descriptions for Mali GPU Driver sys/linux: add Descriptions for Mali GPU Driver sys/linux: add descriptions for Mali Driver sys/linux: add descriptions for Mali Driver
|
@ramosian-glider I noticed that prfcnt_control_cmd was pushed without being updated to ptr64[out, array[int64]], so I made the correction and pushed it again. Could you please check it? Thank you so much! |


I noticed that the syscall description for Mali GPU Driver fuzzing was missing the KBASE_IOCTL_KINSTR_PRFCNT_* related ioctls, so I added them.