Sangwan Kwon

Results 15 issues of Sangwan Kwon

Thanks for the nice action! I have a question about this action. This seems to use [cloud-function](https://github.com/orf/cargo-bloat-action/blob/master/src/snapshots.ts#L166) to analyze snapshots. If it's right, do you have plan to analyze them...

The package option is missed when run with `bloat_args` and `exclude_packages` at the same time. This PR keeps the option. Signed-off-by: Sangwan Kwon

This commit adds the Cargo.lock file to ensure that the exact versions of dependencies are locked down across all environments. This is crucial for maintaining consistent behavior of our application...

Currently autopadding cannot cover struct type with a field in the struct below: ``` pad_struct_and_impl_default!( pub struct Run { 0x0 entry: Entry, 0x800 exit: Exit, } ); ```

## Status ``` REGRESSION REPORT: ================== TOTAL TESTS : 51 (8 skipped) TOTAL PASSED : 30 TOTAL FAILED : 18 TOTAL SKIPPED : 2 TOTAL SIM ERROR : 1 ```...

This is raised from https://github.com/Samsung/islet/pull/185. ## Failed case Failed case is related with `B3.4.11 RmiRecCreateFlags`. The reserved fields of `RmiRecCreateFlags` must be zero. But when i patched it like spec,...

When double-locking occurs, it is hard to detect. (just hang) One example of double-locking is that lock two granules with same address. This occurred in realm-creation test of ACS. https://github.com/Samsung/islet/pull/155...

... So, we have to check the addr is `DELEGATED state` before calling smc. I let this work for next PR (undelegation TCs). ... _Originally posted by @bitboom in https://github.com/Samsung/islet/pull/135#discussion_r1282648334_