From 433f3e79c1ad3ac9ac106b5c494a6e726684797e Mon Sep 17 00:00:00 2001 From: Olivier Valentin Date: Tue, 9 Jan 2024 15:19:39 +0100 Subject: [PATCH] Build fixes for linux 6.7 --- falcosecurity-libs | 2 +- kernel-modules/BLOCKLIST | 2 ++ kernel-modules/MODULE_VERSION | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/falcosecurity-libs b/falcosecurity-libs index 47199072e74..97873228af0 160000 --- a/falcosecurity-libs +++ b/falcosecurity-libs @@ -1 +1 @@ -Subproject commit 47199072e74f39de344f888dc0b59d699c1c22c5 +Subproject commit 97873228af0150d2217646c49be7ae83c1c80434 diff --git a/kernel-modules/BLOCKLIST b/kernel-modules/BLOCKLIST index e2f03e08e21..d722443f1a8 100644 --- a/kernel-modules/BLOCKLIST +++ b/kernel-modules/BLOCKLIST @@ -77,6 +77,8 @@ # ROX-20541 - 6.6 kernel compilation errors 6.6.* 2.6.0 6.6.* 2.7.0 +# 6.7 kernel compilation errors +~6\.[7-9]\.\d+.* ~2\.[6-7]\.\d+(?:-rc\d+)? # Block kernel module builds on all kernels # for module versions newer than 2.4.0 * ~2\.[5-9]\.\d+(?:-rc\d+)? mod diff --git a/kernel-modules/MODULE_VERSION b/kernel-modules/MODULE_VERSION index d518b94ca2d..d56b8a8e701 100644 --- a/kernel-modules/MODULE_VERSION +++ b/kernel-modules/MODULE_VERSION @@ -1 +1 @@ -2.9.0-rc2 +2.9.0-rc3