Re: [PATCHv2 net] usbnet: modern method to get random MAC
From: Simon Horman
Date: Fri Aug 30 2024 - 04:33:02 EST
On Thu, Aug 29, 2024 at 07:50:55PM +0200, Oliver Neukum wrote:
> The driver generates a random MAC once on load
> and uses it over and over, including on two devices
> needing a random MAC at the same time.
>
> Jakub suggested revamping the driver to the modern
> API for setting a random MAC rather than fixing
> the old stuff.
>
> The bug is as old as the driver.
I think this is appropriate:
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
> Signed-off-by: Oliver Neukum <oneukum@xxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>