Hi Linus, Here are a few MIPS fixes, and a MAINTAINERS update to hand over MIPS maintenance to Thomas Bogendoerfer - this will be my final pull request as MIPS maintainer. Thanks for your helpful comments, useful corrections & responsiveness during the time I've fulfilled the role, and I'm sure I'll pop up elsewhere in the tree somewhere down the line. Anyway, please pull. Thanks, Paul The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git mips-fixes for you to fetch changes up to 3234f4ed3066a58cd5ce8edcf752fa4fe0c95cb5: MAINTAINERS: Hand MIPS over to Thomas (2020-02-24 22:43:18 -0800) ---------------------------------------------------------------- Christophe JAILLET (1): MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()' Mark Tomlinson (1): MIPS: cavium_octeon: Fix syncw generation. Nathan Chancellor (1): MIPS: vdso: Wrap -mexplicit-relocs in cc-option Paul Burton (2): MIPS: Disable VDSO time functionality on microMIPS MAINTAINERS: Hand MIPS over to Thomas Paul Cercueil (1): MIPS: ingenic: DTS: Fix watchdog nodes Victor Kamensky (2): mips: vdso: fix 'jalr t9' crash in vdso code mips: vdso: add build time check that no 'jalr t9' calls left 周琰杰 (Zhou Yanjie) (1): MIPS: X1000: Fix clock of watchdog node. CREDITS | 5 +++++ MAINTAINERS | 6 ++---- arch/mips/boot/dts/ingenic/jz4740.dtsi | 17 +++++++++-------- arch/mips/boot/dts/ingenic/jz4780.dtsi | 17 +++++++++-------- arch/mips/boot/dts/ingenic/x1000.dtsi | 6 ++---- arch/mips/include/asm/sync.h | 4 +++- arch/mips/kernel/vpe.c | 2 +- arch/mips/vdso/Makefile | 28 +++++++++++++++++++++++++--- 8 files changed, 56 insertions(+), 29 deletions(-)