Re: [PATCH] drivers:ethernet:davinci_emac.c:Fixes flaw in mac address handling.

2014-10-03 Thread David Miller
From: Michael Welling Date: Fri, 3 Oct 2014 15:43:59 -0500 > On Fri, Oct 03, 2014 at 01:03:05PM -0700, David Miller wrote: >> From: Michael Welling >> Date: Wed, 1 Oct 2014 21:32:05 -0500 >> >> > The code currently checks the mac_addr variable that is clearly >> > zero'd out during allocation.

Re: [PATCH] drivers:ethernet:davinci_emac.c:Fixes flaw in mac address handling.

2014-10-03 Thread Michael Welling
On Fri, Oct 03, 2014 at 01:03:05PM -0700, David Miller wrote: > From: Michael Welling > Date: Wed, 1 Oct 2014 21:32:05 -0500 > > > The code currently checks the mac_addr variable that is clearly > > zero'd out during allocation. > > > > Further code is added to bring the mac_addr from the parti

Re: [PATCH] drivers:ethernet:davinci_emac.c:Fixes flaw in mac address handling.

2014-10-03 Thread David Miller
From: Michael Welling Date: Wed, 1 Oct 2014 21:32:05 -0500 > The code currently checks the mac_addr variable that is clearly > zero'd out during allocation. > > Further code is added to bring the mac_addr from the partial pdata. > > Signed-off-by: Michael Welling I don't see anyone specifyin

[PATCH] drivers:ethernet:davinci_emac.c:Fixes flaw in mac address handling.

2014-10-01 Thread Michael Welling
The code currently checks the mac_addr variable that is clearly zero'd out during allocation. Further code is added to bring the mac_addr from the partial pdata. Signed-off-by: Michael Welling --- drivers/net/ethernet/ti/davinci_emac.c | 10 +- 1 file changed, 5 insertions(+), 5 delet