Re: [PATCH] net: phy: mscc: initialize stats array

2019-07-24 Thread David Miller
From: Andreas Schwab Date: Wed, 24 Jul 2019 17:32:57 +0200 > The memory allocated for the stats array may contain arbitrary data. > > Signed-off-by: Andreas Schwab Applied and queued up for -stable.

Re: [PATCH] net: phy: mscc: initialize stats array

2019-07-24 Thread Andrew Lunn
On Wed, Jul 24, 2019 at 05:32:57PM +0200, Andreas Schwab wrote: > The memory allocated for the stats array may contain arbitrary data. > > Signed-off-by: Andreas Schwab Reviewed-by: Andrew Lunn Fixes: e4f9ba642f0b ("net: phy: mscc: add support for VSC8514 PHY.") Fixes: 00d70d8e0e78 ("net: phy:

[PATCH] net: phy: mscc: initialize stats array

2019-07-24 Thread Andreas Schwab
The memory allocated for the stats array may contain arbitrary data. Signed-off-by: Andreas Schwab --- drivers/net/phy/mscc.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/net/phy/mscc.c b/drivers/net/phy/mscc.c index 28676af97b42..645d354ffb48