Skip to content
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

td-exception: fix clippy error masking with zero #589

Closed

Conversation

gaojiaqi7
Copy link
Member

Zero mask here meant the 6th bit shall be 0 for ring0. When the structure is used for non ring0 privileges, the corresponding flag needs to be set.

Fix: #587

Zero mask here meant the 6th bit shall be 0 for ring0. When the
structure is used for non ring0 privileges, the corresponding
flag needs to be set.

Signed-off-by: Jiaqi Gao <[email protected]>
@gaojiaqi7 gaojiaqi7 closed this Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

td-exception: clippy error masking with zero
1 participant