Skip to content

Commit ccb3c8f

Browse files
bchaliospb8o
authored andcommitted
chore: add CHANGELOG entry on support of ARM systems with big caches
#4869 changed the type that holds the number of sets of a CPU cache from `u16` to `u32`. This allows us to support ARM systems with CPU caches with sets more than `u16::MAX`. Add a CHANGELOG entry for this change Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent 5f73d2b commit ccb3c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ and this project adheres to
2323
set, it won't trigger the lockup condition. Calling the ioctl for guests that
2424
don't use kvmclock will fail. These failures are not fatal. We log the failure
2525
and increase the `vcpu.kvmclock_ctrl_fails` metric.
26+
- [#4869](https://github.com/firecracker-microvm/firecracker/pull/4869): Added
27+
support for Aarch64 systems which feature CPU caches with a number of sets
28+
higher than `u16::MAX`.
2629

2730
### Changed
2831

0 commit comments

Comments
 (0)