From patchwork Wed Mar 9 22:29:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12775676 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 5FA71C433F5 for ; Wed, 9 Mar 2022 22:30:43 +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=Hp/6TPyHN6ZlY4A6Dh1r3nxuOkeMUlxmG+UfuhvSH5w=; b=ahlK1BpH6y5VKE Z6HSHCakMCgc0uv/f5fCyJpdJwOjAbaxGoFOv4oMJHKMLXEHtEoRDJjCncM8DF2/6Nq8qa4rRxRuf sjF7VoEXNOooWft+h2LJuIP6okWzPu87lH5JkwqokBzuGkLr31ooz/8sLnjKyMfKxVYh0JLCcGDyG nKl2DxczHUz5IQ97BphmFw87Mhd0eEirfCCWwdt14ElVrxqW5ATlLmloJ1VlVOXbWaFYYHQBdZB8l bLECQ+KaW7w/yK8JNXeAhfc9xMwYDlwGLYperSaME2Al4BluUBsXiuQHYQkCu02NRIDkyMw9e5ZbV sumQT1jw8oR8idyK4M3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS4oK-00AfQM-Rz; Wed, 09 Mar 2022 22:29:36 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS4oG-00AfOs-Vw for linux-arm-kernel@lists.infradead.org; Wed, 09 Mar 2022 22:29:34 +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 97949B82406; Wed, 9 Mar 2022 22:29:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55E14C340EC; Wed, 9 Mar 2022 22:29:29 +0000 (UTC) Date: Wed, 9 Mar 2022 22:29:25 +0000 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] arm64 post-Spectre BHB fix for 5.17 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-20220309_142933_202901_A0FC8081 X-CRM114-Status: GOOD ( 10.72 ) 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 fix below. It's based onto the arm64 Spectre BHB branch that was merged yesterday. Thanks. The following changes since commit 58c9a5060cb7cd529d49c93954cdafe81c1d642a: arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation reporting (2022-03-07 17:25:52 +0000) 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 52c9f93a9c482251cb0d224faa602ba26d462be8: arm64: Do not include __READ_ONCE() block in assembly files (2022-03-09 21:56:50 +0000) ---------------------------------------------------------------- Fix kernel build with clang LTO after the inclusion of the Spectre BHB arm64 mitigations. ---------------------------------------------------------------- Nathan Chancellor (1): arm64: Do not include __READ_ONCE() block in assembly files arch/arm64/include/asm/rwonce.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)