You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cherry-picks 869dcdf (Add per-session
OP-TEE client identity handling, #885) onto ulitebox.
Resolved a ratchet conflict in dev_tests/src/ratchet.rs: kept the
ulitebox-only litebox_shim_windows entry and took the litebox_shim_optee
count bump (4 -> 5) from #885.
Co-authored-by: Sangho Lee <sanghle@microsoft.com>
🤖 SemverChecks 🤖 ⚠️ Potential breaking API changes detected ⚠️
Click for details
--- failure enum_variant_added: enum variant added on exhaustive enum ---
Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_added.ron
Failed in:
variant TeeLogin:ReeKernel in /home/runner/work/litebox/litebox/litebox_common_optee/src/lib.rs:859
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/inherent_method_missing.ron
Failed in:
OpteeShimEntrypoints::get_session_id, previously in file /home/runner/work/litebox/litebox/target/semver-checks/git-ulitebox/b951fc08b4c905beb3bb5d2f5a5e0248363ac9ff/litebox_shim_optee/src/lib.rs:328
--- failure method_parameter_count_changed: pub method parameter count changed ---
Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_parameter_count_changed.ron
Failed in:
litebox_shim_optee::OpteeShim::load_ldelf takes 5 parameters in /home/runner/work/litebox/litebox/target/semver-checks/git-ulitebox/b951fc08b4c905beb3bb5d2f5a5e0248363ac9ff/litebox_shim_optee/src/lib.rs:232, but now takes 3 parameters in /home/runner/work/litebox/litebox/litebox_shim_optee/src/lib.rs:240
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.