mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR (net-6.15-rc4). This pull includes wireless and a fix to vxlan which isn't in Linus's tree just yet. The latter creates with a silent conflict / build breakage, so merging it now to avoid causing problems. drivers/net/vxlan/vxlan_vnifilter.c094adad913("vxlan: Use a single lock to protect the FDB table")087a9eb9e5("vxlan: vnifilter: Fix unlocked deletion of default FDB entry") https://lore.kernel.org/20250423145131.513029-1-idosch@nvidia.com No "normal" conflicts, or adjacent changes. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -716,7 +716,8 @@ void tipc_mon_reinit_self(struct net *net)
|
||||
if (!mon)
|
||||
continue;
|
||||
write_lock_bh(&mon->lock);
|
||||
mon->self->addr = tipc_own_addr(net);
|
||||
if (mon->self)
|
||||
mon->self->addr = tipc_own_addr(net);
|
||||
write_unlock_bh(&mon->lock);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user