[PATCH] perf: fix bug mismatch with -c option definition
The -c option defines the user requested sampling period. It was implemented using an unsigned int variable but the type of the option was OPT_LONG. Thus, the option parser was overwriting memory belonging to other variables, namely the mmap_pages leading to a zero page sampling buffer. The bug was exposed ... 17 May 2010 06:56
leds-lp3944: properly handle lp3944_configure fail in lp3944_probe
On Mon, 17 May 2010 17:47:48 +0800 Axel Lin <axel.lin(a)gmail.com> wrote: In current implementation, lp3944_probe return 0 even if lp3944_configure fail. Therefore, led_classdev_unregister will be executed twice ( in error handling of lp3944_configure and lp3944_remove ). This patch properly handles lp3944... 26 May 2010 08:03
kvm network problem with Solaris 10u8 guest
Hi folks, I am trying to run Solaris 10u8 as a guest in kvm (kernel 2.6.33.2). Problem: The virtual network devices don't work with this Solaris version. e1000 and pcnet work just by chance, as it seems. I can ping the guest (even though some packets are lost), but ssh or other TCP connections don't work. ... 17 May 2010 06:56
[PATCH 3/5] arm: omap: switch over to gpio_set_debounce
From: Felipe Balbi <felipe.balbi(a)nokia.com> stop using the omap-specific implementations for gpio debouncing now that gpiolib provides its own support. Signed-off-by: Felipe Balbi <felipe.balbi(a)nokia.com> --- arch/arm/mach-omap2/board-3430sdp.c | 4 +--- arch/arm/mach-omap2/board-ldp.c |... 17 May 2010 06:56
460EX on-chip SATA driver <Kernel 2.6.33> < resubmission >
Hi Ben, On Sunday 16 May 2010 01:40:28 Benjamin Herrenschmidt wrote: + SATA0: sata(a)bffd1000 { + compatible = "amcc,sata-460ex"; + reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>; + interrupt-parent = <&UIC3>; + i... 19 May 2010 08:14
[PATCH 4/5] arm: omap: remove the unused omap_gpio_set_debounce methods
From: Felipe Balbi <felipe.balbi(a)nokia.com> nobody uses that anymore, so remove and expect drivers to use the gpiolib implementation. Signed-off-by: Felipe Balbi <felipe.balbi(a)nokia.com> --- arch/arm/plat-omap/gpio.c | 73 --------------------------------------------- 1 files changed, 0 insertions(+), 73 d... 17 May 2010 06:56
[PATCH 0/6] teach gpiolib about gpio debouncing
From: Felipe Balbi <felipe.balbi(a)nokia.com> Hi all, I'm resending this series since no-one has had any further comments for quite some time. Adding Andrew Morton to the loop also since David Brownell didn't pick the patch neither comment to any version of it. Felipe Balbi (5): gpiolib: introduce set_de... 17 May 2010 06:56
[PATCH 1/5] gpiolib: introduce set_debounce method
From: Felipe Balbi <felipe.balbi(a)nokia.com> Few architectures, like OMAP, allow you to set a debouncing time for the gpio before generating the IRQ. Teach gpiolib about that. Signed-off-by: Felipe Balbi <felipe.balbi(a)nokia.com> --- drivers/gpio/gpiolib.c | 43 +++++++++++++++++++++++++++++++++++++++++++... 17 May 2010 06:56
leds-lp3944: properly handle lp3944_configure fail in lp3944_probe
On Mon, May 17, 2010 at 05:47:48PM +0800, Axel Lin wrote: In current implementation, lp3944_probe return 0 even if lp3944_configure fail. Therefore, led_classdev_unregister will be executed twice ( in error handling of lp3944_configure and lp3944_remove ). This patch properly handles lp3944_configure fail i... 17 May 2010 06:56
[PATCH 1/2] Detect the thermal sensors by CPUID
The thermal sensors of Intel(R) CPUs can be detected by CPUID instruction, indicated by CPUID.06H.EAX[0]. CC: Andrew Morton <akpm(a)linux-foundation.org> CC: Jean Delvare <khali(a)linux-fr.org> CC: Henrique de Moraes Holschuh <hmh(a)hmh.eng.br> Signed-off-by: Huaxu Wan <huaxu.wan(a)linux.intel.com> Signed-off-by: Carst... 17 May 2010 06:56