Received: by 10.192.165.148 with SMTP id m20csp802371imm; Fri, 27 Apr 2018 07:45:44 -0700 (PDT) X-Google-Smtp-Source: AB8JxZr6XRMqijDe8JV+NJu6KMIDnoB/FwhrdtjPQJfrXviHgIwUOBBbiYEfj1HwSqjO+eFtvyQh X-Received: by 2002:a63:9612:: with SMTP id c18-v6mr2374849pge.361.1524840344402; Fri, 27 Apr 2018 07:45:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524840344; cv=none; d=google.com; s=arc-20160816; b=iDu/q6Jp0HbT+Qyee0sfxaOmlrNctxF+DVsP9DvXRIshF9plOR3lzcZ5WsjQIvByim 52xo86B20Qr9ufdo/gGrNrG3WtPsNXhhaAMy6p4h2po8HNxj+xEpDSCV+KkdGa/9Vd/M 1AU77bs+0FyG+rbktvCigf0t97b2GLBGoelV29luuytlQUM5NwO2Cx24FE2iHF/MylRK CgKCXHAPsBjUnrmmjtvIT3AQNPu2qCY3D7cNUdsG1ipa+2C0eWT8UcFfFQS8sjvQnDq9 oHQWHDewVbdvcqH+IhE+1FbRbtczFCZQmLcgzNYZDwIo/HTiHvU/+AULPTDPvSMe5rlR fz2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from:dmarc-filter :arc-authentication-results; bh=A0HbnBPA9/WGpMdmDqb81MXvzAc68DNipJ6zuJTasVE=; b=XHuRE3ITpJtXzqbrnuuklmXx8rG31DZ/uylUvnnYZguGZT6DAaNbUxT3174UZlkCJ6 R0pvXdXR1uQTmsGy0p49IGAoxNZ66HsLsJhkvbx6/4WdNmw16QwErB1XJxo1BsSHOvwa S58BDZ0HhCoTyKR05VEwbzk71+vflp88jzZMRpPl/6kgeeQcUG+08kXLIY9EN/EkFf83 1n94/rY2xDbEn48D/juiHpUEaknS4jnlxSaDzaa17S7rDr5t3oqYoL5KbTPxOQ723S2B RycjxIr8K8AV2V4X7XGUakN13V6BXyWv3+KlsUjBjZNah3UA9uBtPx82HF3nxeLLT4G4 vByg== ARC-Authentication-Results: i=1; mx.google.com; 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 s15-v6si1380243plp.243.2018.04.27.07.45.30; Fri, 27 Apr 2018 07:45:44 -0700 (PDT) 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; 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 S934484AbeD0OIX (ORCPT + 99 others); Fri, 27 Apr 2018 10:08:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:53924 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934455AbeD0OIT (ORCPT ); Fri, 27 Apr 2018 10:08:19 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (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 85D0B21864; Fri, 27 Apr 2018 14:08:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 85D0B21864 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=gregkh@linuxfoundation.org From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Martin Schwidefsky Subject: [PATCH 4.14 60/80] s390: correct module section names for expoline code revert Date: Fri, 27 Apr 2018 15:58:53 +0200 Message-Id: <20180427135735.999680278@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180427135732.928644313@linuxfoundation.org> References: <20180427135732.928644313@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Martin Schwidefsky [ Upstream commit 6cf09958f32b9667bb3ebadf74367c791112771b ] The main linker script vmlinux.lds.S for the kernel image merges the expoline code patch tables into two section ".nospec_call_table" and ".nospec_return_table". This is *not* done for the modules, there the sections retain their original names as generated by gcc: ".s390_indirect_call", ".s390_return_mem" and ".s390_return_reg". The module_finalize code has to check for the compiler generated section names, otherwise no code patching is done. This slows down the module code in case of "spectre_v2=off". Cc: stable@vger.kernel.org # 4.16 Fixes: f19fbd5ed6 ("s390: introduce execute-trampolines for branches") Signed-off-by: Martin Schwidefsky Signed-off-by: Greg Kroah-Hartman --- arch/s390/kernel/module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/s390/kernel/module.c +++ b/arch/s390/kernel/module.c @@ -478,11 +478,11 @@ int module_finalize(const Elf_Ehdr *hdr, apply_alternatives(aseg, aseg + s->sh_size); if (IS_ENABLED(CONFIG_EXPOLINE) && - (!strcmp(".nospec_call_table", secname))) + (!strncmp(".s390_indirect", secname, 14))) nospec_revert(aseg, aseg + s->sh_size); if (IS_ENABLED(CONFIG_EXPOLINE) && - (!strcmp(".nospec_return_table", secname))) + (!strncmp(".s390_return", secname, 12))) nospec_revert(aseg, aseg + s->sh_size); }