[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190905144655.GB136369@google.com>
Date: Thu, 5 Sep 2019 15:46:55 +0100
From: Matthias Maennich <maennich@...gle.com>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"Cc: Android Kernel" <kernel-team@...roid.com>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jessica Yu <jeyu@...nel.org>,
"Joel Fernandes (Google)" <joel@...lfernandes.org>,
Lucas De Marchi <lucas.de.marchi@...il.com>,
maco@...roid.com, sspatil@...gle.com,
Will Deacon <will@...nel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
linux-modules@...r.kernel.org,
linux-usb <linux-usb@...r.kernel.org>,
usb-storage@...ts.one-eyed-alien.net,
linux-watchdog@...r.kernel.org, Julia Lawall <julia.lawall@...6.fr>
Subject: Re: [PATCH v4 08/12] scripts: Coccinelle script for namespace
dependencies.
On Wed, Sep 04, 2019 at 06:53:25PM +0900, Masahiro Yamada wrote:
>On Wed, Sep 4, 2019 at 12:07 AM Matthias Maennich <maennich@...gle.com> wrote:
>>
>> A script that uses the '<module>.ns_deps' files generated by modpost to
>> automatically add the required symbol namespace dependencies to each
>> module.
>>
>> Usage:
>> 1) Move some symbols to a namespace with EXPORT_SYMBOL_NS() or define
>> DEFAULT_SYMBOL_NAMESPACE
>> 2) Run 'make' (or 'make modules') and get warnings about modules not
>> importing that namespace.
>> 3) Run 'make nsdeps' to automatically add required import statements
>> to said modules.
>>
>> This makes it easer for subsystem maintainers to introduce and maintain
>> symbol namespaces into their codebase.
>>
>> Co-developed-by: Martijn Coenen <maco@...roid.com>
>> Signed-off-by: Martijn Coenen <maco@...roid.com>
>> Acked-by: Julia Lawall <julia.lawall@...6.fr>
>> Reviewed-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
>> Signed-off-by: Matthias Maennich <maennich@...gle.com>
>
>
>Without any correct dependency,
>this does not work.
You are right, 'nsdeps' needs to depend on 'modules' to make that work.
I will fix that in the next version.
>$ make clean; make nsdeps
>cat: modules.order: No such file or directory
>cat: ./modules.order: No such file or directory
>
>
>I do not see any point in the Makefile changes.
Powered by blists - more mailing lists