[PATCH 49/58] tty: moxa: Locking clean up
From: Alan Cox <alan(a)linux.intel.com> - The open lock is needed to fix up the case of a board reset occuring during tty open but too early for a sane hangup response. - The lock can however got for other cases - Use the port mutex for get/setserial - Fix up the confused lack of locking on the THROTTLE and othe... 11 Dec 2009 19:10
[PATCH] leds-cobalt-qube.c: use resource_size()
Use resource_size() for ioremap. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Cc: Richard Purdie <rpurdie(a)rpsys.net> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> --- diff --git a/drivers/leds/leds-cobalt-qube.c b/drivers/leds/leds-cobalt-qube.c index 8816806..de19753 100644 --- a/drivers/leds... 11 Dec 2009 18:03
K8 ECC error with linux-2.6.32
With kernel 2.6.32 I get now: Dec 11 21:26:37 datengrab kernel: Northbridge Error, node 0, core: -1 Dec 11 21:26:37 datengrab kernel: K8 ECC error. First I thought this triggered by radeon KMS, since with this driver I get lots of this entries in the log together with screen corruptions. It doesn't happen on... 16 Dec 2009 02:35
i2c-iop3xx.c: fix memory resource
On Fri, 2009-12-11 at 13:32 -0500, H Hartley Sweeten wrote: The i2c-iop3xx driver requires a resource region of 0x18 bytes and currently uses the magic number IOP3XX_I2C_IO_SIZE (defined in i2c-iop3xx.h) to indicate this. All of the users of this driver have a platform memory resource so use resource_size(... 11 Dec 2009 14:43
hwrng: pasemi - Use __devexit_p
Found this while trying to track down section mismatches in hwrng. commit af304da7bbc35a72828cd8c5ef3c4e62ddaf0518 Author: Herbert Xu <herbert(a)gondor.apana.org.au> Date: Fri Dec 11 23:13:33 2009 +0800 hwrng: pasemi - Use __devexit_p We must wrap __devexit functions with __devexit_p. ... 11 Dec 2009 14:43
ipc: HARD_MSGMAX should be higher not lower on 64bit
Quoting Amerigo Wang (amwang(a)redhat.com): It looks weird that we have HARD_MSGMAX lower on 64bit than on 32bit, since usually 64bit machines have more memory than 32bit machines. It does look like this may have been an accident. Making it higher on 64bit seems reasonable, and keep the original number o... 11 Dec 2009 11:21
add Honeywell hmc5843 3-Axis Magnetometer (digital compass) driver.
Dear Steven, Mostly looks good to me. Couple of minor comments inline below. I'd also like to see some documentation for this chip. We don't really want people to have to read the data sheet in order to find out what the various modes and frequency settings are for example. Datasheets have a nasty habit of d... 11 Dec 2009 08:02
tracing: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING
* Li Zefan <lizf(a)cn.fujitsu.com> wrote: Define kmem_trace_alloc_{,node}_notrace() if CONFIG_TRACING is enabled, otherwise perf-kmem will show wrong stats ifndef CONFIG_KMEM_TRACE, because a kmalloc() memory allocation may be traced by both trace_kmalloc() and trace_kmem_cache_alloc(). Signed-off-... 11 Dec 2009 03:43
[PATCH 1/2] tracing: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING
Define kmem_trace_alloc_{,node}_notrace() if CONFIG_TRACING is enabled, otherwise perf-kmem will show wrong stats ifndef CONFIG_KMEM_TRACE, because a kmalloc() memory allocation may be traced by both trace_kmalloc() and trace_kmem_cache_alloc(). Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- include/linux/s... 11 Dec 2009 03:43
[10/90] ext4: reject too-large filesystems on 32-bit kernels
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ (cherry picked from commit bf43d84b185e2ff54598f8c58a5a8e63148b6e90) ext4 will happily mount a > 16T filesystem on a 32-bit box, but this is not safe; writes to the block device will wrap past 16T and the page cac... 11 Dec 2009 00:30