Hi Linus,

Here is a selection of fixes for arch/mips, mostly handling regressions
introduced during the v5.4 merge window; please pull.

Thanks,
    Paul


The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git 
tags/mips_fixes_5.4_1

for you to fetch changes up to 6822c29ddbbdeafd8d1b79ebe6c51b83efd55ae1:

  MIPS: fw/arc: Remove unused addr variable (2019-10-04 11:46:22 -0700)

----------------------------------------------------------------
Some MIPS fixes for the 5.4 cycle:

- Build fixes for Cavium Octeon & PMC-Sierra MSP systems, as well as
  all pre-MIPSr6 configurations built with binutils < 2.25.

- Boot fixes for 64-bit Loongson systems & SGI IP28 systems.

- Wire up the new clone3 syscall.

- Clean ups for a few build-time warnings.

----------------------------------------------------------------
Christophe JAILLET (1):
      mips: Loongson: Fix the link time qualifier of 'serial_exit()'

Huacai Chen (1):
      MIPS: Loongson64: Fix boot failure after dropping boot_mem_map

Jiaxun Yang (1):
      MIPS: cpu-bugs64: Mark inline functions as __always_inline

Oleksij Rempel (1):
      MIPS: dts: ar9331: fix interrupt-controller size

Paul Burton (7):
      MIPS: octeon: Include required header; fix octeon ethernet build
      MIPS: Wire up clone3 syscall
      MIPS: VDSO: Remove unused gettimeofday.c
      MIPS: VDSO: Fix build for binutils < 2.25
      MIPS: pmcs-msp71xx: Add missing MAX_PROM_MEM definition
      MIPS: pmcs-msp71xx: Remove unused addr variable
      MIPS: fw/arc: Remove unused addr variable

Thomas Bogendoerfer (2):
      MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem start
      MIPS: init: Prevent adding memory before PHYS_OFFSET

 arch/mips/boot/dts/qca/ar9331.dtsi        |   2 +-
 arch/mips/fw/arc/memory.c                 |   1 -
 arch/mips/include/asm/octeon/cvmx-ipd.h   |   1 +
 arch/mips/include/asm/unistd.h            |   1 +
 arch/mips/kernel/cpu-bugs64.c             |  14 +-
 arch/mips/kernel/setup.c                  |   5 +-
 arch/mips/kernel/syscall.c                |   1 +
 arch/mips/kernel/syscalls/syscall_n32.tbl |   2 +-
 arch/mips/kernel/syscalls/syscall_n64.tbl |   2 +-
 arch/mips/kernel/syscalls/syscall_o32.tbl |   2 +-
 arch/mips/loongson64/common/mem.c         |  35 ++--
 arch/mips/loongson64/common/serial.c      |   2 +-
 arch/mips/loongson64/loongson-3/numa.c    |  11 +-
 arch/mips/pmcs-msp71xx/msp_prom.c         |   4 +-
 arch/mips/vdso/Makefile                   |   2 +-
 arch/mips/vdso/gettimeofday.c             | 269 ------------------------------
 16 files changed, 41 insertions(+), 313 deletions(-)
 delete mode 100644 arch/mips/vdso/gettimeofday.c

Attachment: signature.asc
Description: PGP signature

Reply via email to