From cefcc78b3ad1fb77bd4cd971dc7e1e67e3d51d4e Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Fri, 2 Aug 2024 22:33:17 +1000 Subject: [PATCH] META: set Linux minimum version to 4.4 Selected as the most recent CIP SLTS[1] release (and thus still buildable on modern compilers), before 4.18, RHEL8's base kernel[2]. At time of writing, latest is 4.4.302. 1. https://wiki.linuxfoundation.org/civilinfrastructureplatform/start#kernel_maintainership 2. https://access.redhat.com/articles/3078#RHEL8 Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris --- META | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META b/META index 7aac80c541..75d8f49bbf 100644 --- a/META +++ b/META @@ -7,4 +7,4 @@ Release-Tags: relext License: CDDL Author: OpenZFS Linux-Maximum: 6.9 -Linux-Minimum: 3.10 +Linux-Minimum: 4.4