Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp1079087ybm; Wed, 22 May 2019 17:05:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqy4G/FJAe4Z0yU0fUOhKfseOTvIDdKaqaUANK6J7ojCs4TtvT6scrCxlQzipsaOwFkqnnH3 X-Received: by 2002:a63:5c1c:: with SMTP id q28mr6728329pgb.45.1558569943744; Wed, 22 May 2019 17:05:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558569943; cv=none; d=google.com; s=arc-20160816; b=dQuDmkorLlc+pqw5E/WlqWUEE4ox0X3+V99C97Sg1ntrCyudEkrvF6dBKAlDH7Ton3 1jKbiF0H4UDyufGX3p5GApAtZ0f72Ydwt9G0IKChQ9tt082gm42GSw5gx75RK69peB8k zFqhBw2+eZL4mIjPPMDwHMqg9FMgNqXCttsKnlUNUpZnWCMuulzHv08bysTXyRHsqiHO IWVHFTEz+FPny2x9cjqU1gML2dxMoVfCsxxwJv1KBGWtXqavd5jTt+Rxxr9sXrg7bU43 pKwAYQlnetwSKZaI9rSt858RmW+mIv/tMk0PR75KCh0SqnnNcWO2dk4jVwy0yau7HnjL GGnA== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=LzwovNJ2uOkRBLncJind2HPQZF5YqPTPYKGjvSS/Dpc=; b=Jr0oW6cYWFbkD3KL6sZxPzvmvaInCQDAJ/zFppVq3rMA/QXUy8xsNTBEwCOch1LLvZ zfIihKGqjjeO4hCRc5G6z7AU9O9hxP1yT8nSzLuhfsnOV+8LJ8N9lOoP+75zFVS1Rb73 txXlqLi99eHwu7SvglSmV0N3KYI2iBCzbDPeNmHbRL7q5czeiZsfq/F4/J+GNIJBD3p1 gQ+1GzY+8apVlAIGdgYgQNGasyg1VHVcq7I9pZcP4OHtR0xozUsbGBtSfi7+/7jdOD2E CsELa7U2zPhqCV+8uFq16H4+Bn+BaeZ/srYRHfbdp7iaARqFpJHpYtVUDM0sp5Ghii0U hWIQ== 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; dmarc=fail (p=QUARANTINE sp=NONE dis=NONE) header.from=vmware.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 77si27490242pgb.237.2019.05.22.17.05.28; Wed, 22 May 2019 17:05:43 -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; dmarc=fail (p=QUARANTINE sp=NONE dis=NONE) header.from=vmware.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729771AbfEWAEF (ORCPT + 99 others); Wed, 22 May 2019 20:04:05 -0400 Received: from ex13-edg-ou-002.vmware.com ([208.91.0.190]:9705 "EHLO EX13-EDG-OU-002.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729675AbfEWAEB (ORCPT ); Wed, 22 May 2019 20:04:01 -0400 Received: from sc9-mailhost2.vmware.com (10.113.161.72) by EX13-EDG-OU-002.vmware.com (10.113.208.156) with Microsoft SMTP Server id 15.0.1156.6; Wed, 22 May 2019 17:03:53 -0700 Received: from rlwimi.localdomain (unknown [10.129.221.32]) by sc9-mailhost2.vmware.com (Postfix) with ESMTP id DEC3EB2068; Wed, 22 May 2019 20:03:59 -0400 (EDT) From: Matt Helsley To: LKML CC: Ingo Molnar , Josh Poimboeuf , Peter Zijlstra , Steven Rostedt , Matt Helsley Subject: [RFC][PATCH 12/13] objtool: recordmcount: Search for __mcount_loc before walking the sections Date: Wed, 22 May 2019 17:03:35 -0700 Message-ID: <44337176e6d57cf3daf367c4c96546b326d80837.1558569448.git.mhelsley@vmware.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII Received-SPF: None (EX13-EDG-OU-002.vmware.com: mhelsley@vmware.com does not designate permitted sender hosts) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org recordmcount iterates over the sections in the order they're listed in the ELF file and checks whether the section name indicates it's of interest. Objtool's elf code works differently -- it scans the elf file and builds up data structures representing the headers, sections, etc. and then supplies functions to search these structures. Both walk the elf file in order, however objtool uses more memory to enable faster searches it needs for other tools such as the reliable backtrace support offered by the ORC unwinder. Rather than walk the section table a second time in the recordmcount code, we use objtool's elf code to search for the section recordmcount is interested in. This also simplifies flow and means we can easily check for already-processed object files before we do any of the more complex things recordmcount does. This also allows us to remove the already_has_rel_mcount string pointer trick. Signed-off-by: Matt Helsley --- tools/objtool/recordmcount.c | 2 -- tools/objtool/recordmcount.h | 22 +++------------------- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/tools/objtool/recordmcount.c b/tools/objtool/recordmcount.c index 71dae95deddc..17d106b88464 100644 --- a/tools/objtool/recordmcount.c +++ b/tools/objtool/recordmcount.c @@ -204,8 +204,6 @@ static void *mmap_file(char const *fname) } else mmap_failed = 0; out: - elf_close(lf); - lf = NULL; fd_map = -1; file_end = file_map + sb.st_size; diff --git a/tools/objtool/recordmcount.h b/tools/objtool/recordmcount.h index ffab6bb96852..ff14d45041f1 100644 --- a/tools/objtool/recordmcount.h +++ b/tools/objtool/recordmcount.h @@ -27,7 +27,6 @@ #undef nop_mcount #undef missing_sym #undef find_secsym_ndx -#undef already_has_rel_mcount #undef __has_rel_mcount #undef has_rel_mcount #undef tot_relsize @@ -59,7 +58,6 @@ # define nop_mcount nop_mcount_64 # define missing_sym missing_sym_64 # define find_secsym_ndx find64_secsym_ndx -# define already_has_rel_mcount already_has_rel_mcount_64 # define __has_rel_mcount __has64_rel_mcount # define has_rel_mcount has64_rel_mcount # define tot_relsize tot64_relsize @@ -94,7 +92,6 @@ # define nop_mcount nop_mcount_32 # define missing_sym missing_sym_32 # define find_secsym_ndx find32_secsym_ndx -# define already_has_rel_mcount already_has_rel_mcount_32 # define __has_rel_mcount __has32_rel_mcount # define has_rel_mcount has32_rel_mcount # define tot_relsize tot32_relsize @@ -472,8 +469,6 @@ static unsigned find_secsym_ndx(unsigned const txtndx, return missing_sym; } -char const *already_has_rel_mcount = "success"; /* our work here is done! */ - /* Evade ISO C restriction: no declaration after statement in has_rel_mcount. */ static char const * __has_rel_mcount(Elf_Shdr const *const relhdr, /* reltype */ Elf_Shdr const *const shdr0, @@ -484,11 +479,6 @@ static char const * __has_rel_mcount(Elf_Shdr const *const relhdr, /* reltype */ Elf_Shdr const *const txthdr = &shdr0[w(relhdr->sh_info)]; char const *const txtname = &shstrtab[w(txthdr->sh_name)]; - if (strcmp("__mcount_loc", txtname) == 0) { - fprintf(stderr, "warning: __mcount_loc already exists: %s\n", - fname); - return already_has_rel_mcount; - } if (w(txthdr->sh_type) != SHT_PROGBITS || !(_w(txthdr->sh_flags) & SHF_EXECINSTR)) return NULL; @@ -517,10 +507,6 @@ static unsigned tot_relsize(Elf_Shdr const *const shdr0, for (; nhdr; --nhdr, ++shdrp) { txtname = has_rel_mcount(shdrp, shdr0, shstrtab, fname); - if (txtname == already_has_rel_mcount) { - totrelsz = 0; - break; - } if (txtname && is_mcounted_section_name(txtname)) totrelsz += _w(shdrp->sh_size); } @@ -556,6 +542,9 @@ static int do_func(Elf_Ehdr *const ehdr, char const *const fname, int result = 0; + if (find_section_by_name(lf, "__mcount_loc") != NULL) + return 0; + totrelsz = tot_relsize(shdr0, nhdr, shstrtab, fname); if (totrelsz == 0) return 0; @@ -575,11 +564,6 @@ static int do_func(Elf_Ehdr *const ehdr, char const *const fname, for (relhdr = shdr0, k = nhdr; k; --k, ++relhdr) { char const *const txtname = has_rel_mcount(relhdr, shdr0, shstrtab, fname); - if (txtname == already_has_rel_mcount) { - result = 0; - file_updated = 0; - goto out; /* Nothing to be done; don't append! */ - } if (txtname && is_mcounted_section_name(txtname)) { uint_t recval = 0; unsigned const int recsym = find_secsym_ndx( -- 2.20.1