All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.10] SUPPORT.md: Add missing support lifetime information
@ 2018-04-26 10:05 Ian Jackson
  2018-04-26 10:08 ` George Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ian Jackson @ 2018-04-26 10:05 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Lars Kurth, Wei Liu, Ian Jackson, George Dunlap,
	Jan Beulich

Dates are from Lars.

CC: Lars Kurth <lars.kurth@citrix.com>
CC: Juergen Gross <jgross@suse.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: George Dunlap <george.dunlap@citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 SUPPORT.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SUPPORT.md b/SUPPORT.md
index 96002ea..3268270 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -11,8 +11,8 @@ for the definitions of the support status levels etc.
 
     Xen-Version: 4.10
     Initial-Release: 2017-12-13
-    Supported-Until: TBD
-    Security-Support-Until: TBD
+    Supported-Until: 2020-06-12
+    Security-Support-Until: 2021-12-12
 
 # Feature Support
 
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH for-4.10] SUPPORT.md: Add missing support lifetime information
  2018-04-26 10:05 [PATCH for-4.10] SUPPORT.md: Add missing support lifetime information Ian Jackson
@ 2018-04-26 10:08 ` George Dunlap
  2018-04-26 10:33 ` Wei Liu
  2018-04-26 10:35 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: George Dunlap @ 2018-04-26 10:08 UTC (permalink / raw)
  To: Ian Jackson, xen-devel; +Cc: Juergen Gross, Lars Kurth, Wei Liu, Jan Beulich

On 04/26/2018 11:05 AM, Ian Jackson wrote:
> Dates are from Lars.
> 
> CC: Lars Kurth <lars.kurth@citrix.com>
> CC: Juergen Gross <jgross@suse.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: George Dunlap <george.dunlap@citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Reviewed-by: George Dunlap <george.dunlap@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH for-4.10] SUPPORT.md: Add missing support lifetime information
  2018-04-26 10:05 [PATCH for-4.10] SUPPORT.md: Add missing support lifetime information Ian Jackson
  2018-04-26 10:08 ` George Dunlap
@ 2018-04-26 10:33 ` Wei Liu
  2018-04-26 10:35 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: Wei Liu @ 2018-04-26 10:33 UTC (permalink / raw)
  To: Ian Jackson
  Cc: Juergen Gross, Lars Kurth, Wei Liu, George Dunlap, Jan Beulich,
	xen-devel

On Thu, Apr 26, 2018 at 11:05:33AM +0100, Ian Jackson wrote:
> Dates are from Lars.
> 
> CC: Lars Kurth <lars.kurth@citrix.com>
> CC: Juergen Gross <jgross@suse.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: George Dunlap <george.dunlap@citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> ---
>  SUPPORT.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 96002ea..3268270 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -11,8 +11,8 @@ for the definitions of the support status levels etc.
>  
>      Xen-Version: 4.10
>      Initial-Release: 2017-12-13
> -    Supported-Until: TBD
> -    Security-Support-Until: TBD
> +    Supported-Until: 2020-06-12
> +    Security-Support-Until: 2021-12-12

We have 18 months + 18 months support statement, so:

Supported-Until:

$ date --date '2017-12-13 + 18 months' +%F
2019-06-13

Security-Support-Until:

$ date --date '2019-06-13 + 18 months' +%F
2020-12-13

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH for-4.10] SUPPORT.md: Add missing support lifetime information
  2018-04-26 10:05 [PATCH for-4.10] SUPPORT.md: Add missing support lifetime information Ian Jackson
  2018-04-26 10:08 ` George Dunlap
  2018-04-26 10:33 ` Wei Liu
@ 2018-04-26 10:35 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2018-04-26 10:35 UTC (permalink / raw)
  To: Lars Kurth, Ian Jackson; +Cc: Juergen Gross, xen-devel, Wei Liu, george.dunlap

>>> On 26.04.18 at 12:05, <ian.jackson@eu.citrix.com> wrote:
> Dates are from Lars.
> 
> CC: Lars Kurth <lars.kurth@citrix.com>
> CC: Juergen Gross <jgross@suse.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: George Dunlap <george.dunlap@citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> ---
>  SUPPORT.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 96002ea..3268270 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -11,8 +11,8 @@ for the definitions of the support status levels etc.
>  
>      Xen-Version: 4.10
>      Initial-Release: 2017-12-13
> -    Supported-Until: TBD
> -    Security-Support-Until: TBD
> +    Supported-Until: 2020-06-12
> +    Security-Support-Until: 2021-12-12

That's one year too much in both cases, afaict. Unless there was a change
to the 1.5 years / 3 years support policy that I haven't heard of yet.

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-26 10:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 10:05 [PATCH for-4.10] SUPPORT.md: Add missing support lifetime information Ian Jackson
2018-04-26 10:08 ` George Dunlap
2018-04-26 10:33 ` Wei Liu
2018-04-26 10:35 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.