Re: [PATCH net-next 1/2] net: Convert lowpan_frags_ops

2018-03-22 Thread David Miller
From: Kirill Tkhai Date: Mon, 19 Mar 2018 14:45:37 +0300 > These pernet_operations register and unregister sysctl. > Also, there is inet_frags_exit_net() called in exit method, > which has to be safe after a560002437d3 "net: Fix hlist > corruptions in inet_evict_bucket()". > > Signed-off-by: Kir

[PATCH net-next 1/2] net: Convert lowpan_frags_ops

2018-03-19 Thread Kirill Tkhai
These pernet_operations register and unregister sysctl. Also, there is inet_frags_exit_net() called in exit method, which has to be safe after a560002437d3 "net: Fix hlist corruptions in inet_evict_bucket()". Signed-off-by: Kirill Tkhai --- net/ieee802154/6lowpan/reassembly.c |1 + 1 file ch