]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: Fix legacy probing
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 16 Jun 2017 23:42:11 +0000 (16:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Jun 2017 02:59:45 +0000 (22:59 -0400)
commitad777a4f7512838554f7da032edbf3298bc46d82
tree4ff3a224dd92c8c4ea757dea32c16c10056909e2
parent2cf993e1b15f082d51c2f155123760c67e69b360
net: dsa: Fix legacy probing

After commit 3c88e43c9ad9 ("net: dsa: Remove master_netdev and
use dst->cpu_dp->netdev") and a6d2804a874d ("net: dsa: Associate
slave network device with CPU port") we would be seeing NULL pointer
dereferences when accessing dst->cpu_dp->netdev too early. In the legacy
code, we actually know early in advance the master network device, so
pass it down to the relevant functions.

Fixes: 3c88e43c9ad9 ("net: dsa: Remove master_netdev and use dst->cpu_dp->netdev")
Fixes: a6d2804a874d ("net: dsa: Associate slave network device with CPU port")
Reported-by: Jason Cobham <jcobham@questertangent.com>
Tested-by: Jason Cobham <jcobham@questertangent.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/legacy.c