From patchwork Tue Nov 22 11:26:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henry Wang X-Patchwork-Id: 13052246 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 36D09C433FE for ; Tue, 22 Nov 2022 11:27:17 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.447077.702948 (Exim 4.92) (envelope-from ) id 1oxRQT-0006tJ-Eb; Tue, 22 Nov 2022 11:26:53 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 447077.702948; Tue, 22 Nov 2022 11:26:53 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1oxRQT-0006tC-Bv; Tue, 22 Nov 2022 11:26:53 +0000 Received: by outflank-mailman (input) for mailman id 447077; Tue, 22 Nov 2022 11:26:52 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1oxRQS-0006t6-A4 for xen-devel@lists.xenproject.org; Tue, 22 Nov 2022 11:26:52 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id 8eb256e1-6a58-11ed-91b6-6bf2151ebd3b; Tue, 22 Nov 2022 12:26:50 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1B0621FB; Tue, 22 Nov 2022 03:26:56 -0800 (PST) Received: from a015966.shanghai.arm.com (a015966.shanghai.arm.com [10.169.190.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 018953F73B; Tue, 22 Nov 2022 03:26:37 -0800 (PST) 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" X-Inumbo-ID: 8eb256e1-6a58-11ed-91b6-6bf2151ebd3b From: Henry Wang To: xen-devel@lists.xenproject.org Cc: Henry Wang , Jan Beulich , Andrew Cooper , Christopher Clark , Nathan Studer , Stewart Hildebrand , Stefano Stabellini , Julien Grall , Bertrand Marquis , Volodymyr Babchuk , Doug Goldstein , Juergen Gross , Dario Faggioli , Elena Ufimtseva , George Dunlap , Nick Rosbrook , Lukasz Hawrylko , "Daniel P . Smith" , =?utf-8?q?Mateusz_M?= =?utf-8?q?=C3=B3wka?= , Kevin Tian , Jun Nakajima , Paul Durrant , =?utf-8?q?Roger_Pau_Monn=C3=A9?= , Tim Deegan , Wei Liu , Konrad Rzeszutek Wilk , Ross Lagerwall , Christian Lindig , David Scott , =?utf-8?q?Marek_Marczykowski-G=C3=B3recki?= , Anthony Perard , Bob Eshleman , Alistair Francis , Connor Davis , Meng Xu , Samuel Thibault , Tamas K Lengyel , Alexandru Isaila , Petre Pircalabu , Daniel De Graaf , Quan Xu , Community Manager Subject: [PATCH v3 0/3] Populate entries for 4.17 Date: Tue, 22 Nov 2022 19:26:20 +0800 Message-Id: <20221122112623.1441905-1-Henry.Wang@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Hello, The following changes are preparation work for the 4.17 release. Also collecting the changelog changes happened during the 4.17 dev phase. This is my first pass at the log for the release, it's likely missing more entries. I'm Ccing all maintainers in this cover letter and also in patch #1 for further feedback on missing items. Thanks, Henry v2 -> v3: - Move the uncertain release date to patch #3. - Remove the "on x86" for __ro_after_init, as Arm also supports the __ro_after_init. - Take the opportunity in patch #3 to also adjust the 4.17 entry since this patch will be applied only after branching. v1 -> v2: - Pick other changelog patches happened during the 4.17 dev phase. - Correct wording for two x86 entries (clock frequency calibration and SPR & ADL support) following Jan's suggestion. - Add missing Arm entries from Oleksandr. - Add missing i.MX entry following Stefano's suggestion. Andrew Cooper (1): Changelog: Add __ro_after_init and CET Henry Wang (2): CHANGELOG: Add missing entries for work during the 4.17 release CHANGELOG: Start new "unstable" section CHANGELOG.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-)