Skip to content
Commit 934d0f03 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'dsa-avoid-cross-chip-vlan-sync'



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: default avatarDavid S. Miller <davem@davemloft.net>
parents 51d555cf 108dc874
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment