summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-07 12:39:23 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-07 12:39:23 +0100
commitf5489d2fbb701bd2cb8e116e575685953238cda2 (patch)
tree302cf8abc41fe4e8d1854f320e1d068dbe848c6f
parent6117b218b2b8d9eaed0c95643360290dbc0c7940 (diff)
downloadwebsite-f5489d2fbb701bd2cb8e116e575685953238cda2.tar.gz
4.9 is finally end-of-life.v2023-01-07-01
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--content/releases.rst1
-rw-r--r--pelicanconf.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/content/releases.rst b/content/releases.rst
index 3cf4611..b5bf26b 100644
--- a/content/releases.rst
+++ b/content/releases.rst
@@ -45,7 +45,6 @@ Longterm
5.4 Greg Kroah-Hartman & Sasha Levin 2019-11-24 Dec, 2025
4.19 Greg Kroah-Hartman & Sasha Levin 2018-10-22 Dec, 2024
4.14 Greg Kroah-Hartman & Sasha Levin 2017-11-12 Jan, 2024
- 4.9 Greg Kroah-Hartman & Sasha Levin 2016-12-11 Jan, 2023
======== ================================ ============ ==================
Distribution kernels
diff --git a/pelicanconf.py b/pelicanconf.py
index 0dd7e3f..95c87d1 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -31,7 +31,7 @@ from plugins import releases
LONGTERM_KERNELS = ('5.15', '5.10', '5.4', '4.19', '4.14', '4.9', '4.4', '4.1', '3.18', '3.10', '3.2')
EOL_KERNELS = ('3.2', '3.4', '3.10', '3.12', '3.14', '3.16', '3.18', '3.19',
'4.0', '4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8',
- '4.10', '4.11', '4.12', '4.13', '4.15', '4.16', '4.17',
+ '4.9', '4.10', '4.11', '4.12', '4.13', '4.15', '4.16', '4.17',
'4.18', '4.20', '5.0', '5.1', '5.2', '5.3', '5.5', '5.6',
'5.7', '5.8', '5.9', '5.11', '5.12', '5.13', '5.14', '5.16',
'5.17', '5.18', '5.19')