Skip to content

Commit a35b63e

Browse files
authored
Merge branch 'main' into tests/parametrize_benchmark
2 parents 215af23 + 3fb06e9 commit a35b63e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1228
-4553
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ and this project adheres to
1616
unnecessary fields (`max_connections` and `max_pending_resets`) from the
1717
snapshot format, bumping the snapshot version to 5.0.0. Users need to
1818
regenerate snapshots.
19+
- [#4926](https://github.com/firecracker-microvm/firecracker/pull/4926): Replace
20+
underlying implementation for seccompiler from in house one in favor of
21+
`libseccomp` which produces smaller and more optimized BPF code.
1922

2023
### Deprecated
2124

@@ -28,6 +31,10 @@ and this project adheres to
2831
- [#4916](https://github.com/firecracker-microvm/firecracker/pull/4916): Fixed
2932
`IovDeque` implementation to work with any host page size. This fixes
3033
virtio-net device on non 4K host kernels.
34+
- [#4991](https://github.com/firecracker-microvm/firecracker/pull/4991): Fixed
35+
`mem_size_mib` and `track_dirty_pages` being mandatory for all
36+
`PATCH /machine-config` requests. Now, they can be omitted which leaves these
37+
parts of the machine configuration unchanged.
3138

3239
## [1.10.1]
3340

Cargo.lock

Lines changed: 54 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)