From mboxrd@z Thu Jan 1 00:00:00 1970 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 6229DC433F5 for ; Fri, 13 May 2022 16:53:55 +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=WMctfOqBbABiTQLDN0wa9x3orCd6e9OLvGq0dTI1xBE=; b=lHUU0oZ+ZhW+gU SE7KhDD2GTjvlN7i1km5X6OkHPohl//yDk4hD+wODjl3rKb5M+2HM3PD7bs5/tUaeTP798ord70Qd exU+D+FB2Ts2lymSDHCc6MtfYNU9tpyty9pxfXB6p63hpLrQM/MMknueKlyrGYIh7gjE06GJ3YeaS kzmofKIAADaGp/NPuvg4HE7eP/es0gYxoyx5S2Lrkpj12Dnm/vldqbxhHbtbfW8OY+NmpCA6MciGP zrOHwUK2Op7Uu7cUnyi/ZQVmw/FiOaO66Kodm2dV+UfcU5n3QqhEQGVvSwKc6Clu9pKW/O2rICLCv WAGU+mI1RHqTgXJ646IQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1npYXA-00GvcL-FG; Fri, 13 May 2022 16:52:56 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1npYWw-00GvSR-J3 for linux-arm-kernel@lists.infradead.org; Fri, 13 May 2022 16:52:43 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 703B361E83; Fri, 13 May 2022 16:52:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8104C34100; Fri, 13 May 2022 16:52:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652460760; bh=9+uLG6DacTmT7ZHwIV8mCWTe/BIRO1BxcapPZy6v4h0=; h=Date:From:To:Cc:Subject:From; b=mI+7RmCYSuJY3Mph3/sGxsm9laPe+0mCazl4YiIgEh3EkFQLpIKYqF29IBeAMFtup UGAyZP8Bip0kWab+Kk3nQhYvLhyBsFZZLo8XRs/GR/h0L2JEFhNa8eR3iwTor8AMdp 7DQx+DXF0xLbKVs/NEoBC8/gBlhOEkYE1VZIO1LKn61gSqglRwBow+F3WsJ9hTA9Dx IiX6Xd3+5/tCzvFuegNRcy9ttSNbcw7PSAsfEJ/EUy+kYFUakFWogTV5PM0h32Hoda nvEary/1E08u4yZ4Pr73OkfChbCqjY09WiHNwqaev9/zzwl4M9DTuydb1z9kBsHSdu hVBA9H65vDi7A== Date: Fri, 13 May 2022 17:52:35 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com Subject: [GIT PULL] arm64 fixes for -rc7 Message-ID: <20220513165233.GA32168@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220513_095242_680137_A17C79CD X-CRM114-Status: GOOD ( 11.22 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, Please pull these three arm64 fixes for -rc7. The summary is in the tag but it's all pretty straightforward. Thanks, Will --->8 The following changes since commit c35fe2a68f29a0bda15ae994154cacaae5f69791: elf: Fix the arm64 MTE ELF segment name and value (2022-04-28 11:37:06 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to 51f559d66527e238f9a5f82027bff499784d4eac: arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs (2022-05-12 13:15:38 +0100) ---------------------------------------------------------------- arm64 fixes for -rc7 - TLB invalidation workaround for Qualcomm Kryo-4xx "gold" CPUs - Fix broken dependency in the vDSO Makefile - Fix pointer authentication overrides in ISAR2 ID register ---------------------------------------------------------------- Joey Gouly (1): arm64: vdso: fix makefile dependency on vdso.so Kristina Martsenko (1): arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entry Shreyas K K (1): arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs Documentation/arm64/silicon-errata.rst | 3 +++ arch/arm64/kernel/Makefile | 4 ++++ arch/arm64/kernel/cpu_errata.c | 2 ++ arch/arm64/kernel/cpufeature.c | 3 +-- arch/arm64/kernel/vdso/Makefile | 3 --- arch/arm64/kernel/vdso32/Makefile | 3 --- 6 files changed, 10 insertions(+), 8 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel