[PATCH 10/10] x86-32: panic on !CX8 && XMM
No known CPU should have this combination, and future ones are very unlikely to. However, should this happen, we would generate working but non-atomic code, so panic instead. --- arch/x86/lib/atomic64_32.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/x86/lib/atomic... 17 Feb 2010 07:44
[dlm] Two small sysfs patches
Hi, Please queue the following two patches for the next merge window for dlm. The first one adds a new sysfs variable so that the lockspace can be obtained without resorting to parsing the initial line of the sysfs message. The second one removes some obsolete code relating to one of the sysfs files, Steve... 17 Feb 2010 05:34
[PATCH 2/2] dlm: Remove obsolete lockspace lookup
We don't need to look up the lockspace in this particular case since we already have a pointer to it (which was being dereferenced in order to do the lookup in the first place). Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/dlm/lockspace.c | 6 +----- 1 files changed, 1 insertions(+), 5 dele... 17 Feb 2010 05:34
[PATCH] nouveau: fix undefined reference to acpi_lid_open
Fix the following compile time error: drivers/built-in.o: In function `nouveau_connector_detect': /home/daniel/src/linux/jup/linux-2.6/drivers/gpu/drm/nouveau/nouveau_connector.c:243: undefined reference to `acpi_lid_open' Signed-off-by: Daniel Mack <daniel(a)caiaq.de> Cc: David Airlie <airlied(a)linux.ie> Cc: Ben... 17 Feb 2010 05:34
[PATCH] cpm_uart: Use resource_size()
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> --- drivers/serial/cpm_uart/cpm_uart_cpm2.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git ... 17 Feb 2010 03:24
drivers/net/usb: Use netif_<level> logging facilities
From: Joe Perches <joe(a)perches.com> Date: Mon, 15 Feb 2010 00:25:12 -0800 Convert from: if (netif_msg_<foo>(priv)) dev_<level>(dev... to netif_<level>(priv, foo, dev... Also convert a few: if (i < REG_TIMEOUT) { etc... return ret; } to if (i >= REG_TIMEOUT... 17 Feb 2010 03:24
usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>
From: Joe Perches <joe(a)perches.com> Date: Mon, 15 Feb 2010 00:25:11 -0800 These macros are too similar to the dev_<level> equivalents but take a usbnet * argument. Convert them to the recently introduced netdev_<level> macros and remove the old macros. The old macros had "\n" appended to the format ... 17 Feb 2010 03:24
linux-next: build failure after final merge (net tree)
On Wed, 17 Feb 2010 17:40:15 +1100 Stephen Rothwell <sfr(a)canb.auug.org.au> wrote: Caused by commit 2b95efe7f6bb750256a702cc32d33b0cb2cd8223 ("netfilter: xtables: use xt_table for hook instantiation"). Missing direct include of linux/netfilter.h? The address for Jan Engelhardt is bouncing ... -- Che... 17 Feb 2010 03:24
linux-next: build warning after final merge (sound tree)
Hi Takashi, After merging, today's linux-next build (powerpc allyesconfig) produced this warning: sound/soc/soc-core.c: In function 'pmdown_time_set': sound/soc/soc-core.c:149: warning: passing argument 3 of 'strict_strtol' from incompatible pointer type include/linux/kernel.h:178: note: expected 'long int *' ... 17 Feb 2010 05:34
x86: allow fbdev primary video code on 64-bit.
On Fri, Jan 8, 2010 at 9:06 AM, H. Peter Anvin <hpa(a)zytor.com> wrote: On 01/06/2010 11:04 PM, Dave Airlie wrote: From: Dave Airlie <airlied(a)redhat.com> For some reason the 64-bit tree was doing this differently and I can't see why it would need to. This correct behaviour when you have two GPU... 17 Feb 2010 02:15