Re: [PATCH] sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'

2019-09-12 Thread David Miller
From: Christophe JAILLET Date: Wed, 11 Sep 2019 18:02:39 +0200 > The '.exit' functions from 'pernet_operations' structure should be marked > as __net_exit, not __net_init. > > Fixes: 8e2d61e0aed2 ("sctp: fix race on protocol/netns initialization") > Signed-off-by: Christophe JAILLET Applied an

Re: [PATCH] sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'

2019-09-11 Thread Marcelo Ricardo Leitner
On Wed, Sep 11, 2019 at 06:02:39PM +0200, Christophe JAILLET wrote: > The '.exit' functions from 'pernet_operations' structure should be marked > as __net_exit, not __net_init. > > Fixes: 8e2d61e0aed2 ("sctp: fix race on protocol/netns initialization") > Signed-off-by: Christophe JAILLET Acked-b