Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1231749 > unrolled thread
| Started by | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2015-09-23 23:50 +0200 |
| Last post | 2015-09-24 01:20 +0200 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
[website PATCH] 4.1 is a longterm kernel. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-23 23:50 +0200
[website PATCH v3] 4.1 is a longterm kernel. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-24 01:20 +0200
Re: [website PATCH v3] 4.1 is a longterm kernel. Konstantin Ryabitsev <mricon@kernel.org> - 2015-09-24 02:20 +0200
[website PATCH v2] 4.1 is a longterm kernel. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-24 01:20 +0200
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-09-23 23:50 +0200 |
| Subject | [website PATCH] 4.1 is a longterm kernel. |
| Message-ID | <qc05k-8cx-17@gated-at.bofh.it> |
I'll be maintaining 4.1 for the next two years, proving that after a
decade of doing stable kernels, I still do not know any better.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
content/releases.rst | 1 +
pelicanconf.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/releases.rst b/content/releases.rst
index b0dd13311c92..8427db9e479b 100644
--- a/content/releases.rst
+++ b/content/releases.rst
@@ -40,6 +40,7 @@ Longterm
======== ==================== ============ ==================
Version Maintainer Released Projected EOL
======== ==================== ============ ==================
+ 4.1 Greg Kroah-Hartman 2014-08-30 Sep, 2017
3.18 Sasha Levin 2014-12-07 Jan, 2017
3.14 Greg Kroah-Hartman 2014-03-30 Aug, 2016
3.12 Jiri Slaby 2013-11-03 2016
diff --git a/pelicanconf.py b/pelicanconf.py
index f0ca020f531b..0bebac28bab3 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -24,7 +24,7 @@ import sys
sys.path.append('./')
from plugins import releases
-LONGTERM_KERNELS = ('3.18', '3.14', '3.12', '3.10', '3.4', '3.2', '2.6.34', '2.6.32')
+LONGTERM_KERNELS = ('4.1', '3.18', '3.14', '3.12', '3.10', '3.4', '3.2', '2.6.34', '2.6.32')
EOL_KERNELS = ('2.6.34', '3.0', '3.7', '3.8', '3.9', '3.11', '3.13', '3.15', '3.16', '3.17', '3.19', '4.0')
GIT_MAINLINE = '/mnt/git-repos/repos/pub/scm/linux/kernel/git/torvalds/linux.git'
--
2.5.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-09-24 01:20 +0200 |
| Subject | [website PATCH v3] 4.1 is a longterm kernel. |
| Message-ID | <qc1up-245-5@gated-at.bofh.it> |
| In reply to | #1231749 |
I'll be maintaining 4.1 for the next two years, proving that after a
decade of doing stable kernels, I still do not know any better.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
v3 - use the 4.1 release date, not 4.2, thanks rmk.
v2 - 4.1 was released in 2015, not 2014, thanks to kees for pointing
that out.
diff --git a/content/releases.rst b/content/releases.rst
index b0dd13311c92..672ae51a5f72 100644
--- a/content/releases.rst
+++ b/content/releases.rst
@@ -40,6 +40,7 @@ Longterm
======== ==================== ============ ==================
Version Maintainer Released Projected EOL
======== ==================== ============ ==================
+ 4.1 Greg Kroah-Hartman 2015-06-21 Sep, 2017
3.18 Sasha Levin 2014-12-07 Jan, 2017
3.14 Greg Kroah-Hartman 2014-03-30 Aug, 2016
3.12 Jiri Slaby 2013-11-03 2016
diff --git a/pelicanconf.py b/pelicanconf.py
index f0ca020f531b..0bebac28bab3 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -24,7 +24,7 @@ import sys
sys.path.append('./')
from plugins import releases
-LONGTERM_KERNELS = ('3.18', '3.14', '3.12', '3.10', '3.4', '3.2', '2.6.34', '2.6.32')
+LONGTERM_KERNELS = ('4.1', '3.18', '3.14', '3.12', '3.10', '3.4', '3.2', '2.6.34', '2.6.32')
EOL_KERNELS = ('2.6.34', '3.0', '3.7', '3.8', '3.9', '3.11', '3.13', '3.15', '3.16', '3.17', '3.19', '4.0')
GIT_MAINLINE = '/mnt/git-repos/repos/pub/scm/linux/kernel/git/torvalds/linux.git'
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Konstantin Ryabitsev <mricon@kernel.org> |
|---|---|
| Date | 2015-09-24 02:20 +0200 |
| Subject | Re: [website PATCH v3] 4.1 is a longterm kernel. |
| Message-ID | <qc2qt-3ps-1@gated-at.bofh.it> |
| In reply to | #1231778 |
On 23/09/15 07:14 PM, Greg Kroah-Hartman wrote: > I'll be maintaining 4.1 for the next two years, proving that after a > decade of doing stable kernels, I still do not know any better. > > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> v3 applied and live. Good luck! Best, -- Konstantin Ryabitsev Linux Foundation Collab Projects Montréal, Québec -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-09-24 01:20 +0200 |
| Subject | [website PATCH v2] 4.1 is a longterm kernel. |
| Message-ID | <qc1up-245-7@gated-at.bofh.it> |
| In reply to | #1231749 |
I'll be maintaining 4.1 for the next two years, proving that after a
decade of doing stable kernels, I still do not know any better.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
v2 - 4.1 was released in 2015, not 2014, thanks to kees for pointing
that out.
diff --git a/content/releases.rst b/content/releases.rst
index b0dd13311c92..be33e9289cb1 100644
--- a/content/releases.rst
+++ b/content/releases.rst
@@ -40,6 +40,7 @@ Longterm
======== ==================== ============ ==================
Version Maintainer Released Projected EOL
======== ==================== ============ ==================
+ 4.1 Greg Kroah-Hartman 2015-08-30 Sep, 2017
3.18 Sasha Levin 2014-12-07 Jan, 2017
3.14 Greg Kroah-Hartman 2014-03-30 Aug, 2016
3.12 Jiri Slaby 2013-11-03 2016
diff --git a/pelicanconf.py b/pelicanconf.py
index f0ca020f531b..0bebac28bab3 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -24,7 +24,7 @@ import sys
sys.path.append('./')
from plugins import releases
-LONGTERM_KERNELS = ('3.18', '3.14', '3.12', '3.10', '3.4', '3.2', '2.6.34', '2.6.32')
+LONGTERM_KERNELS = ('4.1', '3.18', '3.14', '3.12', '3.10', '3.4', '3.2', '2.6.34', '2.6.32')
EOL_KERNELS = ('2.6.34', '3.0', '3.7', '3.8', '3.9', '3.11', '3.13', '3.15', '3.16', '3.17', '3.19', '4.0')
GIT_MAINLINE = '/mnt/git-repos/repos/pub/scm/linux/kernel/git/torvalds/linux.git'
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web