Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp6259671ybf; Thu, 5 Mar 2020 16:46:00 -0800 (PST) X-Google-Smtp-Source: ADFU+vs7tbC3kt2OWnigcfLRLxLKOYblE1jhSYnwRUYQN6T/JE75GDLLbAGfz4cQrciXfRs/Yr15 X-Received: by 2002:a05:6808:a0c:: with SMTP id n12mr805211oij.101.1583455560558; Thu, 05 Mar 2020 16:46:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583455560; cv=none; d=google.com; s=arc-20160816; b=W3AwwG/4ke6Xypd4egwb/SULfvIEqXopzRfRtmloA5Dtn2jbvRWXs5kmSenaS37ZQ6 dwlOfcA8ef0RDXyjMLzMnx7HvP8mowjcz7TcCERYgyKwIlrbszfMMBXDkL+krXE3Kw9b QugxsQTs7VujZSe9VHMMf507wLWn3rFZv7GtysGOGuT+h5b4G2q/XFmh6a6Tk6O8mQZ9 fuwGBMdZ3RPniIaZozBIHk76zBqRQOcCyZCSqG/8wS9M2E3sBXsU9mVa1vBvMbTeGXO0 HF8ajHOGAHzcnd21+c7Dnjffn7a0bslAimdjkesLby9MbkO1DqRm+6/tFM2ado/SyOAC WY1A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=5d38PvJtRPWhhWIo9Qp1lkolEhydiHLQXjaV7fcS+gU=; b=aeWKKVcIuumgr3bMkfqOYHuIwJzdsJ0v5xW6LAUxHJH2ixDOKY3eauXjaYOJGNeCcz f+q5eQ7OrdAdaZGJ5pTHTCOGKa0wLYNOl/bF3SFvxBca53yGxAp9qXd4Zte8Qse6SWdP lJKzNQxynXkaVMyIh7U6XtwjX/CCaZ1YjjwEu+2jxJDbm4WibGE6gnO0Cc+m3KP+r+va f1n1HTcUK+3wfcT3oSjnDzxzID2XEk9vYTyRVMI2gjAK+AKCVX7G9vmBo4Otp7eDSh8W HkpgP/isJXZSrjynGdWXBS/KcgSFVjfCVmb/i0T6g5mU9Xifbje1Qw+iepG4I++jiF2s u7cg== 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=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i1si425514oiy.42.2020.03.05.16.45.48; Thu, 05 Mar 2020 16:46:00 -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; 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=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726563AbgCFAoF (ORCPT + 99 others); Thu, 5 Mar 2020 19:44:05 -0500 Received: from mga03.intel.com ([134.134.136.65]:7115 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726173AbgCFAoE (ORCPT ); Thu, 5 Mar 2020 19:44:04 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2020 16:44:03 -0800 X-IronPort-AV: E=Sophos;i="5.70,520,1574150400"; d="scan'208";a="244457440" Received: from ldmartin-desk1.jf.intel.com (HELO ldmartin-desk1) ([10.24.14.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2020 16:44:03 -0800 Date: Thu, 5 Mar 2020 16:44:04 -0800 From: Lucas De Marchi To: Jessica Yu Cc: Masahiro Yamada , Matthias Maennich , Lucas De Marchi , linux-kernel@vger.kernel.org Subject: Re: [PATCH] modpost: move the namespace field in Module.symvers last Message-ID: <20200306004404.52wikm2ynsrea47t@ldmartin-desk1> References: <20200304170345.21218-1-jeyu@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200304170345.21218-1-jeyu@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 04, 2020 at 06:03:45PM +0100, Jessica Yu wrote: >In order to preserve backwards compatability with kmod tools, we have to >move the namespace field in Module.symvers last, as the depmod -e -E >option looks at the first three fields in Module.symvers to check symbol >versions (and it's expected they stay in the original order of crc, >symbol, module). > >Fixes: cb9b55d21fe0 ("modpost: add support for symbol namespaces") >Cc: stable@vger.kernel.org >Signed-off-by: Jessica Yu With the additional info provided in the commit message as requested in the other email, Reviewed-by: Lucas De Marchi thanks Lucas De Marchi >--- > Documentation/kbuild/modules.rst | 4 ++-- > scripts/export_report.pl | 2 +- > scripts/mod/modpost.c | 24 ++++++++++++------------ > 3 files changed, 15 insertions(+), 15 deletions(-) > >diff --git a/Documentation/kbuild/modules.rst b/Documentation/kbuild/modules.rst >index 69fa48ee93d6..e0b45a257f21 100644 >--- a/Documentation/kbuild/modules.rst >+++ b/Documentation/kbuild/modules.rst >@@ -470,9 +470,9 @@ build. > > The syntax of the Module.symvers file is:: > >- >+ > >- 0xe1cc2a05 usb_stor_suspend USB_STORAGE drivers/usb/storage/usb-storage EXPORT_SYMBOL_GPL >+ 0xe1cc2a05 usb_stor_suspend drivers/usb/storage/usb-storage EXPORT_SYMBOL_GPL USB_STORAGE > > The fields are separated by tabs and values may be empty (e.g. > if no namespace is defined for an exported symbol). >diff --git a/scripts/export_report.pl b/scripts/export_report.pl >index 548330e8c4e7..feb3d5542a62 100755 >--- a/scripts/export_report.pl >+++ b/scripts/export_report.pl >@@ -94,7 +94,7 @@ if (defined $opt{'o'}) { > # > while ( <$module_symvers> ) { > chomp; >- my (undef, $symbol, $namespace, $module, $gpl) = split('\t'); >+ my (undef, $symbol, $module, $gpl, $namespace) = split('\t'); > $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl]; > } > close($module_symvers); >diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c >index 7edfdb2f4497..6ab235354f36 100644 >--- a/scripts/mod/modpost.c >+++ b/scripts/mod/modpost.c >@@ -2427,7 +2427,7 @@ static void write_if_changed(struct buffer *b, const char *fname) > } > > /* parse Module.symvers file. line format: >- * 0x12345678symbolmodule[[export]something] >+ * 0x12345678symbolmoduleexportnamespace > **/ > static void read_dump(const char *fname, unsigned int kernel) > { >@@ -2440,7 +2440,7 @@ static void read_dump(const char *fname, unsigned int kernel) > return; > > while ((line = get_next_line(&pos, file, size))) { >- char *symname, *namespace, *modname, *d, *export, *end; >+ char *symname, *namespace, *modname, *d, *export; > unsigned int crc; > struct module *mod; > struct symbol *s; >@@ -2448,16 +2448,16 @@ static void read_dump(const char *fname, unsigned int kernel) > if (!(symname = strchr(line, '\t'))) > goto fail; > *symname++ = '\0'; >- if (!(namespace = strchr(symname, '\t'))) >- goto fail; >- *namespace++ = '\0'; >- if (!(modname = strchr(namespace, '\t'))) >+ if (!(modname = strchr(symname, '\t'))) > goto fail; > *modname++ = '\0'; >- if ((export = strchr(modname, '\t')) != NULL) >- *export++ = '\0'; >- if (export && ((end = strchr(export, '\t')) != NULL)) >- *end = '\0'; >+ if (!(export = strchr(modname, '\t'))) >+ goto fail; >+ *export++ = '\0'; >+ if (!(namespace = strchr(export, '\t'))) >+ goto fail; >+ *namespace++ = '\0'; >+ > crc = strtoul(line, &d, 16); > if (*symname == '\0' || *modname == '\0' || *d != '\0') > goto fail; >@@ -2508,9 +2508,9 @@ static void write_dump(const char *fname) > namespace = symbol->namespace; > buf_printf(&buf, "0x%08x\t%s\t%s\t%s\t%s\n", > symbol->crc, symbol->name, >- namespace ? namespace : "", > symbol->module->name, >- export_str(symbol->export)); >+ export_str(symbol->export), >+ namespace ? namespace : ""); > } > symbol = symbol->next; > } >-- >2.16.4 >