-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allow use of runtime args unless built-in includes marker
As discussed, in both secure and insecure modes, we want to enforce that use of runtime args is only enabled *if* kernel.efi includes a builtin string including the stubby marker - Update truth-table in kcmdline.c - Print out message when runtime args are rejected due to missing marker (test harness needs this) - extend test/harness program to print out pretty table of test results, optionally pass -C flag to print out the test configuration. - verbosified the tests.yaml to be explicit about what values are being used. - Updated workflow to use threads=NR_CPUS Signed-off-by: Ryan Harper <[email protected]>
- Loading branch information
Showing
5 changed files
with
169 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.