All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jessica Yu <jeyu@kernel.org>
To: Masahiro Yamada <masahiroy@kernel.org>
Cc: Matthias Maennich <maennich@google.com>,
	Lucas De Marchi <lucas.de.marchi@gmail.com>,
	stable <stable@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2] modpost: move the namespace field in Module.symvers last
Date: Tue, 17 Mar 2020 12:24:39 +0100	[thread overview]
Message-ID: <20200317112439.GB6841@linux-8ccs> (raw)
In-Reply-To: <CAK7LNAT-xdMZbK5UeVvm6S-WNimMMKO3b=jkJsU29z6ULPjs_Q@mail.gmail.com>

+++ Masahiro Yamada [14/03/20 11:11 +0900]:
>On Thu, Mar 12, 2020 at 2:02 AM Jessica Yu <jeyu@kernel.org> 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).
>>
>> In addition, update an ancient comment above read_dump() in modpost that
>> suggested that the export type field in Module.symvers was optional. I
>> suspect that there were historical reasons behind that comment that are
>> no longer accurate. We have been unconditionally printing the export
>> type since 2.6.18 (commit bd5cbcedf44), which is over a decade ago now.
>>
>> Fix up read_dump() to treat each field as non-optional. I suspect the
>> original read_dump() code treated the export field as optional in order
>> to support pre <= 2.6.18 Module.symvers (which did not have the export
>> type field). Note that although symbol namespaces are optional, the
>> field will not be omitted from Module.symvers if a symbol does not have
>> a namespace. In this case, the field will simply be empty and the next
>> delimiter or end of line will follow.
>>
>> Cc: stable@vger.kernel.org
>> Fixes: cb9b55d21fe0 ("modpost: add support for symbol namespaces")
>> Tested-by: Matthias Maennich <maennich@google.com>
>> Reviewed-by: Matthias Maennich <maennich@google.com>
>> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
>> Signed-off-by: Jessica Yu <jeyu@kernel.org>
>
>
>While I am not opposed to this fix,
>I did not even notice Module.symvers was official interface.
>
>Kbuild invokes scripts/depmod.sh to finalize
>the 'make modules_install', but I do not see the -E
>option being used there.
>
>I do not see Module.symvers installed in
>/lib/modules/$(uname -r)/.

While that's true, distros typically package Module.symvers in their
linux-headers/kernel-devel (or equivalent) packages to support
external module builds. The -E option is usually used to do symbol
versioning/kabi checks with the Module.symvers file. Considering the
options, I think it will cause the least headaches down the line to
make this fix upstream and maintain backwards compatibility with kmod
rather than to patch kmod and remind distros to repackage because old
depmod versions don't work with the new Module.symvers anymore..

Thank you!

Jessica

  parent reply	other threads:[~2020-03-17 11:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-11 17:01 [PATCH v2] modpost: move the namespace field in Module.symvers last Jessica Yu
2020-03-12  7:17 ` Lucas De Marchi
2020-03-14  2:11 ` Masahiro Yamada
2020-03-17  0:24   ` Masahiro Yamada
2020-03-17 11:24   ` Jessica Yu [this message]
2020-03-31  5:49 ` John Stultz
2020-03-31  6:25   ` John Stultz
2020-03-31  9:58     ` Jessica Yu
2020-03-31 22:09       ` John Stultz
2020-04-01  8:00         ` Jessica Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200317112439.GB6841@linux-8ccs \
    --to=jeyu@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lucas.de.marchi@gmail.com \
    --cc=maennich@google.com \
    --cc=masahiroy@kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.