diff options
author | Brian Behlendorf <[email protected]> | 2019-12-23 14:24:36 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-23 14:24:36 -0800 |
commit | c587b2c7d8d2f6d127fe4266eef017ab7d8b8972 (patch) | |
tree | 29507c53ee8408d482a7f47022fcdd5d2046ff7e | |
parent | 54aefa6abf1bafc2fca2cfce8565c7435bde8e97 (diff) |
Update maximum kernel version to 5.4
Increase the maximum supported kernel version to 5.4. This was
verified using the Fedora 5.4.2-300.fc31.x86_64 kernel.
Reviewed-by: Kjeld Schouten <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #9754
Closes #9759
-rw-r--r-- | META | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ Release: 1 Release-Tags: relext License: CDDL Author: OpenZFS on Linux -Linux-Maximum: 5.1 +Linux-Maximum: 5.4 Linux-Minimum: 3.10 |