From patchwork Fri Oct 7 09:13:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 13000921 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B6FBAC433F5 for ; Fri, 7 Oct 2022 09:14:04 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.417499.662205 (Exim 4.92) (envelope-from ) id 1ogjQS-0004pG-Ge; Fri, 07 Oct 2022 09:13:48 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 417499.662205; Fri, 07 Oct 2022 09:13:48 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQS-0004p9-Ch; Fri, 07 Oct 2022 09:13:48 +0000 Received: by outflank-mailman (input) for mailman id 417499; Fri, 07 Oct 2022 09:13:47 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQR-0004Zk-2n for xen-devel@lists.xenproject.org; Fri, 07 Oct 2022 09:13:47 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQQ-0005re-Re; Fri, 07 Oct 2022 09:13:46 +0000 Received: from 54-240-197-224.amazon.com ([54.240.197.224] helo=dev-dsk-jgrall-1b-035652ec.eu-west-1.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ogjQQ-0000mx-JU; Fri, 07 Oct 2022 09:13:46 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=kUbx1LNjRCLFRujiYZrTjCoqmIZMshwFrfMaBNx9TDw=; b=BH5PiAE/5iCp3eklKH6vRgDzbp T7vC1nwsnqMqkTWAy4RtVSLLyu4GItJFUYDuc76eTaDuZxkLrDB7+onpx9EEC0EoftM3Uyvi2bQoV Q//WvrYoSzQ/9gk1b/FQ1otrbFj/QGAnq7ewo5mv/JCPosvwocEQkWRDYEyBgknuZKOs=; From: Julien Grall To: xen-devel@lists.xenproject.org Cc: Henry.Wang@arm.com, Julien Grall , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH 1/3] process/release-technician-checklist: Explain how the banner in README is generated Date: Fri, 7 Oct 2022 10:13:39 +0100 Message-Id: <20221007091341.58542-2-julien@xen.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20221007091341.58542-1-julien@xen.org> References: <20221007091341.58542-1-julien@xen.org> MIME-Version: 1.0 From: Julien Grall Signed-off-by: Julien Grall Reviewed-by: Juergen Gross --- docs/process/release-technician-checklist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/process/release-technician-checklist.txt b/docs/process/release-technician-checklist.txt index 7515da202c92..914f31959ab0 100644 --- a/docs/process/release-technician-checklist.txt +++ b/docs/process/release-technician-checklist.txt @@ -49,6 +49,7 @@ t=RELEASE-$r * consider bumping sonames of shlibs * change xen-unstable README (should say "Xen 4.5" in releases and on stable branches, "Xen 4.5-unstable" on unstable) +* The banner is generated using figlet * change xen-unstable Config.mk # QEMU_UPSTREAM_REVISION, # QEMU_TRADITIONAL_REVISION From patchwork Fri Oct 7 09:13:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 13000920 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5A245C433FE for ; Fri, 7 Oct 2022 09:14:03 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.417500.662216 (Exim 4.92) (envelope-from ) id 1ogjQT-000556-PX; Fri, 07 Oct 2022 09:13:49 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 417500.662216; Fri, 07 Oct 2022 09:13:49 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQT-00054v-LZ; Fri, 07 Oct 2022 09:13:49 +0000 Received: by outflank-mailman (input) for mailman id 417500; Fri, 07 Oct 2022 09:13:48 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQS-0004p4-A5 for xen-devel@lists.xenproject.org; Fri, 07 Oct 2022 09:13:48 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQS-0005ry-5m; Fri, 07 Oct 2022 09:13:48 +0000 Received: from 54-240-197-224.amazon.com ([54.240.197.224] helo=dev-dsk-jgrall-1b-035652ec.eu-west-1.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ogjQR-0000mx-TM; Fri, 07 Oct 2022 09:13:48 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=Y//ftCGsRAazMOB/1N8KrT/BfXkeqP9OSiLzG/bcZ64=; b=i8LhQgErLOockdUlXpgf0hSH9U uh+B5MGgAzRpl4Sd9LBEj0JTNAmHVWEwTG7Vw2BdNhIwXjPxaWbx31uqjE9ZbCjYWTppfxEg6gziD 4pR43TiZJ2uTFIQFXk0/caiXpL+Pr5K5Oeb7ZQNtb3ZT8Ir/iVvM7DIEPbwdM9vA9se4=; From: Julien Grall To: xen-devel@lists.xenproject.org Cc: Henry.Wang@arm.com, Julien Grall , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH 2/3] Config.mk pin QEMU_UPSTREAM_REVISION (prep for Xen 4.17 RC1) Date: Fri, 7 Oct 2022 10:13:40 +0100 Message-Id: <20221007091341.58542-3-julien@xen.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20221007091341.58542-1-julien@xen.org> References: <20221007091341.58542-1-julien@xen.org> MIME-Version: 1.0 From: Julien Grall Signed-off-by: Julien Grall --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index 69af1e60d4cc..e0ce59346896 100644 --- a/Config.mk +++ b/Config.mk @@ -229,7 +229,7 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git endif OVMF_UPSTREAM_REVISION ?= 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5 -QEMU_UPSTREAM_REVISION ?= master +QEMU_UPSTREAM_REVISION ?= b746458e1ce1bec85e58b458386f8b7a0bedfaa6 MINIOS_UPSTREAM_REVISION ?= 5bcb28aaeba1c2506a82fab0cdad0201cd9b54b3 SEABIOS_UPSTREAM_REVISION ?= rel-1.16.0 From patchwork Fri Oct 7 09:13:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 13000922 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D09B4C43217 for ; Fri, 7 Oct 2022 09:14:04 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.417501.662227 (Exim 4.92) (envelope-from ) id 1ogjQV-0005Lx-2w; Fri, 07 Oct 2022 09:13:51 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 417501.662227; Fri, 07 Oct 2022 09:13:51 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQU-0005Lq-W0; Fri, 07 Oct 2022 09:13:50 +0000 Received: by outflank-mailman (input) for mailman id 417501; Fri, 07 Oct 2022 09:13:49 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQT-000558-Mr for xen-devel@lists.xenproject.org; Fri, 07 Oct 2022 09:13:49 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1ogjQT-0005sG-Es; Fri, 07 Oct 2022 09:13:49 +0000 Received: from 54-240-197-224.amazon.com ([54.240.197.224] helo=dev-dsk-jgrall-1b-035652ec.eu-west-1.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ogjQT-0000mx-6z; Fri, 07 Oct 2022 09:13:49 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=zhLXyn1eLPgxTWR3iixnzmV5WGnFG/Li12mmliMaC5s=; b=irH81NaMHgcHl4I6v2HMqcJnSq 3eCOaBCm9xt4aFO/4aGy0b2RjFu8DsEd1HP+O4HV3pSHLbUcGZTBei017m5K7x988rWWo8g07wGI3 6da6sumyk6EjQI+eAmSVLwWtfMSb1MN+mWMh7U/8s7UwC/4VSjWkxqx7y9fCFbfU0/kI=; From: Julien Grall To: xen-devel@lists.xenproject.org Cc: Henry.Wang@arm.com, Julien Grall , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH 3/3] Update Xen version to 4.17-rc Date: Fri, 7 Oct 2022 10:13:41 +0100 Message-Id: <20221007091341.58542-4-julien@xen.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20221007091341.58542-1-julien@xen.org> References: <20221007091341.58542-1-julien@xen.org> MIME-Version: 1.0 From: Julien Grall Signed-off-by: Julien Grall --- README | 16 ++++++++-------- SUPPORT.md | 2 +- xen/Makefile | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index 89a1d0b43c4c..2fdca8861bef 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -############################################################ -__ __ _ _ _ -\ \/ /___ _ __ _ _ _ __ ___| |_ __ _| |__ | | ___ - \ // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ - / \ __/ | | |_____| |_| | | | \__ \ || (_| | |_) | | __/ -/_/\_\___|_| |_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___| - -############################################################ +############################################### +__ __ _ _ _ _____ +\ \/ /___ _ __ | || | / |___ | _ __ ___ + \ // _ \ '_ \ | || |_ | | / /____| '__/ __| + / \ __/ | | | |__ _|| | / /_____| | | (__ +/_/\_\___|_| |_| |_|(_)_|/_/ |_| \___| + +############################################### https://www.xen.org/ diff --git a/SUPPORT.md b/SUPPORT.md index 29f74ac5063e..cf2ddfacaf09 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -9,7 +9,7 @@ for the definitions of the support status levels etc. # Release Support - Xen-Version: unstable + Xen-Version: 4.17-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 4e6e661261ae..9d0df5e2c543 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 = 17 -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version