Merge branch 'dsa-avoid-cross-chip-vlan-sync'
authorDavid S. Miller <davem@davemloft.net>
Tue, 25 Jan 2022 11:45:39 +0000 (11:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Jan 2022 11:45:39 +0000 (11:45 +0000)
Tobias Waldekranz says:

====================
net: dsa: Avoid cross-chip syncing of VLAN filtering

This bug has been latent in the source for quite some time, I suspect
due to the homogeneity of both typical configurations and hardware.

On singlechip systems, this would never be triggered. The only reason
I saw it on my multichip system was because not all chips had the same
number of ports, which means that the misdemeanor alien call turned
into a felony array-out-of-bounds access.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge