Hi Linus, Here are a few small MIPS fixes; please pull. Thanks, Paul The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675: Linux 5.4-rc3 (2019-10-13 16:37:36 -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_3 for you to fetch changes up to b42aa3fd5957e4daf4b69129e5ce752a2a53e7d6: MIPS: tlbex: Fix build_restore_pagemask KScratch restore (2019-10-23 21:12:49 -0700) ---------------------------------------------------------------- A few MIPS fixes: - Fix VDSO time-related function behavior for systems where we need to fall back to syscalls, but were instead returning bogus results. - A fix to TLB exception handlers for Cavium Octeon systems where they would inadvertently clobber the $1/$at register. - A build fix for bcm63xx configurations. - Switch to using my @kernel.org email address. ---------------------------------------------------------------- Jonas Gorski (1): MIPS: bmips: mark exception vectors as char arrays Paul Burton (2): MAINTAINERS: Use @kernel.org address for Paul Burton MIPS: tlbex: Fix build_restore_pagemask KScratch restore Vincenzo Frascino (1): mips: vdso: Fix __arch_get_hw_counter() .mailmap | 3 ++- MAINTAINERS | 10 +++++----- arch/mips/bcm63xx/prom.c | 2 +- arch/mips/include/asm/bmips.h | 10 +++++----- arch/mips/include/asm/vdso/gettimeofday.h | 4 +++- arch/mips/kernel/smp-bmips.c | 8 ++++---- arch/mips/mm/tlbex.c | 23 +++++++++++++++-------- 7 files changed, 35 insertions(+), 25 deletions(-)