Re: [PATCH] net: usbnet: update addr_assign_type if appropriate

2013-08-30 Thread Bjørn Mork
David Miller writes: > I was hoping to get this fix, via the series. When we have multiple instances > of the same bug it makes no sense to just fix one, especially now that you're > done the work to do all of them already. I see. Sorry for not catching that earlier. Bjørn -- To unsubscribe

Re: [PATCH] net: usbnet: update addr_assign_type if appropriate

2013-08-30 Thread David Miller
From: Bjørn Mork Date: Fri, 30 Aug 2013 20:56:15 +0200 > David Miller writes: >> From: Bjørn Mork >> Date: Fri, 30 Aug 2013 20:18:58 +0200 >> >>> Bjørn Mork writes: >>> This module generates a common default address on init, using eth_random_addr. Set addr_assign_type to let us

Re: [PATCH] net: usbnet: update addr_assign_type if appropriate

2013-08-30 Thread David Miller
From: Bjørn Mork Date: Fri, 30 Aug 2013 20:18:58 +0200 > Bjørn Mork writes: > >> This module generates a common default address on init, >> using eth_random_addr. Set addr_assign_type to let >> userspace know the address is random unless it was >> overridden by the minidriver. >> >> Signed-off-

Re: [PATCH] net: usbnet: update addr_assign_type if appropriate

2013-08-30 Thread Bjørn Mork
David Miller writes: > From: Bjørn Mork > Date: Fri, 30 Aug 2013 20:18:58 +0200 > >> Bjørn Mork writes: >> >>> This module generates a common default address on init, >>> using eth_random_addr. Set addr_assign_type to let >>> userspace know the address is random unless it was >>> overridden by

Re: [PATCH] net: usbnet: update addr_assign_type if appropriate

2013-08-30 Thread Bjørn Mork
Bjørn Mork writes: > This module generates a common default address on init, > using eth_random_addr. Set addr_assign_type to let > userspace know the address is random unless it was > overridden by the minidriver. > > Signed-off-by: Bjørn Mork David, I see that this patch is marked "Changes R

Re: [PATCH] net: usbnet: update addr_assign_type if appropriate

2013-08-24 Thread Oliver Neukum
On Thu, 2013-08-22 at 13:45 +0200, Bjørn Mork wrote: > This module generates a common default address on init, > using eth_random_addr. Set addr_assign_type to let > userspace know the address is random unless it was > overridden by the minidriver. > > Signed-off-by: Bjørn Mork Acked-by: Oliver N

[PATCH] net: usbnet: update addr_assign_type if appropriate

2013-08-22 Thread Bjørn Mork
This module generates a common default address on init, using eth_random_addr. Set addr_assign_type to let userspace know the address is random unless it was overridden by the minidriver. Signed-off-by: Bjørn Mork --- drivers/net/usb/usbnet.c |4 1 file changed, 4 insertions(+) diff --