diff options
author | Johan Hovold <[email protected]> | 2018-08-27 10:21:51 +0200 |
---|---|---|
committer | Rob Herring <[email protected]> | 2018-10-23 13:28:52 -0500 |
commit | ac63043d8cb5503c7e0fe110f947eacf2663804e (patch) | |
tree | 282f1824abab7ed062274345df3900f467e9deb6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d397dbe606120a1ea1b11b0020c3f7a3852da5ac (diff) |
net: stmmac: dwmac-sun8i: fix OF child-node lookup
Use the new of_get_compatible_child() helper to lookup the mdio-internal
child node instead of using of_find_compatible_node(), which searches
the entire tree from a given start node and thus can return an unrelated
(i.e. non-child) node.
This also addresses a potential use-after-free (e.g. after probe
deferral) as the tree-wide helper drops a reference to its first
argument (i.e. the mdio-mux node). Fortunately, this was inadvertently
balanced by a failure to drop the mdio-mux reference after lookup.
While at it, also fix the related mdio-internal- and phy-node reference
leaks.
Fixes: 634db83b8265 ("net: stmmac: dwmac-sun8i: Handle integrated/external MDIOs")
Tested-by: Corentin Labbe <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Giuseppe Cavallaro <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Cc: Jose Abreu <[email protected]>
Cc: David S. Miller <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions