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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34145C433EF for ; Wed, 9 Mar 2022 22:29:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238649AbiCIWac (ORCPT ); Wed, 9 Mar 2022 17:30:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229915AbiCIWaa (ORCPT ); Wed, 9 Mar 2022 17:30:30 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40DD5120E8A for ; Wed, 9 Mar 2022 14:29:31 -0800 (PST) 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 D008561A97 for ; Wed, 9 Mar 2022 22:29:30 +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-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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(-) -- Catalin