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

Allocate mokvar table in runtime memory. #447

Merged
merged 2 commits into from
Feb 3, 2022

Conversation

vathpela
Copy link
Contributor

@vathpela vathpela commented Feb 3, 2022

No description provided.

Signed-off-by: Peter Jones <pjones@redhat.com>
Currently, when you boot linux you get a bright red message in the log
and the console like:

Feb 03 13:18:45 localhost.localdomain kernel: mokvar: EFI MOKvar config table is not in EFI runtime memory

We don't like bright red messages on the console, so this patch changes
the memory allocation for the mokvar config table so that it's in
runtime memory.

Signed-off-by: Peter Jones <pjones@redhat.com>
Copy link
Member

@frozencemetery frozencemetery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable.

@vathpela vathpela merged commit 8c52a84 into rhboot:main Feb 3, 2022
@vathpela vathpela deleted the runtime-memory branch February 3, 2022 18:52
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.

None yet

2 participants