keystone-enclave / riscv-pk

Security monitor for Keystone Enclave (mirror of riscv-pk). Will be deprecated when openSBI port is ready
Other
36 stars 14 forks source link

A known bug in cache partitioning #44

Closed dayeol closed 4 years ago

dayeol commented 5 years ago

There was high variation in the execution time of baseline benchmarks. We suspect that the cache partitioning might had a bug which does not clear the partitioning metadata on enclave exit. We need to check cause we're not sure if it's been fixed already.

dkohlbre commented 5 years ago

This is probably fixed in: https://github.com/keystone-enclave/riscv-pk/pull/49 Once we've run tests we can close this.