Issue metadata
Sign in to add a comment
|
edma/mdio driver sharing private data to access mii_bus |
||||||||||||||||||||||
Issue descriptionipq40xx_mdio_probe() creates a private am->mii_bus data structure that is accessed by edma driver later in: drivers/net/ethernet/qualcomm/essedma/edma_axi.c: mdio_data = dev_get_drvdata(&mdio_plat->dev); Thus edma_axi driver now has a reference to data that is managed by another driver and thus might change w/o notice later (leading to stale references).
,
Aug 7 2016
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by grundler@chromium.org
, Aug 7 2016