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
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.
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.
---
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
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
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
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
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
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
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
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.
--
___
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo