LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] 3.18 is now maintained by Sasha Levin
@ 2015-03-11 13:11 Greg KH
2015-03-11 13:16 ` Konstantin Ryabitsev
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Greg KH @ 2015-03-11 13:11 UTC (permalink / raw)
To: Konstantin Ryabitsev, Sasha Levin; +Cc: linux-kernel, stable
Sasha Levin has the crazy idea to support 3.18 for longer than should be
reasonable, so I'll let him learn the hard way by letting him do it :)
Because of this, we should update the releases.html page on kernel.org
to reflect this insanity.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
diff --git a/content/releases.rst b/content/releases.rst
index c71a33f34f1b..b0dd13311c92 100644
--- a/content/releases.rst
+++ b/content/releases.rst
@@ -40,6 +40,7 @@ Longterm
======== ==================== ============ ==================
Version Maintainer Released Projected EOL
======== ==================== ============ ==================
+ 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
3.10 Greg Kroah-Hartman 2013-06-30 Sep, 2015
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] 3.18 is now maintained by Sasha Levin
2015-03-11 13:11 [PATCH] 3.18 is now maintained by Sasha Levin Greg KH
@ 2015-03-11 13:16 ` Konstantin Ryabitsev
2015-03-11 13:24 ` Greg KH
2015-03-11 13:41 ` Vasiliy Tolstov
2015-03-11 14:08 ` Sasha Levin
2 siblings, 1 reply; 6+ messages in thread
From: Konstantin Ryabitsev @ 2015-03-11 13:16 UTC (permalink / raw)
To: Greg KH, Sasha Levin; +Cc: linux-kernel, stable
On 11/03/15 09:11 AM, Greg KH wrote:
> Sasha Levin has the crazy idea to support 3.18 for longer than should be
> reasonable, so I'll let him learn the hard way by letting him do it :)
>
> Because of this, we should update the releases.html page on kernel.org
> to reflect this insanity.
>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
>
> diff --git a/content/releases.rst b/content/releases.rst
> index c71a33f34f1b..b0dd13311c92 100644
> --- a/content/releases.rst
> +++ b/content/releases.rst
> @@ -40,6 +40,7 @@ Longterm
> ======== ==================== ============ ==================
> Version Maintainer Released Projected EOL
> ======== ==================== ============ ==================
> + 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
> 3.10 Greg Kroah-Hartman 2013-06-30 Sep, 2015
>
Applied, thanks.
https://git.kernel.org/cgit/docs/kernel/website.git/commit/?id=b8b597193b10159204ff09cb9375db2059146233
Best,
--
Konstantin Ryabitsev
Linux Foundation Collab Projects
Montréal, Québec
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] 3.18 is now maintained by Sasha Levin
2015-03-11 13:16 ` Konstantin Ryabitsev
@ 2015-03-11 13:24 ` Greg KH
2015-03-11 13:37 ` Konstantin Ryabitsev
0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2015-03-11 13:24 UTC (permalink / raw)
To: Konstantin Ryabitsev; +Cc: Sasha Levin, linux-kernel, stable
On Wed, Mar 11, 2015 at 09:16:24AM -0400, Konstantin Ryabitsev wrote:
> On 11/03/15 09:11 AM, Greg KH wrote:
> > Sasha Levin has the crazy idea to support 3.18 for longer than should be
> > reasonable, so I'll let him learn the hard way by letting him do it :)
> >
> > Because of this, we should update the releases.html page on kernel.org
> > to reflect this insanity.
> >
> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >
> >
> > diff --git a/content/releases.rst b/content/releases.rst
> > index c71a33f34f1b..b0dd13311c92 100644
> > --- a/content/releases.rst
> > +++ b/content/releases.rst
> > @@ -40,6 +40,7 @@ Longterm
> > ======== ==================== ============ ==================
> > Version Maintainer Released Projected EOL
> > ======== ==================== ============ ==================
> > + 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
> > 3.10 Greg Kroah-Hartman 2013-06-30 Sep, 2015
> >
>
> Applied, thanks.
>
> https://git.kernel.org/cgit/docs/kernel/website.git/commit/?id=b8b597193b10159204ff09cb9375db2059146233
Oops, sorry for missing the change to pelicanconf.py, I'll try to
remember that in 6 months or so when a new longterm kernel is named.
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] 3.18 is now maintained by Sasha Levin
2015-03-11 13:24 ` Greg KH
@ 2015-03-11 13:37 ` Konstantin Ryabitsev
0 siblings, 0 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2015-03-11 13:37 UTC (permalink / raw)
To: Greg KH; +Cc: Sasha Levin, linux-kernel, stable
On 11/03/15 09:24 AM, Greg KH wrote:
> Oops, sorry for missing the change to pelicanconf.py, I'll try to
> remember that in 6 months or so when a new longterm kernel is named.
No worries, I can live with doing it manually once every 6 months. ;)
Best,
--
Konstantin Ryabitsev
Linux Foundation Collab Projects
Montréal, Québec
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] 3.18 is now maintained by Sasha Levin
2015-03-11 13:11 [PATCH] 3.18 is now maintained by Sasha Levin Greg KH
2015-03-11 13:16 ` Konstantin Ryabitsev
@ 2015-03-11 13:41 ` Vasiliy Tolstov
2015-03-11 14:08 ` Sasha Levin
2 siblings, 0 replies; 6+ messages in thread
From: Vasiliy Tolstov @ 2015-03-11 13:41 UTC (permalink / raw)
To: Greg KH; +Cc: Konstantin Ryabitsev, Sasha Levin, linux-kernel, stable
2015-03-11 16:11 GMT+03:00 Greg KH <gregkh@linuxfoundation.org>:
> Sasha Levin has the crazy idea to support 3.18 for longer than should be
> reasonable, so I'll let him learn the hard way by letting him do it :)
>
> Because of this, we should update the releases.html page on kernel.org
> to reflect this insanity.
>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Thanks fine! Thanks Sasha Levin !
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] 3.18 is now maintained by Sasha Levin
2015-03-11 13:11 [PATCH] 3.18 is now maintained by Sasha Levin Greg KH
2015-03-11 13:16 ` Konstantin Ryabitsev
2015-03-11 13:41 ` Vasiliy Tolstov
@ 2015-03-11 14:08 ` Sasha Levin
2 siblings, 0 replies; 6+ messages in thread
From: Sasha Levin @ 2015-03-11 14:08 UTC (permalink / raw)
To: Greg KH, Konstantin Ryabitsev; +Cc: linux-kernel, stable
On 03/11/2015 09:11 AM, Greg KH wrote:
> Sasha Levin has the crazy idea to support 3.18 for longer than should be
> reasonable, so I'll let him learn the hard way by letting him do it :)
>
> Because of this, we should update the releases.html page on kernel.org
> to reflect this insanity.
>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Thanks Greg.
Thanks,
Sasha
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-03-11 14:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 13:11 [PATCH] 3.18 is now maintained by Sasha Levin Greg KH
2015-03-11 13:16 ` Konstantin Ryabitsev
2015-03-11 13:24 ` Greg KH
2015-03-11 13:37 ` Konstantin Ryabitsev
2015-03-11 13:41 ` Vasiliy Tolstov
2015-03-11 14:08 ` Sasha Levin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).