RE;
I am Mrs Claire page,contact my lawyer(barlandon_watson(a)gala.net) -- 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/lk... 2 Apr 2010 20:23
[PATCH] mtd/maps/physmap: catch failure to register MTD_PHYSMAP_COMPAT device
If the default Kconfig values are used with MTD_PHYSMAP_COMPAT you end up with a resource where end < start. This causes __request_resource to return a conflict which then returns an -EBUSY error code. The current physmap.c code just assumes that the platfom_device_register will always succeed. Catch this fail... 2 Apr 2010 19:18
[PATCH 0/4]-V2 TPS6507x MFD driver
This is the second posting of the TPS6507x driver set. I have incorporated Mark Brown's feedback and retested. Patches 3 and 5 have been combined so there are only 4 patches in the series now. The TPS6507x family of Texas Instruments power management ICs (pmic) are multi-function chips that include voltage re... 2 Apr 2010 18:11
[patch -mm v2] oom: exclude tasks with badness score of 0 from being selected
An oom_badness() score of 0 means "never kill" according to Documentation/filesystems/proc.txt, so exclude it from being selected for kill. These tasks have either detached their p->mm or are set to OOM_DISABLE. Also removes an unnecessary initialization of points to 0 in mem_cgroup_out_of_memory(), select_bad_... 2 Apr 2010 18:11
[PATCH] hwmon:applesmc: Add support for iMac 9.
This patch adds support to hwmon:applesmc for the iMac9,1. Without this the default settings for applesmc and iMac are to set the machine to use only nine temperature sensors, with this patch you get all fourteen of them. Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- drivers/hwmon/applesmc... 2 Apr 2010 18:11
oom: exclude tasks with badness score of 0 from being selected
On 04/02, David Rientjes wrote: An oom_badness() score of 0 means "never kill" according to Documentation/filesystems/proc.txt, so explicitly exclude it from being selected for kill. These tasks have either detached their p->mm or are set to OOM_DISABLE. Agreed, but @@ -336,6 +336,8 @@ static st... 2 Apr 2010 18:11
[PATCH 2/2] let-message-queue-timeout-use-hrtimer.patch
The message queue functions mq_timedsend() and mq_timedreceive() have not yet been converted to use the hrtimer interface. This patch replaces the call to schedule_timeout() by a call to schedule_hrtimeout() and transforms the expiration time from timespec to ktime as required. CC: Andrew Morton <akpm(a)linux-fo... 2 Apr 2010 17:04
[PATCH 0/2] Convert message queue timeouts to hrtimer
The message queue system calls that may timeout, mq_timedsend() and mq_timedreceive(), still use the old jiffie-based timer interface. Convert them to hrtimer. The first patch provides the hrtimer infrastructure, the second patch does the actual conversion to hrtimer. Carsten. -- To unsubscribe from this li... 2 Apr 2010 17:04
kernel crashing with reare bug
Le 02.04.2010 22:06, Denis BUCHER a �crit : Dear all, I am sorry to post a personal problem, but I saw it nowhere on the web, therefore I think it's really a special problem. Our server is regularly crashing (every 2 months), always too fast to get any log. But today we got this : kernel: all... 2 Apr 2010 17:04
[GIT PULL][v2.6.34] tracing: fixes
* Steven Rostedt <rostedt(a)goodmis.org> wrote: Ingo, I rebased my branch against yours and removed the module patch since it looks like it is no longer urgent. I moved it over to my core branch along with a fix to the compile error you saw with it. I'll be pushing that later this week. T... 2 Apr 2010 17:04