Re: [uml-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread David Miller
From: Felipe Balbi Date: Mon, 16 Jul 2012 13:14:38 +0300 > if you're really renaming the function, then this patch alone will break > all of the below users. That should all be a single patch, I'm afraid. It would help if you actually read his patches before saying what they might or might not d

Re: [uml-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread David Miller
From: Felipe Balbi Date: Mon, 16 Jul 2012 14:12:19 +0300 > Acked-by: Felipe Balbi You need to provide this in a reply to the patch you actually want to ACK, so that the patch tracking system attaches your ACK to the proper patch. Thank you.

Re: [uml-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-17 Thread David Miller
From: Joe Perches Date: Thu, 12 Jul 2012 22:33:04 -0700 > net-next commit ad7eee98be ("etherdevice: introduce eth_broadcast_addr") > added a new style API. Rename random_ether_addr to eth_random_addr to > create some API symmetry. Series applied, thanks Joe. ---

Re: [uml-devel] [PATCH] wanrouter: Remove it and the drivers that depend on it

2012-11-13 Thread David Miller
From: Joe Perches Date: Sat, 10 Nov 2012 06:20:55 -0800 > Remove wanrouter as it's obsolete and has not been updated > by sangoma since 2.4.3 or so and it's not used anymore. > > Remove obsolete cyclomx drivers. > Update defconfig files that enable wanrouter. > Update files that include now dele

Re: [uml-devel] [PATCH V2] wanrouter: Remove it and the drivers that depend on it

2012-11-13 Thread David Miller
From: Joe Perches Date: Tue, 13 Nov 2012 12:17:25 -0800 > That seems an odd workflow as it leaves dangling CONFIG_ > options set, but I guess it doesn't hurt so here it is. As you said it's harmless, and more importantly it avoids unnecessary conflicts. > I just removed the modified arch/.../de

Re: [uml-devel] [PATCH 7/8] isdn: replace CONFIG_8xx by CONFIG_PPC_8xx

2015-03-12 Thread David Miller
From: Christophe Leroy Date: Thu, 12 Mar 2015 16:24:09 +0100 (CET) > Two config options exist to define powerpc MPC8xx: > * CONFIG_PPC_8xx > * CONFIG_8xx > In addition, CONFIG_PPC_8xx also defines CONFIG_CPM1 as > communication co-processor > > arch/powerpc/platforms/Kconfig.cputype has containe

Re: [uml-devel] [PATCH 4/8] net: freescale: replace CONFIG_8xx by CONFIG_PPC_8xx

2015-03-12 Thread David Miller
From: Christophe Leroy Date: Thu, 12 Mar 2015 16:23:54 +0100 (CET) > Two config options exist to define powerpc MPC8xx: > * CONFIG_PPC_8xx > * CONFIG_8xx > In addition, CONFIG_PPC_8xx also defines CONFIG_CPM1 as > communication co-processor > > arch/powerpc/platforms/Kconfig.cputype has containe

Re: [uml-devel] [PATCH 13/22] net: Fix dependencies for !HAS_IOMEM archs

2016-01-28 Thread David Miller
From: Richard Weinberger Date: Mon, 25 Jan 2016 23:24:12 +0100 > Not every arch has io memory. > So, unbreak the build by fixing the dependencies. > > Signed-off-by: Richard Weinberger Applied. -- Site24x7 APM Insight

Re: [uml-devel] [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list

2008-03-26 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Wed, 26 Mar 2008 07:13:51 +0100 > Jeff Garzik wrote: > >> static void uml_net_set_multicast_list(struct net_device *dev) > >> { > >> -if (dev->flags & IFF_PROMISC) > >> -return; > >> -else if (dev->mc_count) > >> -dev->flags

Re: [uml-devel] [patch 03/30] uml: convert network device to netdevice ops

2009-03-27 Thread David Miller
From: Stephen Hemminger Date: Thu, 26 Mar 2009 18:11:17 -0700 > Signed-off-by: Stephen Hemminger Applied. -- ___ User-mode-linux-devel mailing list User-mode-linux-devel@list

Re: [uml-devel] [patch 02/30] uml: convert network device to internal network device stats

2009-03-27 Thread David Miller
From: Stephen Hemminger Date: Thu, 26 Mar 2009 18:11:16 -0700 > Convert the UML network device to use internal network device stats. > > Signed-off-by: Stephen Hemminger Applied. -- ___

Re: [uml-devel] {painfully BISECTED} Please revert f25c80a4b2: arch/um/drivers: remove duplicate structure field initialization

2010-09-28 Thread David Miller
From: Andrew Morton Date: Tue, 28 Sep 2010 13:47:21 -0700 > Yeah, please revert it. I'll take care of this, thanks everyone. -- Start uncovering the many advantages of virtual appliances and start using them to simplify

Re: [uml-devel] {painfully BISECTED} Please revert f25c80a4b2: arch/um/drivers: remove duplicate structure field initialization

2010-09-28 Thread David Miller
From: Linus Torvalds Date: Tue, 28 Sep 2010 13:57:04 -0700 > So perhaps something like the attached patch would make it work, and > have the locking in place that apparently people think it should have? I'm fine with this if it works: Acked-by: David S. Miller

Re: [uml-devel] {painfully BISECTED} Please revert f25c80a4b2: arch/um/drivers: remove duplicate structure field initialization

2010-09-28 Thread David Miller
From: Al Viro Date: Tue, 28 Sep 2010 22:24:17 +0100 > Who maintains these drivers? Your guess is as good as mine, which probably means there is no active maintainer right now. -- Start uncovering the many advantages of

Re: [uml-devel] [PATCH] um: Proper Fix for f25c80a4: remove duplicate structure field initialization

2010-09-29 Thread David Miller
From: Linus Torvalds Date: Wed, 29 Sep 2010 08:05:04 -0700 > On Wed, Sep 29, 2010 at 1:34 AM, Boaz Harrosh wrote: >> >> On the other hand patch [f25c80a4] was trying to use eth_mac_addr() >> in eth_configure(), *which was the real fallout*. Because of state >> checks done inside eth_mac_addr() t

Re: [uml-devel] {painfully BISECTED} Please revert f25c80a4b2: arch/um/drivers: remove duplicate structure field initialization

2010-09-29 Thread David Miller
From: Linus Torvalds Date: Wed, 29 Sep 2010 08:01:07 -0700 > On Wed, Sep 29, 2010 at 1:41 AM, Boaz Harrosh wrote: >> >> With this I'm now back to my usual: boots fine but half of the times >> not halting. But I think that's a Fedora12 problem with interaction >> with uml. (Which I do not have ti

Re: [uml-devel] [PATCH] lib: Consolidate DEBUG_STACK_USAGE option

2011-05-07 Thread David Miller
From: Stephen Boyd Date: Fri, 6 May 2011 22:57:11 -0700 > Most arches define CONFIG_DEBUG_STACK_USAGE exactly the same way. > Move it to lib/Kconfig.debug so each arch doesn't have to define > it. This obviously makes the option generic, but that's fine > because the config is already used in ge

Re: [uml-devel] [PATCH -v2] Audit: push audit success and retcode into arch ptrace.h

2011-06-07 Thread David Miller
From: Eric Paris Date: Fri, 03 Jun 2011 18:04:51 -0400 ... > Signed-off-by: Eric Paris > Acked-by: Acked-by: H. Peter Anvin [for x86 portion] For sparc parts: Acked-by: David S. Miller -- EditLive Enterprise is the

Re: [uml-devel] routing table error in 2.6.39 ..

2011-09-22 Thread David Miller
From: ratheesh kannoth Date: Thu, 22 Sep 2011 21:25:47 +0530 > in 2.6.38 routing table is correct. But in 2.6.39 default gw appears > on top of the routing table. same problem persist in 3.0.0 also. You cannot depend upon the order in which routing table entries are listed by the kernel. The

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] [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