linux-next: manual merge of the net tree with Linus' tree
Hi all, Today's linux-next merge of the net tree got a conflict in drivers/net/bonding/bond_main.c between commit 9e2e61fbf8ad016d24e4af0afff13505f3dd2a2a ("bonding: fix potential deadlock in bond_uninit()") from Linus' tree and commit 22bedad3ce112d5ca1eaf043d4990fa2ed698c87 ("net: convert multicast list to li... 7 Apr 2010 02:25
ahci 0000:00:1f.2: controller reset failed (0xffffffff)
On Tue, Apr 6, 2010 at 6:28 PM, Andy Isaacson <adi(a)hexapodia.org> wrote: On Tue, Apr 06, 2010 at 06:08:04PM -0700, Yinghai wrote: [ � �3.094038] pci 0000:00:1f.2: no compatible bridge window for [mem 0xff970000-0xff9707ff] [ � �3.103001] pci 0000:00:1f.2: can't reserve [mem 0xff970000-0xff9707ff] ... 6 Apr 2010 23:09
[PATCH][GIT PULL] powerpc/tracing: Move TRACE_SYSTEM out of #if protection
Ben, You can pull this or just use this patch, which ever you prefer. Please pull the latest powerpc tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git powerpc Steven Rostedt (1): powerpc/tracing: Move TRACE_SYSTEM out of #if protection --... 6 Apr 2010 23:09
[PATCH v2] x86: Call setup_early_printk before first call to early_printk
Current code calls setup_early_printk() too late to catch the initial calls to early_printk(). This results in those early messages not to be printed on a serial console. Also, if there is no VGA device in the system, it will cause bad writes into VGA memory space. This can cause problems if the VGA memory space is... 6 Apr 2010 22:04
[PATCH][GIT PULL] tracing/mac80211: Move TRACE_SYSTEM out of #if protection
John, You can pull this or just use this patch. Which ever you prefer. Please pull the latest wireless tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git wireless Steven Rostedt (1): tracing/mac80211: Move TRACE_SYSTEM out of #if protection ... 6 Apr 2010 22:04
kernel: local_irq_{save,restore}_nmi()
From: Steven Rostedt <rostedt(a)goodmis.org> Date: Tue, 06 Apr 2010 21:13:10 -0400 On Tue, 2010-04-06 at 15:28 +0200, Peter Zijlstra wrote: Index: linux-2.6/kernel/trace/trace_irqsoff.c =================================================================== --- linux-2.6.orig/kernel/trace/trace_irqsoff.... 6 Apr 2010 22:04
ahci 0000:00:1f.2: controller reset failed (0xffffffff)
On 04/06/2010 03:54 PM, Andy Isaacson wrote: This Dell Precision WorkStation T3400 doesn't boot 2.6.34-rc1 (tried 522dba71). 2.6.33 was fine, and it's been running various stable kernels for the last 18 months. Unfortunately I can't reasonably bisect as I need this machine to be usable, but I can test spe... 12 Apr 2010 22:34
linux-next: manual merge of the v4l-dvb tree with Linus' tree
Hi Mauro, Today's linux-next merge of the v4l-dvb tree got a conflict in drivers/media/video/meye.c between commit 5a0e3ad6af8660be21ca98a971cd00f331318c05 ("include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h") from Linus' tree and commit b214778b09... 9 Apr 2010 03:26
Add a tunable that decides when memory should be compacted and when it should be reclaimed
On Fri, 2 Apr 2010 17:02:46 +0100 Mel Gorman <mel(a)csn.ul.ie> wrote: The kernel applies some heuristics when deciding if memory should be compacted or reclaimed to satisfy a high-order allocation. One of these is based on the fragmentation. If the index is below 500, memory will not be compacted. This ch... 6 Apr 2010 20:58
Allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove
On Fri, 2 Apr 2010 17:02:38 +0100 Mel Gorman <mel(a)csn.ul.ie> wrote: CONFIG_MIGRATION currently depends on CONFIG_NUMA or on the architecture being able to hot-remove memory. The main users of page migration such as sys_move_pages(), sys_migrate_pages() and cpuset process migration are only beneficial on... 6 Apr 2010 20:58