Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp4473698ybx; Mon, 4 Nov 2019 14:02:09 -0800 (PST) X-Google-Smtp-Source: APXvYqxg8xq1jmVmrIOX0QD3vOILMxrXYidSXJLl+YKcmggG8Pxd3IKUv2kJRnlMxkMo1z32w+Ko X-Received: by 2002:a05:6402:4c5:: with SMTP id n5mr29009003edw.157.1572904929069; Mon, 04 Nov 2019 14:02:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1572904929; cv=none; d=google.com; s=arc-20160816; b=gxgE/T6FijhHqTCR78GOBwwlgil3Dy+/rP1vok2J+T90HELTfeGFDCTNHjt7vp+7k+ JJ5Ai9huC5596Y+ER36FA1ZsTlfZXqZ9HS8PGMvhcjO7U1/PsJlTb8yv8z94atVPq37x GtUcZhOauVEScRzf1zUZgrgtM1uVZoPE5AgOdfnkBZbc5uuugGVKnUsFb6L7kmH20uVO /KyInQArHmSiONepYOPhNS8U4MeyywAJYcQ32LbFRzKK9HlOpuZVGxq8LHyaeJu11/WA pgRwMCLW/USvM5BgW/awqkdZzZNS5DOcoOth2dsQ0kpa+I9uWwnsot78LKtZLQWukpK6 dr9w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=SN9b4TNrw1VUOlt/NbsA1765a2P5IY+BK+V4DlaJ5NY=; b=x84u2Ordx6PstlrVytKj6amKWQ4WvbJxYhJKji79cbgmGN3Eq5D5K0XGLxD/ZjFHEX 3V9f3smfdTtzupv6eIaHo+KqTLMWTTieGWOKLqOjlnKJ8IASKsNAm4Mz5CK2BCfIo1UN SmupDqNpYAEk/s8JkxI5Eo3F0Foh37NvPisYL/MA1BP/oxQEwLVUrfXtAxuZcJX9NuYu J3V/hsZBpnL8PP2WRw1LlblOznS7Ge/64YrHjVivZMTqW+04nKLfJR5dSXFeSJ99FyQ/ hk8tLs5nuRC4pFmYQgJsVqbI37bGiQmq/P5AjZNp+nBlbGPZskGZx7DsS/l17CbeFfIr dF2g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=LOFyOKeu; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q20si12902363ejt.360.2019.11.04.14.01.45; Mon, 04 Nov 2019 14:02:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=LOFyOKeu; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388415AbfKDWAG (ORCPT + 99 others); Mon, 4 Nov 2019 17:00:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:57590 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388796AbfKDWAF (ORCPT ); Mon, 4 Nov 2019 17:00:05 -0500 Received: from localhost (6.204-14-84.ripe.coltfrance.com [84.14.204.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5FCF721744; Mon, 4 Nov 2019 22:00:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572904804; bh=g01Pj0tf7hlnryPghFku7R8JDx+a9JzwcwCkVwtqZnY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LOFyOKeutuuY5aD39Uf6yu3b0OQX5fNWVG8sPpq217b9DlyVPPmcHW0va24n3dg2A 1wgmE/sBP5I6wgj6UhomNtkVwjYkXXE4TwpoVIoVpNOC4lf85AC2e7MOw8j+tXBNZ1 Dle4JidSuwX4Q925DcTQUDwMa83Bslqgd0SwV7uw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, James Morse , Will Deacon , Sasha Levin Subject: [PATCH 4.19 075/149] arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419 Date: Mon, 4 Nov 2019 22:44:28 +0100 Message-Id: <20191104212141.913474570@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191104212126.090054740@linuxfoundation.org> References: <20191104212126.090054740@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: James Morse [ Upstream commit dd8a1f13488438c6c220b7cafa500baaf21a6e53 ] CPUs affected by Neoverse-N1 #1542419 may execute a stale instruction if it was recently modified. The affected sequence requires freshly written instructions to be executable before a branch to them is updated. There are very few places in the kernel that modify executable text, all but one come with sufficient synchronisation: * The module loader's flush_module_icache() calls flush_icache_range(), which does a kick_all_cpus_sync() * bpf_int_jit_compile() calls flush_icache_range(). * Kprobes calls aarch64_insn_patch_text(), which does its work in stop_machine(). * static keys and ftrace both patch between nops and branches to existing kernel code (not generated code). The affected sequence is the interaction between ftrace and modules. The module PLT is cleaned using __flush_icache_range() as the trampoline shouldn't be executable until we update the branch to it. Drop the double-underscore so that this path runs kick_all_cpus_sync() too. Signed-off-by: James Morse Signed-off-by: Will Deacon Signed-off-by: Sasha Levin --- arch/arm64/kernel/ftrace.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/arch/arm64/kernel/ftrace.c b/arch/arm64/kernel/ftrace.c index 7eff8afa035fd..b6618391be8c6 100644 --- a/arch/arm64/kernel/ftrace.c +++ b/arch/arm64/kernel/ftrace.c @@ -119,10 +119,16 @@ int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) /* * Ensure updated trampoline is visible to instruction - * fetch before we patch in the branch. + * fetch before we patch in the branch. Although the + * architecture doesn't require an IPI in this case, + * Neoverse-N1 erratum #1542419 does require one + * if the TLB maintenance in module_enable_ro() is + * skipped due to rodata_enabled. It doesn't seem worth + * it to make it conditional given that this is + * certainly not a fast-path. */ - __flush_icache_range((unsigned long)&dst[0], - (unsigned long)&dst[1]); + flush_icache_range((unsigned long)&dst[0], + (unsigned long)&dst[1]); } addr = (unsigned long)dst; #else /* CONFIG_ARM64_MODULE_PLTS */ -- 2.20.1