Hi Linus, The following changes since commit f6cede5b49e822ebc41a099fe41ab4989f64e2cb: Linux 4.5-rc7 (2016-03-06 14:48:03 -0800) are available in the git repository at: git://git.linux-mips.org/pub/scm/ralf/upstream-linus.git upstream for you to fetch changes up to d825c06bfe8b885b797f917ad47365d0e9c21fbb: MIPS: smp.c: Fix uninitialised temp_foreign_map (2016-03-13 10:59:19 +0100) Another round of MIPS fixes for 4.5: - Fix JZ4780 build with DEBUG_ZBOOT and MACH_JZ4780 - Fix build with DEBUG_ZBOOT and MACH_JZ4780 - Fix issue with uninitialised temp_foreign_map - Fix awk regex compile failure with certain versions of awk. At this time, the sole user, ld-ifversion, is only used on MIPS. Please consider pulling. Ralf ---------------------------------------------------------------- As usual these patches have survived individual testing and Imagination's automated test farm and they're also sitting on my queue for linux-next. Aaro Koskinen (1): MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4780 Hauke Mehrtens (1): MIPS: Fix build error when SMP is used without GIC James Hogan (2): ld-version: Fix awk regex compile failure MIPS: smp.c: Fix uninitialised temp_foreign_map arch/mips/Kconfig | 7 ++++--- arch/mips/boot/compressed/uart-16550.c | 2 +- arch/mips/kernel/smp.c | 1 + scripts/ld-version.sh | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-)