Sangwan Kwon
Sangwan Kwon
> After reading the reference, I am still not sure whether adding `Cargo.lock` is a desirable policy in our case, as previously it was recommended not to add `Cargo.lock` for...
> @bitboom @bokdeuk-jeong @jinbpark Could you confirm that the issue also occurs on your side? Sorry for the late response. Let me check this issue.
I was able to reproduce the issue in my environment. The problem arises from the `islet_rmm` combined with the `9p filesystem`. And it appears only when verifies the attestation report....
I actually tried it before.. it was hard to use `cmake` in assets. :(
> @bitboom some nitpicks and one factual error in bitfield offset, otherwise looking good! Please fix at least the invalid OFFSET and we can merge this. Preferably implement enum values...
> Hi @bokdeuk-jeong getting following error > > `error: could not compile `rsi-test` (bin "rsi-test"); 1 warning emitted > > Caused by: process didn't exit successfully: `/Users/sachin/.rustup/toolchains/nightly-aarch64-apple-darwin/bin/rustc --crate-name rsi_test --edition=2021...
> a malicious host can inject some value into the realm's protected space via MMIO Nice finding !! > Regarding ACS test, tests added in skipped-tests.txt are `mm_ripas_destroyed_da_ia`, `mm_hipas_unassigned_ripas_ram_da_ia`, and...
Done with https://github.com/islet-project/islet/pull/372
> Regarding "Memory Leak in the RMM Page Table", I think the simplest way is to drop unnecessary tables when a realm gets activated. A lot of RMI calls are...