Re: [PATCH v4 08/12] scripts: Coccinelle script for namespace dependencies.

2019-09-05 Thread Matthias Maennich
On Wed, Sep 04, 2019 at 06:53:25PM +0900, Masahiro Yamada wrote: On Wed, Sep 4, 2019 at 12:07 AM Matthias Maennich wrote: A script that uses the '.ns_deps' files generated by modpost to automatically add the required symbol namespace dependencies to each module. Usage: 1) Move some symbols to

Re: [PATCH v4 08/12] scripts: Coccinelle script for namespace dependencies.

2019-09-04 Thread Masahiro Yamada
On Wed, Sep 4, 2019 at 12:07 AM Matthias Maennich wrote: > > A script that uses the '.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 >DEFA