* [PATCH for-4.22 0/2] Final prep
@ 2026-07-29 16:15 Andrew Cooper
2026-07-29 16:15 ` [PATCH 1/2] CHANGELOG: Set release date for 4.22 Andrew Cooper
` (3 more replies)
0 siblings, 4 replies; 11+ messages in thread
From: Andrew Cooper @ 2026-07-29 16:15 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Roger Pau Monné, Stefano Stabellini,
Oleksii Kurochko
Andrew Cooper (2):
CHANGELOG: Set release date for 4.22
SUPPOT: Define support lifetime
CHANGELOG.md | 2 +-
SUPPORT.md | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
base-commit: bdc4bf3b562470bfbbf770c87fb499198f2c4098
--
2.39.5
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/2] CHANGELOG: Set release date for 4.22
2026-07-29 16:15 [PATCH for-4.22 0/2] Final prep Andrew Cooper
@ 2026-07-29 16:15 ` Andrew Cooper
2026-07-29 18:42 ` Oleksii Kurochko
2026-07-29 16:15 ` [PATCH 2/2] SUPPOT: Define support lifetime Andrew Cooper
` (2 subsequent siblings)
3 siblings, 1 reply; 11+ messages in thread
From: Andrew Cooper @ 2026-07-29 16:15 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Roger Pau Monné, Stefano Stabellini,
Oleksii Kurochko
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger@xenproject.org>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
For staging and backport into 4.22
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1435855615ae..6f879c97962d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ Notable changes to Xen will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
-## [4.22.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
+## [4.22.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - 2026-07-30
### Changed
- Users of XEN_DOMCTL_createdomain/xc_domain_create() must now pass DOMID_ANY
--
2.39.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 2/2] SUPPOT: Define support lifetime
2026-07-29 16:15 [PATCH for-4.22 0/2] Final prep Andrew Cooper
2026-07-29 16:15 ` [PATCH 1/2] CHANGELOG: Set release date for 4.22 Andrew Cooper
@ 2026-07-29 16:15 ` Andrew Cooper
2026-07-29 16:25 ` Roger Pau Monné
2026-07-29 18:41 ` Oleksii Kurochko
2026-07-29 16:25 ` [PATCH for-4.22 0/2] Final prep Roger Pau Monné
2026-07-29 18:22 ` Roger Pau Monné
3 siblings, 2 replies; 11+ messages in thread
From: Andrew Cooper @ 2026-07-29 16:15 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Roger Pau Monné, Stefano Stabellini,
Oleksii Kurochko
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger@xenproject.org>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
For 4.22 only.
---
SUPPORT.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/SUPPORT.md b/SUPPORT.md
index 7c42de4c1602..b945fc83afde 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -9,13 +9,13 @@ for the definitions of the support status levels etc.
# Release Support
- Xen-Version: 4.22-rc
- Initial-Release: n/a
- Supported-Until: TBD
- Security-Support-Until: Unreleased - not yet security-supported
+ Xen-Version: 4.22
+ Initial-Release: 2026-07-30
+ Supported-Until: 2029-07-30
+ Security-Support-Until: 2031-07-30
Release Notes
-: <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a>
+: <a href="https://wiki.xenproject.org/wiki/Xen_Project_4.22_Release_Notes">RN</a>
# Feature Support
--
2.39.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] SUPPOT: Define support lifetime
2026-07-29 16:15 ` [PATCH 2/2] SUPPOT: Define support lifetime Andrew Cooper
@ 2026-07-29 16:25 ` Roger Pau Monné
2026-07-29 16:30 ` Andrew Cooper
2026-07-29 18:39 ` Oleksii Kurochko
2026-07-29 18:41 ` Oleksii Kurochko
1 sibling, 2 replies; 11+ messages in thread
From: Roger Pau Monné @ 2026-07-29 16:25 UTC (permalink / raw)
To: Oleksii Kurochko, Cody Zuschlag
Cc: Xen-devel, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Stefano Stabellini, Oleksii Kurochko, Andrew Cooper
On Wed, Jul 29, 2026 at 05:15:29PM +0100, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Michal Orzel <michal.orzel@amd.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Julien Grall <julien@xen.org>
> CC: Roger Pau Monné <roger@xenproject.org>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>
> For 4.22 only.
> ---
> SUPPORT.md | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 7c42de4c1602..b945fc83afde 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -9,13 +9,13 @@ for the definitions of the support status levels etc.
>
> # Release Support
>
> - Xen-Version: 4.22-rc
> - Initial-Release: n/a
> - Supported-Until: TBD
> - Security-Support-Until: Unreleased - not yet security-supported
> + Xen-Version: 4.22
> + Initial-Release: 2026-07-30
> + Supported-Until: 2029-07-30
> + Security-Support-Until: 2031-07-30
>
> Release Notes
> -: <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a>
> +: <a href="https://wiki.xenproject.org/wiki/Xen_Project_4.22_Release_Notes">RN</a>
Will this wiki page get created? It's still not there, and given we
are moving out of wiki usage, we might want to put the release notes
somewhere else?
This is likely for Cody/oleksii to decide, since I assume they are the
ones that create the wiki page.
Thanks, Roger.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.22 0/2] Final prep
2026-07-29 16:15 [PATCH for-4.22 0/2] Final prep Andrew Cooper
2026-07-29 16:15 ` [PATCH 1/2] CHANGELOG: Set release date for 4.22 Andrew Cooper
2026-07-29 16:15 ` [PATCH 2/2] SUPPOT: Define support lifetime Andrew Cooper
@ 2026-07-29 16:25 ` Roger Pau Monné
2026-07-29 16:30 ` Andrew Cooper
2026-07-29 18:22 ` Roger Pau Monné
3 siblings, 1 reply; 11+ messages in thread
From: Roger Pau Monné @ 2026-07-29 16:25 UTC (permalink / raw)
To: Andrew Cooper
Cc: Xen-devel, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Stefano Stabellini, Oleksii Kurochko
On Wed, Jul 29, 2026 at 05:15:27PM +0100, Andrew Cooper wrote:
> Andrew Cooper (2):
> CHANGELOG: Set release date for 4.22
> SUPPOT: Define support lifetime
^ SUPPORT
Otherwise:
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Thanks, Roger.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] SUPPOT: Define support lifetime
2026-07-29 16:25 ` Roger Pau Monné
@ 2026-07-29 16:30 ` Andrew Cooper
2026-07-29 18:39 ` Oleksii Kurochko
1 sibling, 0 replies; 11+ messages in thread
From: Andrew Cooper @ 2026-07-29 16:30 UTC (permalink / raw)
To: Roger Pau Monné, Oleksii Kurochko, Cody Zuschlag
Cc: Andrew Cooper, Xen-devel, Anthony PERARD, Michal Orzel,
Jan Beulich, Julien Grall, Stefano Stabellini
On 29/07/2026 5:25 pm, Roger Pau Monné wrote:
> On Wed, Jul 29, 2026 at 05:15:29PM +0100, Andrew Cooper wrote:
>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
>> ---
>> CC: Anthony PERARD <anthony.perard@vates.tech>
>> CC: Michal Orzel <michal.orzel@amd.com>
>> CC: Jan Beulich <jbeulich@suse.com>
>> CC: Julien Grall <julien@xen.org>
>> CC: Roger Pau Monné <roger@xenproject.org>
>> CC: Stefano Stabellini <sstabellini@kernel.org>
>> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>>
>> For 4.22 only.
>> ---
>> SUPPORT.md | 10 +++++-----
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/SUPPORT.md b/SUPPORT.md
>> index 7c42de4c1602..b945fc83afde 100644
>> --- a/SUPPORT.md
>> +++ b/SUPPORT.md
>> @@ -9,13 +9,13 @@ for the definitions of the support status levels etc.
>>
>> # Release Support
>>
>> - Xen-Version: 4.22-rc
>> - Initial-Release: n/a
>> - Supported-Until: TBD
>> - Security-Support-Until: Unreleased - not yet security-supported
>> + Xen-Version: 4.22
>> + Initial-Release: 2026-07-30
>> + Supported-Until: 2029-07-30
>> + Security-Support-Until: 2031-07-30
>>
>> Release Notes
>> -: <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a>
>> +: <a href="https://wiki.xenproject.org/wiki/Xen_Project_4.22_Release_Notes">RN</a>
> Will this wiki page get created? It's still not there, and given we
> are moving out of wiki usage, we might want to put the release notes
> somewhere else?
>
> This is likely for Cody/oleksii to decide, since I assume they are the
> ones that create the wiki page.
Yeah, we need to find an alternative here. OTOH, the rendered version
of support.md is so hard to find I'm fairly confident it has 0 users,
hence repeating what we've done in the past.
Also I typo'd SUPPORT in the subject. Fixed locally.
~Andrew
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.22 0/2] Final prep
2026-07-29 16:25 ` [PATCH for-4.22 0/2] Final prep Roger Pau Monné
@ 2026-07-29 16:30 ` Andrew Cooper
0 siblings, 0 replies; 11+ messages in thread
From: Andrew Cooper @ 2026-07-29 16:30 UTC (permalink / raw)
To: Roger Pau Monné
Cc: Andrew Cooper, Xen-devel, Anthony PERARD, Michal Orzel,
Jan Beulich, Julien Grall, Stefano Stabellini, Oleksii Kurochko
On 29/07/2026 5:25 pm, Roger Pau Monné wrote:
> On Wed, Jul 29, 2026 at 05:15:27PM +0100, Andrew Cooper wrote:
>> Andrew Cooper (2):
>> CHANGELOG: Set release date for 4.22
>> SUPPOT: Define support lifetime
> ^ SUPPORT
Yes. I noticed just as sending, and fixed locally.
>
> Otherwise:
>
> Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Thanks.
~Andrew
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.22 0/2] Final prep
2026-07-29 16:15 [PATCH for-4.22 0/2] Final prep Andrew Cooper
` (2 preceding siblings ...)
2026-07-29 16:25 ` [PATCH for-4.22 0/2] Final prep Roger Pau Monné
@ 2026-07-29 18:22 ` Roger Pau Monné
3 siblings, 0 replies; 11+ messages in thread
From: Roger Pau Monné @ 2026-07-29 18:22 UTC (permalink / raw)
To: Andrew Cooper
Cc: Xen-devel, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Stefano Stabellini, Oleksii Kurochko
On Wed, Jul 29, 2026 at 05:15:27PM +0100, Andrew Cooper wrote:
> Andrew Cooper (2):
> CHANGELOG: Set release date for 4.22
> SUPPOT: Define support lifetime
>
> CHANGELOG.md | 2 +-
> SUPPORT.md | 10 +++++-----
> 2 files changed, 6 insertions(+), 6 deletions(-)
Acked-by: Roger Pau Monné <roger@xenproject.org>
Thanks, Roger.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] SUPPOT: Define support lifetime
2026-07-29 16:25 ` Roger Pau Monné
2026-07-29 16:30 ` Andrew Cooper
@ 2026-07-29 18:39 ` Oleksii Kurochko
1 sibling, 0 replies; 11+ messages in thread
From: Oleksii Kurochko @ 2026-07-29 18:39 UTC (permalink / raw)
To: Roger Pau Monné, Cody Zuschlag
Cc: Xen-devel, Anthony PERARD, Michal Orzel, Jan Beulich,
Julien Grall, Stefano Stabellini, Andrew Cooper
On 7/29/26 6:25 PM, Roger Pau Monné wrote:
> On Wed, Jul 29, 2026 at 05:15:29PM +0100, Andrew Cooper wrote:
>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
>> ---
>> CC: Anthony PERARD <anthony.perard@vates.tech>
>> CC: Michal Orzel <michal.orzel@amd.com>
>> CC: Jan Beulich <jbeulich@suse.com>
>> CC: Julien Grall <julien@xen.org>
>> CC: Roger Pau Monné <roger@xenproject.org>
>> CC: Stefano Stabellini <sstabellini@kernel.org>
>> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>>
>> For 4.22 only.
>> ---
>> SUPPORT.md | 10 +++++-----
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/SUPPORT.md b/SUPPORT.md
>> index 7c42de4c1602..b945fc83afde 100644
>> --- a/SUPPORT.md
>> +++ b/SUPPORT.md
>> @@ -9,13 +9,13 @@ for the definitions of the support status levels etc.
>>
>> # Release Support
>>
>> - Xen-Version: 4.22-rc
>> - Initial-Release: n/a
>> - Supported-Until: TBD
>> - Security-Support-Until: Unreleased - not yet security-supported
>> + Xen-Version: 4.22
>> + Initial-Release: 2026-07-30
>> + Supported-Until: 2029-07-30
>> + Security-Support-Until: 2031-07-30
>>
>> Release Notes
>> -: <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a>
>> +: <a href="https://wiki.xenproject.org/wiki/Xen_Project_4.22_Release_Notes">RN</a>
>
> Will this wiki page get created?
I planed to create for this one release the page tomorrow morning.
It's still not there, and given we
> are moving out of wiki usage, we might want to put the release notes
> somewhere else?
If it was such decision then lets do it for the last time and decide
where to put release notes for the next release separately.
>
> This is likely for Cody/oleksii to decide, since I assume they are the
> ones that create the wiki page.
I created this page before as it was metnioned here in SUPPORT.md so I
thought that it should be created.
Thanks.
~ Oleksii
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] SUPPOT: Define support lifetime
2026-07-29 16:15 ` [PATCH 2/2] SUPPOT: Define support lifetime Andrew Cooper
2026-07-29 16:25 ` Roger Pau Monné
@ 2026-07-29 18:41 ` Oleksii Kurochko
1 sibling, 0 replies; 11+ messages in thread
From: Oleksii Kurochko @ 2026-07-29 18:41 UTC (permalink / raw)
To: Andrew Cooper, Xen-devel
Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
Roger Pau Monné, Stefano Stabellini
On 7/29/26 6:15 PM, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Michal Orzel <michal.orzel@amd.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Julien Grall <julien@xen.org>
> CC: Roger Pau Monné <roger@xenproject.org>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>
> For 4.22 only.
> ---
> SUPPORT.md | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 7c42de4c1602..b945fc83afde 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -9,13 +9,13 @@ for the definitions of the support status levels etc.
>
> # Release Support
>
> - Xen-Version: 4.22-rc
> - Initial-Release: n/a
> - Supported-Until: TBD
> - Security-Support-Until: Unreleased - not yet security-supported
> + Xen-Version: 4.22
> + Initial-Release: 2026-07-30
> + Supported-Until: 2029-07-30
> + Security-Support-Until: 2031-07-30
>
> Release Notes
> -: <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a>
> +: <a href="https://wiki.xenproject.org/wiki/Xen_Project_4.22_Release_Notes">RN</a>
>
> # Feature Support
>
With fixing commit message s/SUPPOT/SUPPORT:
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Thanks.
~ Oleksii
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] CHANGELOG: Set release date for 4.22
2026-07-29 16:15 ` [PATCH 1/2] CHANGELOG: Set release date for 4.22 Andrew Cooper
@ 2026-07-29 18:42 ` Oleksii Kurochko
0 siblings, 0 replies; 11+ messages in thread
From: Oleksii Kurochko @ 2026-07-29 18:42 UTC (permalink / raw)
To: Andrew Cooper, Xen-devel
Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
Roger Pau Monné, Stefano Stabellini
On 7/29/26 6:15 PM, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Michal Orzel <michal.orzel@amd.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Julien Grall <julien@xen.org>
> CC: Roger Pau Monné <roger@xenproject.org>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>
> For staging and backport into 4.22
> ---
> CHANGELOG.md | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 1435855615ae..6f879c97962d 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -4,7 +4,7 @@ Notable changes to Xen will be documented in this file.
>
> The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>
> -## [4.22.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
> +## [4.22.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - 2026-07-30
>
> ### Changed
> - Users of XEN_DOMCTL_createdomain/xc_domain_create() must now pass DOMID_ANY
Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
(if it still makes sense considering that it is already in staging)
Thanks.
~ Oleksii
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2026-07-29 18:42 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29 16:15 [PATCH for-4.22 0/2] Final prep Andrew Cooper
2026-07-29 16:15 ` [PATCH 1/2] CHANGELOG: Set release date for 4.22 Andrew Cooper
2026-07-29 18:42 ` Oleksii Kurochko
2026-07-29 16:15 ` [PATCH 2/2] SUPPOT: Define support lifetime Andrew Cooper
2026-07-29 16:25 ` Roger Pau Monné
2026-07-29 16:30 ` Andrew Cooper
2026-07-29 18:39 ` Oleksii Kurochko
2026-07-29 18:41 ` Oleksii Kurochko
2026-07-29 16:25 ` [PATCH for-4.22 0/2] Final prep Roger Pau Monné
2026-07-29 16:30 ` Andrew Cooper
2026-07-29 18:22 ` Roger Pau Monné
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.