The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f: Linux 3.18-rc2 (2014-10-26 16:48:41 -0700) 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 842dfc11ea9a21f9825167c8a4f2834b205b0a79: MIPS: Fix build with binutils 2.24.51+ (2014-11-07 15:07:36 +0100) This weeks' round of MIPS bug fixes for 3.18: o Wire up the bpf syscall o Fix TLB dump output for R3000 class TLBs o Fix strnlen_user return value if no NUL character was found. o Fix build with binutils 2.24.51+. While there is no binutils 2.25 release yet, toolchains derived from binutils 2.24.51+ are already in common use. o The Octeon GPIO code forgot to offline GPIO IRQs. o Fix build error for XLP. o Fix possible BUG assertion with EVA for CMA Please consider pulling, Ralf ---------------------------------------------------------------- Alexander Sverdlin (1): MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-aware Isamu Mogi (1): MIPS: R3000: Fix debug output for Virtual page number Manuel Lauss (1): MIPS: Fix build with binutils 2.24.51+ Ralf Baechle (2): MIPS: Wire up bpf syscall. MIPS: Fix strnlen_user() return value in case of overlong strings. Yijing Wang (1): MIPS/Xlp: Remove the dead function destroy_irq() to fix build error Zubair Lutfullah Kakakhel (1): MIPS: CMA: Do not reserve memory if not required arch/mips/Makefile | 9 +++++++++ arch/mips/cavium-octeon/octeon-irq.c | 2 ++ arch/mips/include/asm/asmmacro-32.h | 6 ++++++ arch/mips/include/asm/asmmacro.h | 18 ++++++++++++++++++ arch/mips/include/asm/fpregdef.h | 14 ++++++++++++++ arch/mips/include/asm/fpu.h | 4 ++-- arch/mips/include/asm/mipsregs.h | 11 ++++++++++- arch/mips/include/uapi/asm/unistd.h | 15 +++++++++------ arch/mips/kernel/branch.c | 8 ++------ arch/mips/kernel/genex.S | 1 + arch/mips/kernel/r2300_fpu.S | 6 ++++++ arch/mips/kernel/r2300_switch.S | 5 +++++ arch/mips/kernel/r4k_fpu.S | 27 +++++++++++++++++++++++++-- arch/mips/kernel/r4k_switch.S | 15 ++++++++++++++- arch/mips/kernel/r6000_fpu.S | 5 +++++ arch/mips/kernel/scall32-o32.S | 1 + arch/mips/kernel/scall64-64.S | 1 + arch/mips/kernel/scall64-n32.S | 1 + arch/mips/kernel/scall64-o32.S | 1 + arch/mips/kernel/setup.c | 3 ++- arch/mips/lib/r3k_dump_tlb.c | 4 ++-- arch/mips/lib/strnlen_user.S | 6 ++++-- arch/mips/math-emu/cp1emu.c | 6 +----- arch/mips/pci/msi-xlp.c | 4 +--- 24 files changed, 142 insertions(+), 31 deletions(-)