[PATCH 3/5] net: fortify eth_platform_get_mac_address()
From: andrew@lunn.ch (Andrew Lunn)
Date: 2018-07-18 16:35:28
Also in:
linux-omap, lkml, netdev
From: andrew@lunn.ch (Andrew Lunn)
Date: 2018-07-18 16:35:28
Also in:
linux-omap, lkml, netdev
On Wed, Jul 18, 2018 at 06:10:33PM +0200, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <redacted> We'll soon have more sources from which to read the MAC address in this routine. Make sure the address is correct before returning it. Signed-off-by: Bartosz Golaszewski <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew