-
Notifications
You must be signed in to change notification settings - Fork 200
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
Test for the TAs avb and trusted_keys in optee_os.git #488
Comments
For trusted_keys TA, kernel patches are still under review upstream. Once they are merged I do plan to add |
I believe we can wait until those patches has landed, unless you think it's more urgent. |
Sure we can wait for kernel patches to land. |
This issue has been marked as a stale issue because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this issue will automatically be closed in 5 days. Note that you can always re-open a closed issue at any time. |
@jenswi-linaro @jforissier So the kernel patches landed upstream [1] for Trusted Keys feature. Would you like to pick up this feature for |
@b49020 this patch depends on other patches introduced in kernel v5.12 if I'm not mistaken. Our |
Yes, it depends on this trusted keys generic framework commit [1] which does a lot of code refactoring and could be a pain to backport to older kernel versions considering all the changes that goes into trusted keys subsystem. Although, backporting to v5.12 should be straight forward. So, upgrading to v5.12 first should be preferred approach. Although, if we can directly upgrade to v5.13 once it is released would be great. |
Right. Unless someone objects, I will do that soon-ish, and at the same time I will cherry-pick your Trusted Keys patch. |
@b49020 see https://github.com/linaro-swg/linux/commits/wip/optee-v5.12 and let me know if that works for you. I am not force-pushing to branch |
Thanks @jforissier. It works for me. BTW, it would be nice if you can backport documentation patch [1] as well as it would make it easier for users. |
@b49020 done. |
@b49020 I have force-pushed |
Thanks @jforissier for the heads up. I will try to integrate trusted keys feature in OP-TEE build setup and write some tests for |
It seems that optee_test.git has no tests at all for the two TAs avb and trusted_keys in optee_os.git
Since they are part of the optee_os.git they should be tested here in optee_test.git.
Where is the best place for these tests?
2 might not scale too well if we end up with many TAs.
3 is sort of like 1 it's just that it's separated so I'm not sure it makes much sense over 1.
2 would have an advantage In case we can't avoid disturbing the normal services by avb and trusted_keys.
@igoropaniuk, @b49020 what are your thoughts on this?
The text was updated successfully, but these errors were encountered: