This is an automated email from the ASF dual-hosted git repository.

yuanz pushed a change to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


    from 102e65e  optee-*: bump version to 0.6.0
     new 979810c  lint: Add clippy enforcement to TA Makefiles
     new 4876842  lint: Add clippy enforcement to host and plugin Makefiles
     new 41e586f  lint: Fix clippy errors in TA
     new 7978b74  lint: Fix clippy errors in host apps

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/acipher-rs/host/Makefile                  |  7 +-
 examples/acipher-rs/ta/Makefile                    | 14 +++-
 examples/acipher-rs/ta/build.rs                    |  3 +-
 examples/acipher-rs/ta/src/main.rs                 | 16 +++--
 examples/aes-rs/host/Makefile                      |  7 +-
 examples/aes-rs/ta/Makefile                        | 14 +++-
 examples/aes-rs/ta/build.rs                        |  3 +-
 examples/aes-rs/ta/src/main.rs                     | 37 +++++------
 examples/authentication-rs/host/Makefile           |  7 +-
 examples/authentication-rs/ta/Makefile             | 14 +++-
 examples/authentication-rs/ta/build.rs             |  3 +-
 examples/authentication-rs/ta/src/main.rs          | 47 ++++++--------
 examples/big_int-rs/host/Makefile                  |  7 +-
 examples/big_int-rs/ta/Makefile                    | 14 +++-
 examples/big_int-rs/ta/build.rs                    |  3 +-
 .../build_with_optee_utee_sys-rs/host/Makefile     |  7 +-
 .../build_with_optee_utee_sys-rs/host/src/main.rs  |  6 +-
 examples/build_with_optee_utee_sys-rs/ta/Makefile  | 12 +++-
 examples/build_with_optee_utee_sys-rs/ta/build.rs  | 13 ++--
 .../build_with_optee_utee_sys-rs/ta/src/main.rs    |  2 +-
 examples/client_pool-rs/host/Makefile              |  7 +-
 examples/client_pool-rs/ta/Makefile                | 14 +++-
 examples/diffie_hellman-rs/host/Makefile           |  7 +-
 examples/diffie_hellman-rs/host/src/main.rs        | 14 ++--
 examples/diffie_hellman-rs/ta/Makefile             | 14 +++-
 examples/diffie_hellman-rs/ta/build.rs             |  3 +-
 examples/diffie_hellman-rs/ta/src/main.rs          | 24 ++++---
 examples/digest-rs/host/Makefile                   |  7 +-
 examples/digest-rs/host/src/main.rs                |  4 +-
 examples/digest-rs/ta/Makefile                     | 14 +++-
 examples/digest-rs/ta/build.rs                     |  3 +-
 examples/digest-rs/ta/src/main.rs                  | 12 +---
 examples/error_handling-rs/host/Makefile           |  7 +-
 examples/error_handling-rs/host/src/main.rs        | 16 +++--
 examples/error_handling-rs/ta/Makefile             | 14 +++-
 examples/error_handling-rs/ta/build.rs             |  3 +-
 examples/error_handling-rs/ta/src/main.rs          |  6 +-
 examples/hello_world-rs/host/Makefile              |  9 ++-
 examples/hello_world-rs/host/src/main.rs           |  2 +-
 examples/hello_world-rs/ta/Makefile                | 14 +++-
 examples/hello_world-rs/ta/build.rs                |  4 +-
 examples/hotp-rs/host/Makefile                     |  7 +-
 examples/hotp-rs/host/src/main.rs                  |  9 +--
 examples/hotp-rs/ta/Makefile                       | 14 +++-
 examples/hotp-rs/ta/build.rs                       |  3 +-
 examples/hotp-rs/ta/src/main.rs                    | 60 +++++++----------
 examples/inter_ta-rs/host/Makefile                 |  7 +-
 examples/inter_ta-rs/ta/Makefile                   | 14 +++-
 examples/inter_ta-rs/ta/build.rs                   |  5 +-
 examples/inter_ta-rs/ta/src/main.rs                |  4 +-
 .../message_passing_interface-rs/host/Makefile     |  8 ++-
 .../message_passing_interface-rs/host/src/main.rs  |  4 +-
 .../message_passing_interface-rs/ta/Cargo.lock     |  8 +--
 examples/message_passing_interface-rs/ta/Makefile  | 10 ++-
 examples/message_passing_interface-rs/ta/build.rs  |  3 +-
 .../message_passing_interface-rs/ta/src/main.rs    |  2 +-
 examples/mnist-rs/host/Makefile                    |  7 +-
 examples/mnist-rs/host/src/commands/infer.rs       |  4 +-
 examples/mnist-rs/host/src/commands/serve.rs       | 15 ++---
 examples/mnist-rs/host/src/commands/train.rs       |  9 +--
 examples/mnist-rs/host/src/tee.rs                  |  6 +-
 examples/mnist-rs/rust-toolchain.toml              |  2 +-
 examples/mnist-rs/ta/inference/Makefile            | 13 ++--
 examples/mnist-rs/ta/inference/build.rs            |  4 +-
 examples/mnist-rs/ta/train/Makefile                | 12 +++-
 examples/mnist-rs/ta/train/build.rs                |  2 +-
 examples/property-rs/host/Makefile                 |  7 +-
 examples/property-rs/ta/Makefile                   | 14 +++-
 examples/property-rs/ta/build.rs                   |  1 -
 examples/property-rs/ta/src/main.rs                |  4 +-
 examples/random-rs/host/Makefile                   |  7 +-
 examples/random-rs/ta/Makefile                     | 14 +++-
 examples/random-rs/ta/build.rs                     |  3 +-
 examples/random-rs/ta/src/main.rs                  | 14 ++--
 examples/secure_db_abstraction-rs/host/Makefile    |  8 ++-
 examples/secure_db_abstraction-rs/ta/Cargo.lock    | 39 +++++++++--
 examples/secure_db_abstraction-rs/ta/Makefile      | 10 ++-
 examples/secure_db_abstraction-rs/ta/build.rs      |  1 -
 examples/secure_db_abstraction-rs/ta/src/main.rs   |  4 +-
 examples/secure_storage-rs/host/Makefile           |  7 +-
 examples/secure_storage-rs/ta/Makefile             | 14 +++-
 examples/secure_storage-rs/ta/build.rs             |  3 +-
 examples/secure_storage-rs/ta/src/main.rs          | 54 ++++++----------
 examples/serde-rs/host/Cargo.toml                  |  1 -
 examples/serde-rs/host/Makefile                    |  8 ++-
 examples/serde-rs/host/src/main.rs                 |  9 +--
 examples/serde-rs/proto/Cargo.toml                 |  1 +
 examples/serde-rs/proto/src/lib.rs                 |  7 ++
 examples/serde-rs/ta/Cargo.lock                    |  9 +--
 examples/serde-rs/ta/Makefile                      | 10 ++-
 examples/serde-rs/ta/build.rs                      |  3 +-
 examples/serde-rs/ta/src/main.rs                   |  9 +--
 examples/signature_verification-rs/host/Makefile   |  7 +-
 .../signature_verification-rs/host/src/main.rs     |  4 +-
 examples/signature_verification-rs/ta/Makefile     | 14 +++-
 examples/signature_verification-rs/ta/build.rs     |  3 +-
 examples/signature_verification-rs/ta/src/main.rs  | 75 +++++++++++++---------
 examples/supp_plugin-rs/host/Makefile              |  7 +-
 examples/supp_plugin-rs/plugin/Makefile            |  8 ++-
 examples/supp_plugin-rs/plugin/build.rs            |  2 +-
 examples/supp_plugin-rs/ta/Makefile                | 14 +++-
 examples/tcp_client-rs/host/Makefile               |  8 ++-
 examples/tcp_client-rs/host/src/main.rs            |  3 +-
 examples/tcp_client-rs/ta/Cargo.toml               |  3 +
 examples/tcp_client-rs/ta/Makefile                 | 17 ++++-
 examples/tcp_client-rs/ta/build.rs                 |  5 +-
 examples/tcp_client-rs/ta/src/main.rs              | 12 +++-
 examples/time-rs/host/Makefile                     |  7 +-
 examples/time-rs/ta/Makefile                       | 14 +++-
 examples/time-rs/ta/build.rs                       |  3 +-
 examples/time-rs/ta/src/main.rs                    |  7 +-
 examples/tls_client-rs/host/Makefile               |  8 ++-
 examples/tls_client-rs/ta/Cargo.lock               |  8 +--
 examples/tls_client-rs/ta/Makefile                 | 10 ++-
 examples/tls_server-rs/host/Makefile               |  8 ++-
 examples/tls_server-rs/ta/Cargo.lock               |  8 +--
 examples/tls_server-rs/ta/Makefile                 | 10 ++-
 examples/udp_socket-rs/host/Makefile               |  8 ++-
 examples/udp_socket-rs/ta/Cargo.toml               |  3 +
 examples/udp_socket-rs/ta/Makefile                 | 17 ++++-
 examples/udp_socket-rs/ta/build.rs                 |  5 +-
 examples/udp_socket-rs/ta/src/main.rs              | 12 +++-
 optee-teec/macros/src/lib.rs                       |  4 ++
 optee-utee-build/src/code_generator.rs             |  7 +-
 .../test_files/test_edition_2024_result.rs         |  7 +-
 .../test_files/test_edition_before_2024_result.rs  |  7 +-
 optee-utee/macros/src/lib.rs                       | 18 ++++--
 projects/web3/eth_wallet/host/Makefile             |  1 -
 projects/web3/eth_wallet/ta/Cargo.lock             | 31 +++++++++
 projects/web3/eth_wallet/ta/Makefile               |  8 ++-
 projects/web3/eth_wallet/ta/build.rs               |  1 -
 projects/web3/eth_wallet/ta/src/wallet.rs          |  7 +-
 rust-toolchain.toml                                |  2 +-
 133 files changed, 818 insertions(+), 512 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to