-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update CHANGELOG for 3.13.0 #4552
Conversation
I'm intentionally a bit verbose here and show all commits, snippets of the boot log and the result of xtest itself. This because there is almost always someone having an issue or another with RPi3 even shortly after a release, so this information might ... or might not be valuable.
|
I have tested on QEMU and QEMUv8 with GP and PKCS#11 (optee_os at commit 02dbcc7).
|
Tested on HiKey960 with GP and PKCS#11 (optee_os commit 756e0b0). The issues I found on QEMU/QEMUv8 are reproducible but no other issues found. With default config and
|
Nitrogen6X (imx6q-sabrelite, Kernel 5.11.15)
Edit: The failing test is the new plugin test, looks like I need to adjust my bitbake recipes to install the plugins into the correct directory. |
|
With:
|
Tag 3.13.0-rc1 has been created on build, optee_benchmark, optee_client, optee_examples, optee_os, optee_test, so please continue with your release testing. |
|
|
I see an issue with test gp_40178. |
Reproducible with QEMUv8. If I run the full test suite, the status is OK although 40178 logs a TEE_IOC_INVOKE error (which does not look right for this test), but if I only run gp_40178 I always get a segfault. Update: I think I found the problem (a bug in the test which uses a potentially uninitalized/closed session). I'm working on a fix. |
3.13.0-rc1:
|
3.13.0-rc1:
|
With default config +
|
For
|
3.13.0-rc1 + the already merged commits in optee_os, optee_test, build & manifest: |
Hello,
|
With OP-TEE/optee_client#268
|
With:
|
optee-os:
|
Update CHANGELOG for 3.13.0 and collect Tested-by tags. Signed-off-by: Ruchika Gupta <[email protected]> Tested-by: Clement Faure <[email protected]> (mx6dlsabreauto) Tested-by: Clement Faure <[email protected]> (mx6dlsabresd) Tested-by: Clement Faure <[email protected]> (mx6qpsabreauto) Tested-by: Clement Faure <[email protected]> (mx6sllevk) Tested-by: Clement Faure <[email protected]> (mx6ulevk) Tested-by: Clement Faure <[email protected]> (mx6ullevk) Tested-by: Clement Faure <[email protected]> (mx6ulzevk) Tested-by: Clement Faure <[email protected]> (mx7dsabresd) Tested-by: Clement Faure <[email protected]> (mx7ulpevk) Tested-by: Clement Faure <[email protected]> (mx8mmevk) Tested-by: Clement Faure <[email protected]> (mx8mnevk) Tested-by: Clement Faure <[email protected]> (mx8mqevk) Tested-by: Clement Faure <[email protected]> (mx8qmmek) Tested-by: Clement Faure <[email protected]> (mx8qxpmek) Tested-by: Etienne Carriere <[email protected]> (stm32mp1-ev1/dk2 gp pkcs11) Tested-by: Igor Opaniuk <[email protected]> (Poplar) Tested-by: Jens Wiklander <[email protected]> (FVP) Tested-by: Jens Wiklander <[email protected]> (Juno) Tested-by: Jens Wiklander <[email protected]> (imx-mx8mqevk) Tested-by: Jerome Forissier <[email protected]> (HiKey GP PKCS#11) Tested-by: Jerome Forissier <[email protected]> (HiKey960 GP PKCS#11) Tested-by: Jerome Forissier <[email protected]> (QEMU GP PKCS#11) Tested-by: Jerome Forissier <[email protected]> (QEMUv8 GP PKCS#11) Tested-by: Joakim Bech <[email protected]> (RPi3B) Tested-by: Ricardo Salveti <[email protected]> (ZynqMP) Tested-by: Rouven Czerwinski <[email protected]> (ccimx6ulsbcpro barebox upstream kernel) Tested-by: Rouven Czerwinski <[email protected]> (imx6qsabrelite barebox upstream kernel) Tested-by: Volodymyr Babchuk <[email protected]> (RCAR M3) Tested-by: Volodymyr Babchuk <[email protected]> (RCAR M3/virtualization)
Update CHANGELOG for 3.13.0 and collect Tested-by tags for
the next release.
Signed-off-by: Ruchika Gupta [email protected]