[PATCH for-4.21 0/2] Prepare RC1

Andrew Cooper posted 2 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20251006200840.2171113-1-andrew.cooper3@citrix.com
Config.mk    |  2 +-
README       | 10 +++++-----
SUPPORT.md   |  2 +-
xen/Makefile |  2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
[PATCH for-4.21 0/2] Prepare RC1
Posted by Andrew Cooper 3 weeks, 2 days ago
Andrew Cooper (2):
  Config.mk: Pin QEMU_UPSTREAM_REVISION
  Update Xen version to 4.21.0-rc1

 Config.mk    |  2 +-
 README       | 10 +++++-----
 SUPPORT.md   |  2 +-
 xen/Makefile |  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)


base-commit: acaecf31ea1d566a20b5ee9c0f1f3cb4ee0ec9c2
-- 
2.39.5
Re: [PATCH for-4.21 0/2] Prepare RC1
Posted by Oleksii Kurochko 3 weeks, 2 days ago
On 10/6/25 10:08 PM, Andrew Cooper wrote:
> Andrew Cooper (2):
>    Config.mk: Pin QEMU_UPSTREAM_REVISION
>    Update Xen version to 4.21.0-rc1
>
>   Config.mk    |  2 +-
>   README       | 10 +++++-----
>   SUPPORT.md   |  2 +-
>   xen/Makefile |  2 +-
>   4 files changed, 8 insertions(+), 8 deletions(-)
>
>
> base-commit: acaecf31ea1d566a20b5ee9c0f1f3cb4ee0ec9c2

Release-Acked-By: Oleksii Kurochko<oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii
Re: [PATCH for-4.21 0/2] Prepare RC1
Posted by Roger Pau Monné 3 weeks, 2 days ago
On Mon, Oct 06, 2025 at 09:08:38PM +0100, Andrew Cooper wrote:
> Andrew Cooper (2):
>   Config.mk: Pin QEMU_UPSTREAM_REVISION
>   Update Xen version to 4.21.0-rc1

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

I've got one comment in patch 2, as it has a slight difference from
the previous switch to RC versioning.

Thanks, Roger.