[PATCH][RESEND] x86: add HPET-quirk for nVidia MCP61 LPC Bridge (10de:03e0)
Any comments on this patch ? (N)Ack ? Wrong list ? x86: add HPET-quirk for nVidia MCP61 LPC Bridge (10de:03e0) Tested with an ASUS M2N-VM DH (nForce 430 + GeForce 6150SE). Cc: stable(a)kernel.org Signed-off-by: Frank Schaefer <fschaefer.oss(a)googlemail.com> --- arch/x86/kernel/quirks.c | 20 ++++++++++... 19 Mar 2010 11:59
[PATCH 2/7] tty: Take a 256 byte padding into account when buffering below sub-page units
From: Mel Gorman <mel(a)csn.ul.ie> The TTY layer takes some care to ensure that only sub-page allocations are made with interrupts disabled. It does this by setting a goal of "TTY_BUFFER_PAGE" to allocate. Unfortunately, while TTY_BUFFER_PAGE takes the size of tty_buffer into account, it fails to account that tty_b... 19 Mar 2010 11:59
[PATCH 12/12] driver core: numa: fix BUILD_BUG_ON for node_read_distance
From: David Rientjes <rientjes(a)google.com> node_read_distance() has a BUILD_BUG_ON() to prevent buffer overruns when the number of nodes printed will exceed the buffer length. Each node only needs four chars: three for distance (maximum distance is 255) and one for a seperating space or a trailing newline. S... 19 Mar 2010 11:59
[PATCH 09/12] sysdev: the cpu probe/release attributes should be sysdev_class_attributes
From: Stephen Rothwell <sfr(a)canb.auug.org.au> This fixes these warnings: drivers/base/cpu.c:264: warning: initialization from incompatible pointer type drivers/base/cpu.c:265: warning: initialization from incompatible pointer type Cc: Andi Kleen <andi(a)firstfloor.org> Signed-off-by: Stephen Rothwell <sfr(a)canb... 19 Mar 2010 11:59
[PATCH 6/7] tty: cpm_uart: use resource_size()
From: Tobias Klauser <tklauser(a)distanz.ch> Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one errors. Signed-off-by: Tobias Klauser <tklauser(a)distanz.ch> Cc: Alan Cox <alan(a)lxorguk.ukuu.org.uk> Cc: Kumar Gala <galak(a)gate.crashing... 19 Mar 2010 11:59
[PATCH 7/7] tty_port,usb-console: Fix usb serial console open/close regression
From: Jason Wessel <jason.wessel(a)windriver.com> Commit e1108a63e10d344284011cccc06328b2cd3e5da3 ("usb_serial: Use the shutdown() operation") breaks the ability to use a usb console starting in 2.6.33. This was observed when using console=ttyUSB0,115200 as a boot argument with an FTDI device. The error is: f... 19 Mar 2010 11:59
[GIT PATCH] driver core fixes for 2.6.34-git
Here are a number of bugfixes for the driver core for your 2.6.34-git tree. This series should resolve all of the sysfs lockdep warnings that have been reported numerous times. It also includes a number of documentation updates and other small fixes. Please pull from: master.kernel.org:/pub/scm/linux/kernel... 19 Mar 2010 11:59
[PATCH 3/7] uartlite: Fix build on sparc.
From: David Miller <davem(a)davemloft.net> We can get this driver enabled via MFD_TIMBERDALE which only requires GPIO to be on. But the of_address_to_resource() function is only present on powerpc and microblaze, so we have to conditionalize the CONFIG_OF probing bits on that. Signed-off-by: David S. Miller <... 19 Mar 2010 11:59
[PATCH 03/12] sysfs: fix sysfs lockdep warning in ipmi code
This fixes a sysfs lockdep warning in the ipmi code. Thanks to Eric Biederman and Yinghai Lu for the original versions of the patch, unfortunatly they did not submit them in a form they could be applied in. Cc: Yinghai Lu <yinghai(a)kernel.org> Cc: Eric Biederman <ebiederm(a)xmission.com> Signed-off-by: Greg Kroa... 19 Mar 2010 11:59
[PATCH] if_tunnel.h: add missing ams/byteorder.h include
From: None <None> When compiling userspace application which includes if_tunnel.h and uses GRE_* defines you will get undefined reference to __cpu_to_be16. Fix this by adding missing #include <asm/byteorder.h> Cc: stable(a)kernel.org Signed-off-by: Paulius Zaleckas <paulius.zaleckas(a)gmail.com> --- includ... 19 Mar 2010 11:59