Re: [PATCH net-next] mld: add missing rtnl_lock() in do_ipv6_getsockopt()

2021-03-30 Thread Taehee Yoo
On 3/31/21 1:08 AM, Eric Dumazet wrote: > On Tue, Mar 30, 2021 at 6:02 PM Taehee Yoo wrote: >> >> On 3/31/21 12:40 AM, Eric Dumazet wrote: >> > This seems a serious regression compared to old code (in net tree) >> > >> > Have you added RTNL requirement in all this code ? >> > >> > We wo

Re: [PATCH net-next] mld: add missing rtnl_lock() in do_ipv6_getsockopt()

2021-03-30 Thread Taehee Yoo
On 3/31/21 12:40 AM, Eric Dumazet wrote: > This seems a serious regression compared to old code (in net tree) > > Have you added RTNL requirement in all this code ? > > We would like to use RTNL only if strictly needed. Yes, I agree with you. This patchset actually relies on existed RTNL, which i