From patchwork Fri Jun 10 17:26:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12877863 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 32AB9C433EF for ; Fri, 10 Jun 2022 17:27:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=zKJQmkzrxQO9AwVoesvU3nlxc/8ZfPLOWOXk+hnrhiM=; b=ZPP4KUfZwo5AiW MLEI/NfzSmWWkHo80BYdL6wbwJpUMylSx+W2lvcSKjU547eyLktPksJg3BLM1/xgYlPVafOa/LKNx 5Pn9BkwyIkSikXM2Aj21jzk2SfoM1iUshSJMhrckNc0J7CesyVwb4D5d95OSQtbtlaICruyER7gN2 Uzc33kY112Hw8hJf9Lss7jSPn5S//wnddnyuMoJ3Dmdk/q+3ksZSzAv8QC0TOPEHDn0fLRJCxBZPU KOc1kZwvgZ1A6YtfQI03stUOJ6lshX7O5QjfhnoInRn7jLtMBtONsjrqy/BzKg9StnGs0ie78iB8O 5aLuqzuuTH49g8abAu1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nziOw-0099Dl-HH; Fri, 10 Jun 2022 17:26:26 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nziOs-0099DL-P6 for linux-arm-kernel@lists.infradead.org; Fri, 10 Jun 2022 17:26:24 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 06E9BB8368A; Fri, 10 Jun 2022 17:26:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACF1BC3411C; Fri, 10 Jun 2022 17:26:18 +0000 (UTC) Date: Fri, 10 Jun 2022 18:26:15 +0100 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] arm64 fixes for 5.19-rc2 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220610_102622_990416_35913FC1 X-CRM114-Status: GOOD ( 11.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, Please pull the arm64 fixes below. Thanks. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes for you to fetch changes up to 78cdaf3f4257ab10a6cec308ed774e7c7f7e5f72: arm64: Add kasan_hw_tags_enable() prototype to silence sparse (2022-06-10 18:04:05 +0100) ---------------------------------------------------------------- arm64 fixes for 5.19-rc2: - SME save/restore for EFI fix - incorrect logic for detecting the need for saving/restoring the FFR state. - SME fix for a CPU ID field value. - Sysreg generation awk script fix (comparison operator). - Some typos in documentation or comments and silence a sparse warning (missing prototype). ---------------------------------------------------------------- Alejandro Tafalla (1): arm64/sysreg: Fix typo in Enum element regex Catalin Marinas (1): arm64: Add kasan_hw_tags_enable() prototype to silence sparse Mark Brown (3): arm64/sme: Fix tests for 0b1111 value ID registers arm64/sme: Fix SVE/SME typo in ABI documentation arm64/sme: Fix EFI save/restore Xiang wangx (1): arm64/fpsimd: Fix typo in comment Documentation/arm64/sme.rst | 2 +- arch/arm64/include/asm/sysreg.h | 4 ++-- arch/arm64/kernel/fpsimd.c | 20 +++++++++++++++----- arch/arm64/kernel/mte.c | 6 ++++++ arch/arm64/tools/gen-sysreg.awk | 2 +- 5 files changed, 25 insertions(+), 9 deletions(-)