v0.24.4

firecracker-microvm/firecrackerv0.24.4May 25, 2021by alindima

AI Summary

This release resolves a race condition that could cause segmentation faults during VCPU initialization and ensures SSBD mitigation is correctly enabled on aarch64 architectures.

Key Highlights

  • Fixed race between vcpu initialization and emulation thread
  • Fixed SSBD mitigation not being enabled on aarch64

Full Release Notes

### Fixed

- Fixed race between vcpu initialization and emulation thread which could
  potentially lead to segmentation faults.
- Fixed the SSBD mitigation not being enabled on `aarch64` with the provided
  `prod-host-setup.md`, by force-enabling it.