Open
Conversation
…efault and this is no longer needed, and provides options to trust or not trust the different sources Signed-off-by: Justin Cormack <justin@specialbusservice.com>
Collaborator
|
It also needs to be removed from the various build ymls, such as |
Collaborator
|
A quick check shows it in |
Member
Author
|
I think I removed it from all those. Its hard to see with the giant diff! |
Collaborator
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
Member
Author
|
oops forgot to push those changes, added. |
deitch
reviewed
Sep 8, 2025
Collaborator
deitch
left a comment
There was a problem hiding this comment.
With an updated pkg/sysctl, you will need to build and push out he updated sysctl, and run scripts/update-component-sha.sh for that on any dependencies.
Collaborator
|
CI failed on something |
Member
Author
|
So I am no longer in the linuxkit docker hub org - can you add me back? |
Contributor
|
@justincormack looking at the linuxkit hub org, it's currently at "6 of 3 seats filled". I'll ask about increasing it |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The kernel now injects all the random seeds by default and this is no longer needed, and provides options to trust or not trust the different sources
CONFIG_RANDOM_TRUST_CPU=y and CONFIG_RANDOM_TRUST_BOOTLOADER=y are now defaults, and the kernel randomness has been reworked to remove the reasons to not do this before. Most hardware devices are now credited to the kernel entropy pool directly as well, on all sorts of devices.