This repository was archived by the owner on May 12, 2021. It is now read-only.
Reseed guest random number generator after booting from vm factory#539
Merged
grahamwhaley merged 2 commits intokata-containers:masterfrom Aug 2, 2018
Merged
Reseed guest random number generator after booting from vm factory#539grahamwhaley merged 2 commits intokata-containers:masterfrom
grahamwhaley merged 2 commits intokata-containers:masterfrom
Conversation
Contributor
|
PSS Measurement: Memory inside container: |
|
Build failed (third-party-check pipeline) integration testing with
|
|
#524 and kata-containers/agent#312 are now merged so this just needs a rebase to resolve the conflict I think. |
Member
Author
|
@jodh-intel Yes, indeed. I have rebased the PR. ptal. |
So that shared memory guests can still generate different random numbers. Fixes: kata-containers#538 Signed-off-by: Peng Tao <bergwolf@gmail.com>
Contributor
|
PSS Measurement: Memory inside container: |
|
Build succeeded (third-party-check pipeline).
|
|
Thanks @bergwolf. lgtm |
|
Ping @kata-containers/runtime . |
Merged
zklei
pushed a commit
to zklei/runtime
that referenced
this pull request
Jun 13, 2019
Fix a broken link in `TRACING.md`. Fixes kata-containers#539. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Because vm templating would share the initial kernel memory among guests, we need to reseed CRNG when new guests are created from template.