[PATCH] MM: Fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.
Got this while compiling for ARM/SA1100: mm/sparse.c: In function '__section_nr': mm/sparse.c:135: warning: 'root' is used uninitialized in this function This patch follows Russell King's suggestion for a new calculation for NR_SECTION_ROOTS. Thanks also to Sergei Shtylyov for pointing out the existence of the... 5 May 2010 18:16
[PATCH linux-next] irq: Clear CPU mask in affinity_hint when none is provided
When an interrupt is disabled and torn down, the CPU mask returned through affinity_hint right now is all CPUs. Also, for drivers that don't provide an affinity_hint mask, this can be misleading. There should be no hint at all, meaning an empty CPU mask. Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz... 5 May 2010 17:09
ACPI: DMI init_set_sci_en_on_resume for multiple Lenovo ThinkPads
applied for 2.6.34 (and acked for .stable) hopefully we'll figure out how to safely nuke this DMI list shortly. thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majord... 5 May 2010 17:09
[PATCH] x86 acpi/irq: Define gsi_end when X86_IO_APIC is undefined
Oops. My recent changes introducing a global gsi_end variable failed to take into account the case of using acpi on a system not built to support IO_APICs, causing the build to fail. Define gsi_end to 15 when CONFIG_X86_IO_APIC is not set to avoid compile errors. Signed-off-by: Eric W. Biederman <ebiederm(a)xmi... 5 May 2010 17:09
[PATCH] perf: Fix static strings treated like dynamic ones
The raw_field_ptr() helper, used to retrieve the address of a field inside a trace event, treats every strings as if they were dynamic ie: having a secondary level of indirection to retrieve their contents. FIELD_IS_STRING doesn't mean FIELD_IS_DYNAMIC, we only need to compute the secondary dereference for the l... 5 May 2010 17:09
netns: Teach network device kobjects which namespace they are in.
"Serge E. Hallyn" <serue(a)us.ibm.com> writes: Quoting Eric W. Biederman (ebiederm(a)xmission.com): diff --git a/net/Kconfig b/net/Kconfig index 041c35e..265e33b 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -45,6 +45,14 @@ config COMPAT_NETLINK_MESSAGES menu "Networking options" ... 5 May 2010 16:02
[git patches] Delete two zero-length files
Please pull from 'zerolen' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git zerolen to receive the following updates: 0 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 drivers/mtd/internal.h delete mode 100644 drivers/mtd/mtdbdi.c Jeff Garzik (1): [MTD... 5 May 2010 16:02
infiniband: fix cxgb4 printk format warnings
Thanks, rolled this into the new cxgb4 driver. Wouldn't it be Good if virt_to_phys() returned the same typed value on all arches? heh. Note: cxgb4 needs MAINTAINER info. I'll try to take care of it. Thanks -- Roland Dreier <rolandd(a)cisco.com> || For corporate legal information go to: http:/... 5 May 2010 16:02
[GIT PULL] SLAB fixes for 2.6.34-rc7
Hi Linus, Here's a last minute SLUB fix from Yanmin Zhang. The fix itself has been cooking in linux-next for over a month but I think we want it in final release because it's really a regression introduced by the new per-CPU allocator changes. Pekka The following changes since co... 5 May 2010 14:54
infiniband: ulp/iser, fix error retval in iser_create_ib_conn_res
Or, I don't think we ever fixed this. This patch looks correct to me, any problem with merging this for 2.6.35? -- Roland Dreier <rolandd(a)cisco.com> || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line "unsub... 6 May 2010 09:39