diff options
author | Rob Norris <[email protected]> | 2024-08-02 22:33:17 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-09-18 11:23:29 -0700 |
commit | 2b069768aba11c9cfc2072d86ca09a18f59de270 (patch) | |
tree | 55f41d297ac073f3777ab3280ae212fc8f1660f9 /META | |
parent | 29c9e6c3241f2508ad997e78eb82b00335822fcf (diff) |
META: set Linux minimum version to 4.18
This sets RHEL8's base kernel[1] as the floor, and includes the oldest
kernel.org LTS (4.19).
1. https://access.redhat.com/articles/3078#RHEL8
Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Tino Reichardt <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Closes #16479
Diffstat (limited to 'META')
-rw-r--r-- | META | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ Release-Tags: relext License: CDDL Author: OpenZFS Linux-Maximum: 6.10 -Linux-Minimum: 3.10 +Linux-Minimum: 4.18 |