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

[v0.21.3] Fix serial memory allocation issue #2178

Merged
merged 3 commits into from
Oct 14, 2020

Conversation

sandreim
Copy link
Contributor

Reason for This PR

Fixes #2177

Description of Changes

Provided in commit messages.

  • This functionality can be added in rust-vmm.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any newly added unsafe code is properly documented.
  • Any API changes are reflected in firecracker/swagger.yaml.
  • Any user-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.

Iulian Barbu and others added 3 commits October 12, 2020 12:29
Signed-off-by: Iulian Barbu <iul@amazon.com>
Signed-off-by: Iulian Barbu <iul@amazon.com>
Suggested-by: Andreea Florescu <fandree@amazon.com>
    The security db (https://github.com/RustSec/cargo-audit)
    has broken compatiblity with cargo audit v10. A fixed cargo
    audit version v12 is available, but  it requires an upgrade of
    the rust toolchain on top of the current release. This commit
    is a temporary fix until we unshare toolchain dependency
    of Firecracker and cargo audit binary.

Signed-off-by: Andrei Sandu <sandreim@amazon.com>
@sandreim sandreim added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Oct 14, 2020
@sandreim sandreim self-assigned this Oct 14, 2020
@sandreim sandreim changed the title Fix serial memory allocation issue [v0.21.3] Fix serial memory allocation issue Oct 14, 2020
@sandreim sandreim merged commit 98426d9 into firecracker-microvm:fix-v0.21.3 Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting review Indicates that a pull request is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants