From patchwork Thu Nov 24 02:50:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henry Wang X-Patchwork-Id: 13054549 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 662BBC4332F for ; Thu, 24 Nov 2022 02:51:07 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.447746.704326 (Exim 4.92) (envelope-from ) id 1oy2KD-0007dw-Vq; Thu, 24 Nov 2022 02:50:53 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 447746.704326; Thu, 24 Nov 2022 02:50: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 1oy2KD-0007dp-Rs; Thu, 24 Nov 2022 02:50:53 +0000 Received: by outflank-mailman (input) for mailman id 447746; Thu, 24 Nov 2022 02:50:53 +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 1oy2KD-0007dj-11 for xen-devel@lists.xenproject.org; Thu, 24 Nov 2022 02:50:53 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id ce0fb264-6ba2-11ed-91b6-6bf2151ebd3b; Thu, 24 Nov 2022 03:50: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 822931FB; Wed, 23 Nov 2022 18:50: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 281ED3F587; Wed, 23 Nov 2022 18:50:46 -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: ce0fb264-6ba2-11ed-91b6-6bf2151ebd3b From: Henry Wang To: xen-devel@lists.xenproject.org Cc: Henry Wang , Jan Beulich , =?utf-8?q?Roger_Pau_Monn=C3=A9?= , Andrew Cooper , Stefano Stabellini , Julien Grall , Bertrand Marquis , Community Manager Subject: [PATCH v5 0/3] Populate entries for 4.17 Date: Thu, 24 Nov 2022 10:50:38 +0800 Message-Id: <20221124025041.1540079-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. Thanks, Henry v4 -> v5: - Add gitlab CI improvement following Michal's suggestion. - Add Julien's reviewed-by. v3 -> v4: - Use the corrected sentence for VIRT_SSBD and MSR_SPEC_CTRL - Clarify that the virtio-mmio toolstack for ARM is only creating the device-tree binding. - Remove the "initial" in i.MX entry. - Add my own sign-off in patch #2 because I changed the original wording. 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(-)