* [PATCH 0/2] 4.22 RC1
@ 2026-06-01 15:27 Andrew Cooper
2026-06-01 15:27 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
2026-06-01 15:27 ` [PATCH 2/2] Update Xen version to 4.22.0-rc1 Andrew Cooper
0 siblings, 2 replies; 5+ messages in thread
From: Andrew Cooper @ 2026-06-01 15:27 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):
Config.mk: Pin QEMU_UPSTREAM_REVISION
Update Xen version to 4.22.0-rc1
Config.mk | 2 +-
README | 10 +++++-----
SUPPORT.md | 2 +-
xen/Makefile | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
base-commit: d38a353eaceddc97ee41d4cce30ed44fc2044a42
--
2.39.5
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION
2026-06-01 15:27 [PATCH 0/2] 4.22 RC1 Andrew Cooper
@ 2026-06-01 15:27 ` Andrew Cooper
2026-06-01 15:43 ` Oleksii Kurochko
2026-06-01 15:27 ` [PATCH 2/2] Update Xen version to 4.22.0-rc1 Andrew Cooper
1 sibling, 1 reply; 5+ messages in thread
From: Andrew Cooper @ 2026-06-01 15:27 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.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Config.mk b/Config.mk
index b3d48e49c70a..86a4999246d1 100644
--- a/Config.mk
+++ b/Config.mk
@@ -214,7 +214,7 @@ OVMF_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/ovmf.git
OVMF_UPSTREAM_REVISION ?= ba91d0292e593df8528b66f99c1b0b14fadc8e16
QEMU_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/qemu-xen.git
-QEMU_UPSTREAM_REVISION ?= master
+QEMU_UPSTREAM_REVISION ?= e064f42c80be6f6ff8c12dcb2a663bdf70f965f6
MINIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/mini-os.git
MINIOS_UPSTREAM_REVISION ?= b6f79f5f44cf69044079c042b88fe9d75367642e
--
2.39.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION
2026-06-01 15:27 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
@ 2026-06-01 15:43 ` Oleksii Kurochko
0 siblings, 0 replies; 5+ messages in thread
From: Oleksii Kurochko @ 2026-06-01 15:43 UTC (permalink / raw)
To: Andrew Cooper, Xen-devel
Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
Roger Pau Monné, Stefano Stabellini
On 6/1/26 5:27 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.pau@citrix.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> ---
> Config.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Config.mk b/Config.mk
> index b3d48e49c70a..86a4999246d1 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -214,7 +214,7 @@ OVMF_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/ovmf.git
> OVMF_UPSTREAM_REVISION ?= ba91d0292e593df8528b66f99c1b0b14fadc8e16
>
> QEMU_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/qemu-xen.git
> -QEMU_UPSTREAM_REVISION ?= master
> +QEMU_UPSTREAM_REVISION ?= e064f42c80be6f6ff8c12dcb2a663bdf70f965f6
>
> MINIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/mini-os.git
> MINIOS_UPSTREAM_REVISION ?= b6f79f5f44cf69044079c042b88fe9d75367642e
LGTM:
Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Thanks.
~ Oleksii
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2/2] Update Xen version to 4.22.0-rc1
2026-06-01 15:27 [PATCH 0/2] 4.22 RC1 Andrew Cooper
2026-06-01 15:27 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
@ 2026-06-01 15:27 ` Andrew Cooper
2026-06-01 15:44 ` Oleksii Kurochko
1 sibling, 1 reply; 5+ messages in thread
From: Andrew Cooper @ 2026-06-01 15:27 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.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
README | 10 +++++-----
SUPPORT.md | 2 +-
xen/Makefile | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README b/README
index 889a4ea906d6..3dcc00c4a4ad 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
############################################################
-__ __ _ _ _
-\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___
- \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
- / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/
-/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
+__ __ _ _ ____ ____
+\ \/ /___ _ __ | || | |___ \|___ \ _ __ ___
+ \ // _ \ '_ \ | || |_ __) | __) |__| '__/ __|
+ / \ __/ | | | |__ _| / __/ / __/|__| | | (__
+/_/\_\___|_| |_| |_|(_)_____|_____| |_| \___|
############################################################
diff --git a/SUPPORT.md b/SUPPORT.md
index 8e7ab7cb3ec8..abc7beac5b55 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
# Release Support
- Xen-Version: 4.22-unstable
+ Xen-Version: 4.22-rc
Initial-Release: n/a
Supported-Until: TBD
Security-Support-Until: Unreleased - not yet security-supported
diff --git a/xen/Makefile b/xen/Makefile
index a2b442e76d5c..1f11610b5f68 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 22
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version
--
2.39.5
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH 2/2] Update Xen version to 4.22.0-rc1
2026-06-01 15:27 ` [PATCH 2/2] Update Xen version to 4.22.0-rc1 Andrew Cooper
@ 2026-06-01 15:44 ` Oleksii Kurochko
0 siblings, 0 replies; 5+ messages in thread
From: Oleksii Kurochko @ 2026-06-01 15:44 UTC (permalink / raw)
To: Andrew Cooper, Xen-devel
Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
Roger Pau Monné, Stefano Stabellini
On 6/1/26 5:27 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.pau@citrix.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> ---
> README | 10 +++++-----
> SUPPORT.md | 2 +-
> xen/Makefile | 2 +-
> 3 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/README b/README
> index 889a4ea906d6..3dcc00c4a4ad 100644
> --- a/README
> +++ b/README
> @@ -1,9 +1,9 @@
> ############################################################
> -__ __ _ _ _
> -\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___
> - \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
> - / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/
> -/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
> +__ __ _ _ ____ ____
> +\ \/ /___ _ __ | || | |___ \|___ \ _ __ ___
> + \ // _ \ '_ \ | || |_ __) | __) |__| '__/ __|
> + / \ __/ | | | |__ _| / __/ / __/|__| | | (__
> +/_/\_\___|_| |_| |_|(_)_____|_____| |_| \___|
>
> ############################################################
>
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 8e7ab7cb3ec8..abc7beac5b55 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
>
> # Release Support
>
> - Xen-Version: 4.22-unstable
> + Xen-Version: 4.22-rc
> Initial-Release: n/a
> Supported-Until: TBD
> Security-Support-Until: Unreleased - not yet security-supported
> diff --git a/xen/Makefile b/xen/Makefile
> index a2b442e76d5c..1f11610b5f68 100644
> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
> # All other places this is stored (eg. compile.h) should be autogenerated.
> export XEN_VERSION = 4
> export XEN_SUBVERSION = 22
> -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
> +export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
> export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
> -include xen-version
>
LGTM:
Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Thanks.
~ Oleksii
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-01 15:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-01 15:27 [PATCH 0/2] 4.22 RC1 Andrew Cooper
2026-06-01 15:27 ` [PATCH 1/2] Config.mk: Pin QEMU_UPSTREAM_REVISION Andrew Cooper
2026-06-01 15:43 ` Oleksii Kurochko
2026-06-01 15:27 ` [PATCH 2/2] Update Xen version to 4.22.0-rc1 Andrew Cooper
2026-06-01 15:44 ` Oleksii Kurochko
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.