(none)
You have won 891,934.00 pounds Send Necessary :name,age,occupation, country -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/... 31 Mar 2010 07:37
[Patch] workqueue: move lockdep annotations up to destroy_workqueue()
This fixes a lockdep warning when invoking destroy_workqueue(), because the lockdep annotations are invoked under cpu_add_remove_lock. So, move the lockdep annotations before taking cpu_add_remove_lock in destroy_workqueue(), this will not affect the original purpose of adding them for destroy_workqueue() etc. ... 31 Mar 2010 07:37
sched: check for prev_cpu == this_cpu before calling wake_affine()
On Mon, 2010-03-08 at 14:19 -0800, Suresh Siddha wrote: plain text document attachment (fix_wake_affine.patch) On a single cpu system with SMT, in the scenario of one SMT thread being idle with another SMT thread running a task and doing a non sync wakeup of another task, we see (from the traces) that the w... 20 Apr 2010 16:10
MACB: Set PHY address in kernel parameters
Anders Darander wrote: From: Anders Darander <ad(a)datarespons.se> Add the possibility to set the phy address. This is needed if an integrated switch is connected to the MAC, as it is often the case that the highest port is the one connected to the MAC of the MCU. E.g. in the case of the Micrel KSZ... 31 Mar 2010 06:32
[PATCH][RFC] x86: remove SMP check/taint for AMD K7 (was Re: KVM warning about uncertified CPU for SMP for AMD model 2, stepping 3)
On Wed, 31 Mar 2010, Andi Kleen wrote: booting 32bit guest on 32bit host on AMD system gives me the following warning when KVM is instructed to boot as SMP: I guess these warnings could be just disabled. With nearly everyone using multi-core these days they are kind of obsolete anyways. Why is... 31 Mar 2010 04:22
tracing: function graph output for preempt/irqs-off tracers
On Wed, Mar 31, 2010 at 09:37:38AM +0200, Jiri Olsa wrote: On Mon, Mar 29, 2010 at 11:41:39AM -0400, Steven Rostedt wrote: On Mon, 2010-03-29 at 17:21 +0200, Jiri Olsa wrote: Understand what I'm trying to ask? ok, so what you mean is: - dont clear the max_tr and - ad... 31 Mar 2010 04:22
[PATCH] MACB: Set PHY address in kernel parameters
From: Anders Darander <ad(a)datarespons.se> Add the possibility to set the phy address. This is needed if an integrated switch is connected to the MAC, as it is often the case that the highest port is the one connected to the MAC of the MCU. E.g. in the case of the Micrel KSZ8873, port 3 is the one to connect to ... 31 Mar 2010 04:22
nilfs2: fix a wrong type conversion in nilfs_ioctl()
On Wed, 31 Mar 2010 15:41:00 +0800, Li Hong <lihong.hi(a)gmail.com> wrote: (void * __user *) should be (void __user *) Signed-off-by: Li Hong <lihong.hi(a)gmail.com> Applied. Thank you. Ryusuke Konishi --- fs/nilfs2/ioctl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff... 31 Mar 2010 04:22
[PATCH] nilfs2: fix a wrong type conversion in nilfs_ioctl()
(void * __user *) should be (void __user *) Signed-off-by: Li Hong <lihong.hi(a)gmail.com> --- fs/nilfs2/ioctl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c index 313d0a2..c446017 100644 --- a/fs/nilfs2/ioctl.c +++ b/fs/nilfs2/ioctl.c @@ -64... 31 Mar 2010 04:22
patch iwlwifi-silence-tfds_in_queue-message.patch added to 2.6.32-stable tree
Greg KH wrote: On Tue, Mar 30, 2010 at 09:16:02AM +0200, Stefan Bader wrote: Greg KH wrote: On Mon, Mar 29, 2010 at 03:09:35PM -0700, reinette chatre wrote: Hi, On Mon, 2010-03-29 at 13:41 -0700, gregkh(a)suse.de wrote: This is a note to let you know that we have just queued up the pa... 31 Mar 2010 04:22