From eb07e2f459b22e908261c5b6890294c4eecee445 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Thu, 30 Jan 2025 16:00:40 +0000 Subject: [PATCH] doc: Update Changelog Add entry about the UFFD fix. Signed-off-by: Patrick Roy --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a8e1b2ded..8d5a8d601a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ and this project adheres to - [#4926](https://github.com/firecracker-microvm/firecracker/pull/4926): Replace underlying implementation for seccompiler from in house one in favor of `libseccomp` which produces smaller and more optimized BPF code. +- [#5021](https://github.com/firecracker-microvm/firecracker/pull/5021) Fix UFFD + handlers not receiving removal messages when pages are freed due to balloon + device inflation. ### Deprecated