-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct type definitions to not use reserved naming #76
Labels
Comments
dkohlbre
pushed a commit
to dkohlbre/riscv-pk
that referenced
this issue
May 6, 2019
…_kt where appropriate for typedefs. All structs are now referenced explictly as structs, not typedefd. See keystone-enclave/keystone#76 .
dkohlbre
pushed a commit
to dkohlbre/linux-keystone-driver
that referenced
this issue
May 6, 2019
…ne-enclave/keystone#76. Also corrected a couple warnings
dkohlbre
pushed a commit
to keystone-enclave/riscv-pk
that referenced
this issue
May 6, 2019
* Removed old satp checks, that check is now handled by tracking hart state and enforcement in the driver. Standardized the sbi function style * Removed all definition of _t types, as they are reserved. All structs are now referenced explictly as structs, not typedefd. See keystone-enclave/keystone#76 . * Removed extraneous aes implementation
@dkohlbre is this resolved? |
Not quite: |
dkohlbre
pushed a commit
to dkohlbre/keystone-sdk
that referenced
this issue
May 10, 2019
dkohlbre
pushed a commit
to keystone-enclave/linux-keystone-driver
that referenced
this issue
May 10, 2019
…ne-enclave/keystone#76. Also corrected a couple warnings (#15)
dkohlbre
pushed a commit
to keystone-enclave/keystone-sdk
that referenced
this issue
May 10, 2019
dkohlbre
pushed a commit
to dkohlbre/keystone
that referenced
this issue
May 13, 2019
dkohlbre
pushed a commit
that referenced
this issue
May 13, 2019
dkohlbre
pushed a commit
that referenced
this issue
Jul 17, 2019
dkohlbre
added a commit
that referenced
this issue
Jul 17, 2019
dayeol
pushed a commit
to keystone-enclave/sm
that referenced
this issue
Dec 12, 2019
…_kt where appropriate for typedefs. All structs are now referenced explictly as structs, not typedefd. See keystone-enclave/keystone#76 .
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using a lot of
_t
types we created. These are reserved names.Current proposal is to move to
_kt
for keystone-type.Should we require ALL keystone types to have this naming convention? (Or just typedefs of non-struct types)
The text was updated successfully, but these errors were encountered: