From 0d1dcb5cfbfec15ac7e3f43c7ac37f5f7b24d13d Mon Sep 17 00:00:00 2001 From: Daniel Zatovic Date: Tue, 13 May 2025 17:31:43 +0200 Subject: [PATCH] changelog: add enttries (NVIDIA sysext and OOT signing) --- changelog/changes/2025-05-13-nvidia-sysext.md | 2 ++ changelog/changes/2025-05-13-oot-module-signing.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelog/changes/2025-05-13-nvidia-sysext.md create mode 100644 changelog/changes/2025-05-13-oot-module-signing.md diff --git a/changelog/changes/2025-05-13-nvidia-sysext.md b/changelog/changes/2025-05-13-nvidia-sysext.md new file mode 100644 index 0000000000..ad9ad6cee7 --- /dev/null +++ b/changelog/changes/2025-05-13-nvidia-sysext.md @@ -0,0 +1,2 @@ +- Compile OS-dependent NVIDIA kernel module sysexts signed for secure boot. ([scripts#2798](https://github.com/flatcar/scripts/pull/2798/)) +- Allow per-sysext USE flags and architecture-specific sysexts. ([scripts#2798](https://github.com/flatcar/scripts/pull/2798/)) diff --git a/changelog/changes/2025-05-13-oot-module-signing.md b/changelog/changes/2025-05-13-oot-module-signing.md new file mode 100644 index 0000000000..8bf9df80e0 --- /dev/null +++ b/changelog/changes/2025-05-13-oot-module-signing.md @@ -0,0 +1 @@ +- Sign out-of-tree kernel modules using the ephemeral signing key so that ZFS and NVIDIA sysexts can work with secure boot. ([scripts#2636](https://github.com/flatcar/scripts/pull/2636/))