commit | 89ab87cc3956a2066d575f47a17b7dbee1ce7c40 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Dec 18 11:42:28 2024 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Wed Dec 18 16:49:17 2024 +0100 |
tree | d08c96afb993dae3eeb272a8cfd2d0bf3b845a36 | |
parent | 3d7c54dda11231f99908a4341ca796cf9de967dc [diff] |
qemu-check.exp: catch more RCU messages Update the regular expression that catches RCU errors from the kernel in order to report an error upon: [ 79.434969] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks: Without this fix, the test framework would either report a timeout (if the command causing the RCU message has hung), or report nothing (if the RCU message is triggered by a different thread of execution). Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers