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

Initialize registers in test #302

Merged
merged 2 commits into from
Feb 26, 2025
Merged

Conversation

jscissr
Copy link
Contributor

@jscissr jscissr commented Feb 26, 2025

Recent kernels disallow reads from uninitialized registers, which breaks this test.

See torvalds/linux@14fb071

Additionally, I changed some global variables which did not need to be variable into constants.

Recent kernels disallow reads from uninitialized registers, which breaks
this test.

See torvalds/linux@14fb071
@stapelberg stapelberg merged commit 385f80f into google:main Feb 26, 2025
2 checks passed
@stapelberg
Copy link
Collaborator

Thanks for the fix!

@jscissr jscissr deleted the fix-uninit-register branch February 26, 2025 15:33
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.

2 participants