Prev: asus-laptop: return proper error for store_ledd if write_acpi_int fail
Next: oops in tcp_xmit_retransmit_queue() w/ v2.6.32.15
From: Benjamin Herrenschmidt on 8 Jul 2010 04:30 Hi Linus ! Here are a few powerpc nits and bits still for 2.6.35. Mostly simple/trivial stuff and some gcc-4.5 related fixes. Thanks ! Cheers, Ben. The following changes since commit 2aa72f612144a0a7d4b0b22ae7c122692ac6a013: Linus Torvalds (1): Merge git://git.kernel.org/.../davem/net-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge Anton Blanchard (1): powerpc: Linux cannot run with 0 cores Denis Kirjanov (1): powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fixup_resources Johannes Berg (1): powerpc: Fix logic error in fixup_irqs Matt Evans (1): powerpc/perf_event: Fix for power_pmu_disable() Paul E. McKenney (1): powerpc: Fix default_machine_crash_shutdown #ifdef botch Sam Ravnborg (1): powerpc: Fix userspace build of ptrace.h Stephen Rothwell (3): powerpc: Fix module building for gcc 4.5 and 64 bit powerpc: Fix compile errors in prom_init_check for gcc 4.5 powerpc: Fix feature-fixup tests for gcc 4.5 Yang Li (1): powerpc: Disable SPARSE_IRQ by default arch/powerpc/Kconfig | 4 +- arch/powerpc/Makefile | 4 +- arch/powerpc/include/asm/ptrace.h | 32 ++++----- arch/powerpc/kernel/crash.c | 2 +- arch/powerpc/kernel/irq.c | 5 +- arch/powerpc/kernel/perf_event.c | 5 +- arch/powerpc/kernel/prom_init.c | 2 +- arch/powerpc/kernel/prom_init_check.sh | 6 ++ arch/powerpc/lib/Makefile | 4 +- arch/powerpc/lib/crtsavres.S | 129 ++++++++++++++++++++++++++++++++ arch/powerpc/lib/feature-fixups.c | 17 ++-- arch/powerpc/platforms/iseries/pci.c | 6 +- scripts/mod/modpost.c | 5 + 13 files changed, 184 insertions(+), 37 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |