Re: [PATCH 1/4] modpost: delegate updating namespaces to separate function

2019-10-11 Thread Masahiro Yamada
On Sat, Oct 12, 2019 at 12:33 AM Greg Kroah-Hartman wrote: > > On Thu, Oct 10, 2019 at 04:14:40PM +0100, Matthias Maennich wrote: > > Let the function 'sym_update_namespace' take care of updating the > > namespace for a symbol. While this currently only replaces one single > > location where names

Re: [PATCH 1/4] modpost: delegate updating namespaces to separate function

2019-10-11 Thread Greg Kroah-Hartman
On Thu, Oct 10, 2019 at 04:14:40PM +0100, Matthias Maennich wrote: > Let the function 'sym_update_namespace' take care of updating the > namespace for a symbol. While this currently only replaces one single > location where namespaces are updated, in a following patch, this > function will get more

Re: [PATCH 1/4] modpost: delegate updating namespaces to separate function

2019-10-11 Thread Will Deacon
On Thu, Oct 10, 2019 at 04:14:40PM +0100, Matthias Maennich wrote: > Let the function 'sym_update_namespace' take care of updating the > namespace for a symbol. While this currently only replaces one single > location where namespaces are updated, in a following patch, this > function will get more

[PATCH 1/4] modpost: delegate updating namespaces to separate function

2019-10-10 Thread Matthias Maennich
Let the function 'sym_update_namespace' take care of updating the namespace for a symbol. While this currently only replaces one single location where namespaces are updated, in a following patch, this function will get more call sites. The function signature is intentionally close to sym_update_c