From f26e8db26901f6a308e763ffb63d1161809f0a18 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Tue, 31 Oct 2023 10:20:07 +0100 Subject: [PATCH] update changelog --- .github/RELEASE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/RELEASE.md b/.github/RELEASE.md index 5da044f0..42db7996 100644 --- a/.github/RELEASE.md +++ b/.github/RELEASE.md @@ -14,13 +14,16 @@ - Security fixes (#215, #217) - Switch QEMU revision pinning to a tag instead of a branch (#214) - `kafl.targets`: simplify linux kernel tutorial and use predefined load path for kAFL configuration ([`kafl.targets#23`](https://github.com/IntelLabs/kafl.targets/pull/23)) -- examples role: fix shell used to unpacking GPG key (#233) -- examples role: install missing qemu-system-x86 package (#234) +- examples role + - fix shell used to unpacking GPG key (#233) + - install missing qemu-system-x86 package (#234) + - disable cloning submodules (#256) - libxdc/QEMU: fix regression observed with the 6.0 Nyx kernel (#253) - CI: upgrade docs workflow to Python 3.9 (#255) # 📖 Documentation +- Add new Linux tutorial based on DVKM (*Damn Vulnerable Kernel Module*) (#250) - Misc fixes (#213) - Linux kernel tutorial: use implicit IP filters from snapshot metadata: (https://intellabs.github.io/kAFL/reference/hypercall_api.html#range-submit) (#216) - Fix `DUMP_FILE` hypercall argument (#254) (Thanks @sangjun !)