Re: [uml-devel] linux-next: Tree for Feb 17 (uml)

2012-02-17 Thread Geert Uytterhoeven
On Fri, Feb 17, 2012 at 19:34, Randy Dunlap wrote: > On 02/16/2012 09:50 PM, Stephen Rothwell wrote: >> Changes since 20120216: > > uml on x86_64 (defconfig): > >  CC      arch/um/kernel/asm-offsets.s > In file included from linux-next-20120217/include/linux/slab.h:12:0

Re: [uml-devel] [PATCH 10/10] UML net: set addr_assign_type if random_ether_addr() used

2012-02-17 Thread David Miller
From: Danny Kukawka Date: Fri, 17 Feb 2012 16:43:31 +0100 > Set addr_assign_type correctly to NET_ADDR_RANDOM in case > a random MAC address was generated and assigned to the netdevice. > > Return state from setup_etheraddr() about returning a random > MAC address or not and check this state in

Re: [uml-devel] [PATCH 10/10] UML net: set addr_assign_type if random_ether_addr() used

2012-02-17 Thread David Miller
From: Richard Weinberger Date: Fri, 17 Feb 2012 16:55:41 +0100 > On 17.02.2012 16:43, Danny Kukawka wrote: >> Set addr_assign_type correctly to NET_ADDR_RANDOM in case >> a random MAC address was generated and assigned to the netdevice. >> >> Return state from setup_etheraddr() about returning a

Re: [uml-devel] linux-next: Tree for Feb 17 (uml)

2012-02-17 Thread Randy Dunlap
On 02/16/2012 09:50 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120216: uml on x86_64 (defconfig): CC arch/um/kernel/asm-offsets.s In file included from linux-next-20120217/include/linux/slab.h:12:0, from linux-next-20120217/include/linux/cr

[uml-devel] [PATCH v2 00/10] Part 4: handle addr_assign_type for random addresses

2012-02-17 Thread Danny Kukawka
The fourth part of my patch series to fix the handling of addr_assign_type for random MAC addresses. This most of the patches in this series are for slightly more complex cases to handle addr_assign_type and the reset to NET_ADDR_PERM as soon as the MAC get changed via .ndo_set_mac_address whe

Re: [uml-devel] [PATCH 10/10] UML net: set addr_assign_type if random_ether_addr() used

2012-02-17 Thread Richard Weinberger
On 17.02.2012 16:43, Danny Kukawka wrote: > Set addr_assign_type correctly to NET_ADDR_RANDOM in case > a random MAC address was generated and assigned to the netdevice. > > Return state from setup_etheraddr() about returning a random > MAC address or not and check this state in eth_configure(). >

[uml-devel] [PATCH 10/10] UML net: set addr_assign_type if random_ether_addr() used

2012-02-17 Thread Danny Kukawka
Set addr_assign_type correctly to NET_ADDR_RANDOM in case a random MAC address was generated and assigned to the netdevice. Return state from setup_etheraddr() about returning a random MAC address or not and check this state in eth_configure(). Signed-off-by: Danny Kukawka --- arch/um/drivers/n