Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1037322ybi; Fri, 2 Aug 2019 08:19:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqwzhN/p318d/VVtsgIX1593GsFZ6rb0jE8edD9x6GFRxq1iQ6kZPPkW9kYTzriE4mua8xHs X-Received: by 2002:a17:90a:b903:: with SMTP id p3mr4731677pjr.79.1564759161175; Fri, 02 Aug 2019 08:19:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564759161; cv=none; d=google.com; s=arc-20160816; b=caw7OaRsITZUQ35qp/aDRfpASOfustrhNpkqJfv9jQX+7JARavEaJVc5cSTuvV/+dT umZGwG3Eav4bEYzkYg1/pTNG8ksy32qDUKDUkiXJvsKEO1snvYIcm26TmHA1NzW5Yd9Y 7YoVyvRvDBuyDGtrAIKmHXFNl9TQ2OAcOMheX5lS8rivSkbJqEjwWvdHq0u2uKHPuz9a hZKXJtb/bXUep7h1lbK0RUhB6PUUiY1F4NrEHujrJkf7twDL1slU/5fUyxfTJYc5NHW/ 7K8NTndNpD6zDLtx3eOXYnVB9cQgL4neyMq3Eqy4plYgFluwmc/gFXtq6KFlvhoE7rd4 3/ew== 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=hZRXs6lmPsE8ajthL4xKZPhyqk+hefbQQ2kinAaFN5k=; b=Jv640Ku8sACyMZ/IqEscwIYaXXXSe0ItDGoTl0cii9L5IrL1tKz+Lcf/Rd/QvOEBLV /GckaJ97/r1RA2/BAPX26yDwzi9Vu6/ykI/PNadFRec2+KiDWeoEhWhBYp5x7yYNJP8g wUHmFn8lsmoQ/HrL7K8050ysnR9bdLfnIZulFhB1nI99vAOugLdKjQARN41BFn8LgUsr 7YU58RGviGV9WGINCUH9zMWWNWREOfYlRaUbh1JVik0ciKXyRn7LIFqM3+3CJigQ/0+3 jcbBUVSLvfYSx6BWKv5n/EjKnEMm9wTzNoY2JAUoBrBM+tH6hJbdgP2wuji/bDtR6Van 95vA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Q1Z+9A8A; 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 u8si35605283plq.291.2019.08.02.08.19.05; Fri, 02 Aug 2019 08:19:21 -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; dkim=pass header.i=@kernel.org header.s=default header.b=Q1Z+9A8A; 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 S2391568AbfHBJer (ORCPT + 99 others); Fri, 2 Aug 2019 05:34:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:34858 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391392AbfHBJep (ORCPT ); Fri, 2 Aug 2019 05:34:45 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 0D793217D6; Fri, 2 Aug 2019 09:34:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564738484; bh=MW5r1T5Jv+fgOBh4dB5YLMTC+scbJI543u0fy1TGH+U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Q1Z+9A8Ar16DDW0849y2oFMrI9QRwGL+a5sxQaEEimCyILb9+DVjREuE/8jKpgbAW 5z0s1Ei4EL0gMxD4P35Vb4hea7kUCkL/4TbUW86Km5SuTD66NE113gceKmh7TONyNT J0J7Emufl1MwgNu4A8zIVszxDdp5Mrw0cZe+62p0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Naveen N. Rao" , "Steven Rostedt (VMware)" , Satheesh Rajendran , Michael Ellerman , Sasha Levin Subject: [PATCH 4.4 122/158] recordmcount: Fix spurious mcount entries on powerpc Date: Fri, 2 Aug 2019 11:29:03 +0200 Message-Id: <20190802092228.616442850@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190802092203.671944552@linuxfoundation.org> References: <20190802092203.671944552@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 [ Upstream commit 80e5302e4bc85a6b685b7668c36c6487b5f90e9a ] An impending change to enable HAVE_C_RECORDMCOUNT on powerpc leads to warnings such as the following: # modprobe kprobe_example ftrace-powerpc: Not expected bl: opcode is 3c4c0001 WARNING: CPU: 0 PID: 227 at kernel/trace/ftrace.c:2001 ftrace_bug+0x90/0x318 Modules linked in: CPU: 0 PID: 227 Comm: modprobe Not tainted 5.2.0-rc6-00678-g1c329100b942 #2 NIP: c000000000264318 LR: c00000000025d694 CTR: c000000000f5cd30 REGS: c000000001f2b7b0 TRAP: 0700 Not tainted (5.2.0-rc6-00678-g1c329100b942) MSR: 900000010282b033 CR: 28228222 XER: 00000000 CFAR: c0000000002642fc IRQMASK: 0 NIP [c000000000264318] ftrace_bug+0x90/0x318 LR [c00000000025d694] ftrace_process_locs+0x4f4/0x5e0 Call Trace: [c000000001f2ba40] [0000000000000004] 0x4 (unreliable) [c000000001f2bad0] [c00000000025d694] ftrace_process_locs+0x4f4/0x5e0 [c000000001f2bb90] [c00000000020ff10] load_module+0x25b0/0x30c0 [c000000001f2bd00] [c000000000210cb0] sys_finit_module+0xc0/0x130 [c000000001f2be20] [c00000000000bda4] system_call+0x5c/0x70 Instruction dump: 419e0018 2f83ffff 419e00bc 2f83ffea 409e00cc 4800001c 0fe00000 3c62ff96 39000001 39400000 386386d0 480000c4 <0fe00000> 3ce20003 39000001 3c62ff96 ---[ end trace 4c438d5cebf78381 ]--- ftrace failed to modify [] 0xc0080000012a0008 actual: 01:00:4c:3c Initializing ftrace call sites ftrace record flags: 2000000 (0) expected tramp: c00000000006af4c Looking at the relocation records in __mcount_loc shows a few spurious entries: RELOCATION RECORDS FOR [__mcount_loc]: OFFSET TYPE VALUE 0000000000000000 R_PPC64_ADDR64 .text.unlikely+0x0000000000000008 0000000000000008 R_PPC64_ADDR64 .text.unlikely+0x0000000000000014 0000000000000010 R_PPC64_ADDR64 .text.unlikely+0x0000000000000060 0000000000000018 R_PPC64_ADDR64 .text.unlikely+0x00000000000000b4 0000000000000020 R_PPC64_ADDR64 .init.text+0x0000000000000008 0000000000000028 R_PPC64_ADDR64 .init.text+0x0000000000000014 The first entry in each section is incorrect. Looking at the relocation records, the spurious entries correspond to the R_PPC64_ENTRY records: RELOCATION RECORDS FOR [.text.unlikely]: OFFSET TYPE VALUE 0000000000000000 R_PPC64_REL64 .TOC.-0x0000000000000008 0000000000000008 R_PPC64_ENTRY *ABS* 0000000000000014 R_PPC64_REL24 _mcount The problem is that we are not validating the return value from get_mcountsym() in sift_rel_mcount(). With this entry, mcountsym is 0, but Elf_r_sym(relp) also ends up being 0. Fix this by ensuring mcountsym is valid before processing the entry. Signed-off-by: Naveen N. Rao Acked-by: Steven Rostedt (VMware) Tested-by: Satheesh Rajendran Signed-off-by: Michael Ellerman Signed-off-by: Sasha Levin --- scripts/recordmcount.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/recordmcount.h b/scripts/recordmcount.h index b9897e2be404..04151ede8043 100644 --- a/scripts/recordmcount.h +++ b/scripts/recordmcount.h @@ -326,7 +326,8 @@ static uint_t *sift_rel_mcount(uint_t *mlocp, if (!mcountsym) mcountsym = get_mcountsym(sym0, relp, str0); - if (mcountsym == Elf_r_sym(relp) && !is_fake_mcount(relp)) { + if (mcountsym && mcountsym == Elf_r_sym(relp) && + !is_fake_mcount(relp)) { uint_t const addend = _w(_w(relp->r_offset) - recval + mcount_adjust); mrelp->r_offset = _w(offbase -- 2.20.1