Re: [PATCH net-next 3/4] net: use rtnl_register_module where needed

2017-12-03 Thread David Ahern
On 12/3/17 7:56 PM, David Ahern wrote: > On 12/2/17 1:44 PM, Florian Westphal wrote: >> all of these can be compiled as a module, so use new >> _module version to make sure module can no longer be removed >> while callback/dump is in use. >> >> Signed-off-by: Florian Westphal >>

Re: [PATCH net-next 3/4] net: use rtnl_register_module where needed

2017-12-03 Thread David Ahern
On 12/2/17 1:44 PM, Florian Westphal wrote: > all of these can be compiled as a module, so use new > _module version to make sure module can no longer be removed > while callback/dump is in use. > > Signed-off-by: Florian Westphal > --- > net/bridge/br_mdb.c | 6 +++--- >

[PATCH net-next 3/4] net: use rtnl_register_module where needed

2017-12-02 Thread Florian Westphal
all of these can be compiled as a module, so use new _module version to make sure module can no longer be removed while callback/dump is in use. Signed-off-by: Florian Westphal --- net/bridge/br_mdb.c | 6 +++--- net/can/gw.c| 14 ++