From 70ad180b0ce5e2d24453fc5158123336f75ddad7 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Fri, 9 Feb 2024 13:54:19 +0000 Subject: [PATCH] bootengine: fix kmod static node creation Update the bootengine commit id to use the fix from: https://github.com/flatcar/bootengine/pull/85 Fixes kubevirt vm creation by ensuring that /dev/vhost-net static node gets created Fixes: https://github.com/flatcar/Flatcar/issues/1336 Signed-off-by: Adrian Vladu --- changelog/bugfixes/2024-02-13-fix-kmod-static-nodes-creation.md | 2 ++ .../coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog/bugfixes/2024-02-13-fix-kmod-static-nodes-creation.md diff --git a/changelog/bugfixes/2024-02-13-fix-kmod-static-nodes-creation.md b/changelog/bugfixes/2024-02-13-fix-kmod-static-nodes-creation.md new file mode 100644 index 0000000000..a6ebc5c4bb --- /dev/null +++ b/changelog/bugfixes/2024-02-13-fix-kmod-static-nodes-creation.md @@ -0,0 +1,2 @@ +- Resolved kmod static nodes creation in bootengine ([bootengine#85](https://github.com/flatcar/bootengine/pull/85)) +- Fixes kubevirt vm creation by ensuring that /dev/vhost-net exists ([Flatcar#1336](https://github.com/flatcar/Flatcar/issues/1336)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild index 906541e227..e9db46d3a5 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - CROS_WORKON_COMMIT="0b32311f0067d6747eed12e8dd858ad4a6986974" # flatcar-master + CROS_WORKON_COMMIT="a85e1977b29dbe8315733dbe1b1ab3ab84d039a2" # flatcar-master KEYWORDS="amd64 arm arm64 x86" fi