[PATCH 4/8] ACPI: allow a native cpuidle driver to displace ACPI
From: Len Brown <len.brown(a)intel.com> The ACPI driver would fail probe when it found that another driver had previously registered with cpuidle. But this is a natural situation, as a native hardware cpuidle driver should be able to bind instead of ACPI, and the ACPI processor driver should be able to handle y... 28 May 2010 02:51
udevd high cpu hogging in kernel-2.6.34 git8 to git-13
I noticed that since git8, udevd consumes from 50 to 80 percent of cpu. The main udevd thread is niced to -4, and 6 or more child threads are niced -2. So, I backpedaled to git7, which does not have this "feature" :) Cheers, JD -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i... 28 May 2010 02:51
cdc-acm: fix resource reclaim in error path of acm_probe
Am Freitag, 28. Mai 2010 05:28:31 schrieb Axel Lin: This patch fixes resource reclaim in error path of acm_probe: 1. In the case of "out of memory (write urbs usb_alloc_urb)", usb_alloc_urb may fail in any iteration of the for loop. Current implementation does not properly free allocated snd->urb. Yes. ... 31 May 2010 04:22
linux-next: Tree for May 28
Hi all, We are in the merge window again. I remind you all not to add stuff for 2.6.36 to your linux-next trees until after 2.6.35-rc1. Changes since 20100527: New tree: idle-test My fixes tree contains: v4l-dvb: update gfp/slab.h includes arm: update gfp/slab.h includes davinci: upda... 28 May 2010 01:46
linux-next: build failure after merge of the final tree (linus' tree related)
Hi Steven, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: arch/powerpc/platforms/pseries/hvCall_inst.c: In function 'hcall_inst_init': arch/powerpc/platforms/pseries/hvCall_inst.c:143: warning: passing argument 1 of 'register_trace_hcall_entry' from incompatible p... 28 May 2010 01:46
[PATCH 1/2 v2] FLAT: split the stack & data alignments
On Thu, May 27, 2010 at 19:15, David McCullough wrote: Jivin Mike Frysinger lays it down ... On Thu, May 27, 2010 at 04:24, Michal Simek wrote: Mike Frysinger wrote: The stack and data have different alignment requirements, so don't force them to wear the same shoe. ??Increase the data alignm... 28 May 2010 01:46
Don't send SCO/eSCO request during a mode change from sniff to active
Sorry about that. Typo in To: address. -- Ron Shaffer Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum -- 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 htt... 28 May 2010 12:39
[PATCH 2/3] Bluetooth: Reassigned copyright to Code Aurora Forum
Qualcomm, Inc. has reassigned rights to Code Aurora Forum. Accordingly, as files are modified by Code Aurora Forum members, the copyright statement will be updated. Signed-off-by: Ron Shaffer <rshaffer(a)codeaurora.org> --- include/net/bluetooth/hci_core.h | 2 +- net/bluetooth/hci_conn.c | 2 +- ... 27 May 2010 23:38
[PATCH 1/3] Bluetooth: Remove extraneous white space
Deleted extraneous white space from the end of several lines Signed-off-by: Ron Shaffer <rshaffer(a)codeaurora.org> --- include/net/bluetooth/hci_core.h | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index... 27 May 2010 23:38
[PATCH 8/8] intel_idle: create a native cpuidle driver for select intel processors
On Thu, 27 May 2010 17:51:00 +0300 Igor Stoppa <igor.stoppa(a)nokia.com> wrote: Hi, ext Arjan van de Ven wrote: it's really inconvenient to have such drivers hidden in the architecture code; it's much more convenient for cpuidle developers if they're all in one place. wh... 28 May 2010 21:26