Re: [uml-user] 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-user] [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-user] [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-user] [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-user] [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-user] [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-user] [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-user] [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