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 |= IFF_ALLMULTI; -

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

2009-03-27 Thread David Miller
From: Stephen Hemminger shemmin...@linux-foundation.org Date: Thu, 26 Mar 2009 18:11:17 -0700 Signed-off-by: Stephen Hemminger shemmin...@vyatta.com Applied. -- ___

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

2009-03-27 Thread David Miller
From: Stephen Hemminger shemmin...@linux-foundation.org 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 shemmin...@vyatta.com Applied.

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 v...@zeniv.linux.org.uk 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

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

2010-09-29 Thread David Miller
From: Linus Torvalds torva...@linux-foundation.org Date: Wed, 29 Sep 2010 08:05:04 -0700 On Wed, Sep 29, 2010 at 1:34 AM, Boaz Harrosh bharr...@panasas.com wrote: On the other hand patch [f25c80a4] was trying to use eth_mac_addr() in eth_configure(), *which was the real fallout*. Because of

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 torva...@linux-foundation.org Date: Wed, 29 Sep 2010 08:01:07 -0700 On Wed, Sep 29, 2010 at 1:41 AM, Boaz Harrosh bharr...@panasas.com 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

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

2011-06-07 Thread David Miller
From: Eric Paris epa...@redhat.com Date: Fri, 03 Jun 2011 18:04:51 -0400 ... Signed-off-by: Eric Paris epa...@redhat.com Acked-by: Acked-by: H. Peter Anvin h...@zytor.com [for x86 portion] For sparc parts: Acked-by: David S. Miller da...@davemloft.net

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

2011-09-22 Thread David Miller
From: ratheesh kannoth ratheesh@gmail.com 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

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 rich...@nod.at 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

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 danny.kuka...@bisect.de 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

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 ba...@ti.com 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

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 ba...@ti.com Date: Mon, 16 Jul 2012 14:12:19 +0300 Acked-by: Felipe Balbi ba...@ti.com 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 j...@perches.com 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 j...@perches.com 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

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

2012-11-13 Thread David Miller
From: Joe Perches j...@perches.com Date: Tue, 13 Nov 2012 12:17:25 -0800 That seems an odd workflow as it leaves dangling CONFIG_foo 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

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

2015-03-12 Thread David Miller
From: Christophe Leroy christophe.le...@c-s.fr 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

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

2015-03-12 Thread David Miller
From: Christophe Leroy christophe.le...@c-s.fr 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

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.