Re: [PATCH net-next 06/12] ipvlan: Take addr_lock in ipvlan_open()
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-11-25 14:17:58
Also in:
lkml
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-11-25 14:17:58
Also in:
lkml
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 <redacted>
... same here. This looks like 'net' material and need a fixes tag. /P