Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3814392ybi; Mon, 29 Jul 2019 13:08:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqxyqnusQrwQkiMFEVaZz1gwJ+dHeD4h11EiHsAL9Y3VJo60cwxjbM+VvVNs4uJ+9gl1gNeP X-Received: by 2002:a62:303:: with SMTP id 3mr38121176pfd.118.1564430936669; Mon, 29 Jul 2019 13:08:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564430936; cv=none; d=google.com; s=arc-20160816; b=b6tabm2kJYD5wtScfX3dPG0WF3Df6SBrge34Eho0xTdyHzSEk70RyzbsPvrcmADpkg IhhicgZ8YaiEcRq9R29Q0yNBKv4eoNDwIWRibrK1ECfNeKU1uaJ0lhXpozKmeotRYnQF H59foiwxLUF3uOo3579R7fYklr3xo9sHdCoNTiRinEWBCV82vKQGE/wCMAoZxVaZZ59K 0IAlSQ8bs1HruThuSy3tksYFZa5zT2FLV1HdomYGHgxQfDvZ17lY0RoU55ZOfnQRHFj5 bF6VwDFl/4aamF924JWjqUXkafsLaQ1IQfC5gtcHv4GLKBjKJcU+6OCa19jTKQhx/Rau Aqmg== 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=wnWZJqstbTx5yu7IdhJ/s29uWa2Q8xxReHVvWYby3g4=; b=obAdp2/H+hnvGBoZWSUPdki8w+PnNHUaClum2Zp7RYPNgXwQreyF1PMuq/BsWVTLUl Yypmh4xQzejtMsCn0+KksUmxGtAVzqVRzvBmAhI3hkab9MEhvUvoa6UBS0G8TOkVVBJg nnvT99pHmQcK0D9zBiM1U45zsD8yYwvTASOOnM0wB0YBY0+yRSjkc3v8lGQMy51wlSfP ZdVlK9UcQdqffHkb35+oTc/MHOKxPUT2+4n8WsMb4zY/k9RB115OX3KZCXKQhOwxYRjt P0jbd4Q/AQerC5fEc59YqwyjidR/LsrNtWxS9bR7pes0ul2GW+CsxASm0Oh3bONMJk8R jCLQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=FlIzDAf1; 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 g20si27453135pfh.95.2019.07.29.13.08.42; Mon, 29 Jul 2019 13:08:56 -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=FlIzDAf1; 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 S2388987AbfG2TlW (ORCPT + 99 others); Mon, 29 Jul 2019 15:41:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:56668 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389343AbfG2TlQ (ORCPT ); Mon, 29 Jul 2019 15:41:16 -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 8F4C12054F; Mon, 29 Jul 2019 19:41:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564429275; bh=+UH73TabjstyQM1ZGgm2X7vTE469AT8mDDRMpApa9lY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FlIzDAf1EKrjOSp63SF/GxjVnoXYEOnBy4WogSNNZc9CVfiWQcopuE0NbpxD9SrKd Fpcs8LVav5LhR3INP7CZb7rygHeR1yVpwmDmhA5pVOG9ZDmH8SrUoux50UGfCLbU8v QakgtV7Jfapyo4zkkh6BmmUtPXxzQiY3FCPJA6Zk= 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.19 047/113] recordmcount: Fix spurious mcount entries on powerpc Date: Mon, 29 Jul 2019 21:22:14 +0200 Message-Id: <20190729190706.872741216@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190729190655.455345569@linuxfoundation.org> References: <20190729190655.455345569@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 2e7793735e14..ccfbfde61556 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