[RFC PATCH 0/1] Driver for ami305 magnetometer
This patch provides driver for two sw compatible 3 axis magnetometer chips (AMI305 / AK8974). Driver provides coordinates as polled input device. Chip can provide interrupt when the measurement result is ready, but this feature is not used. Instead, new measurement is started at polling event frequency. This meth... 12 Nov 2009 02:54
net/compat: fix dev_ifsioc emulation corner cases
From: Arnd Bergmann <arnd(a)arndb.de> Date: Wed, 11 Nov 2009 14:39:40 +0100 Handling for SIOCSHWTSTAMP is broken on architectures with a split user/kernel address space like s390, because it passes a real user pointer while using set_fs(KERNEL_DS). A similar problem might arise the next time somebody ... 11 Nov 2009 23:36
zlib: Optimize inffast even more
On Mon, 9 Nov 2009 11:22:16 +0100 Joakim Tjernlund <Joakim.Tjernlund(a)transmode.se> wrote: This improves zlib: Optimize inffast when copying direct from output and gives another 3-4% improvement for my MPC8321 target. Does not need CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS, uses get_unaligned() but only in o... 12 Nov 2009 04:00
Kernel: 2.6.31.5: CE: hpet increasing min_delta_ns: What do these messages mean?
On Wed, Nov 11, 2009 at 7:06 AM, Justin Piszcz <jpiszcz(a)lucidpixels.com> wrote: I see these messages in my kernel log: (2.6.31.5) [ � 48.886129] CE: hpet increasing min_delta_ns to 15000 nsec [ 3258.107039] CE: hpet increasing min_delta_ns to 22500 nsec [53705.451463] CE: hpet increasing min_delta_ns to ... 11 Nov 2009 15:39
[PATCH -next] staging/rtl8192u: depends on USB
From: Randy Dunlap <randy.dunlap(a)oracle.com> rtl8192u uses usb_* interfaces so it should depend on USB. ERROR: "usb_kill_urb" [drivers/staging/rtl8192u/r8192u_usb.ko] undefined! ERROR: "usb_deregister" [drivers/staging/rtl8192u/r8192u_usb.ko] undefined! ERROR: "usb_control_msg" [drivers/staging/rtl8192u/r8192u_... 11 Nov 2009 13:29
[PATCH] pxa: make index mfp unsigned in mfp_read() and write()
When signed, it is possible in theory to pass a negative mfp, and read/write outside the array bounds. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- arch/arm/plat-pxa/include/plat/mfp.h | 4 ++-- arch/arm/plat-pxa/mfp.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) I d... 11 Nov 2009 11:15
[PATCH v4 0/2] bsearch: fix overflow and avoid unnecessary calculation
Fix a rare overflow situation which can occur when working with large arrays. Also, remove an unneeded calculation. changelog: v4: fix the overflow which could still happen when the number of array elements to search approached the maximum value of size_t and to find the key element we would ... 11 Nov 2009 11:15
Kernel: 2.6.31.5: CE: hpet increasing min_delta_ns: What do these messages mean?
Hello, System: Intel DP55KG CPU: Intel Core i870 I see these messages in my kernel log: (2.6.31.5) [ 48.886129] CE: hpet increasing min_delta_ns to 15000 nsec [ 3258.107039] CE: hpet increasing min_delta_ns to 22500 nsec [53705.451463] CE: hpet increasing min_delta_ns to 33750 nsec I only see them when... 11 Nov 2009 11:15
sched_rt_periodic_timer vs cpu hotplug
On Wed, 2009-11-11 at 11:18 +0100, Heiko Carstens wrote: Hi all, we've seen a crash on s390 which seems to be related to sched_rt_period_timer vs. cpu hotplug: <1>Unable to handle kernel pointer dereference at virtual kernel address 00000000ff5ec000 <4>Oops: 0011 [#1] PREEMPT SMP DEBUG_PA... 16 Nov 2009 04:41
[PATCH]cfq-iosched: make nonrot check logic consistent
cfq_arm_slice_timer() has logic to disable idle window for SSD device. The same thing should be done at cfq_select_queue() too, otherwise we will still see idle window. This makes the nonrot check logic consistent in cfq. Signed-off-by: Shaohua Li <shaohua.li(a)intel.com> --- block/cfq-iosched.c | 3 ++- 1 fi... 11 Nov 2009 02:20