Skip to content

Firecracker v0.24.4

Compare
Choose a tag to compare
@alindima alindima released this 25 May 15:33
· 4439 commits to main since this release

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.