Re: [PATCH net-next 06/12] ipvlan: Take addr_lock in ipvlan_open()

From: Paolo Abeni
Date: Tue Nov 25 2025 - 09:18:46 EST


On 11/20/25 6:49 PM, Dmitry Skorodumov wrote:
> It was forgotten to lock addrs in ipvlan_open().
>
> Seems that code was initially written in assumption
> that any address change occurs under rtnl_lock(). But
> it's not true for the ipv6 case. So, we have to
> take addr_lock in ipvlan_open().
>
> Signed-off-by: Dmitry Skorodumov <skorodumov.dmitry@xxxxxxxxxx>

... same here. This looks like 'net' material and need a fixes tag.

/P