mbox series

[GIT,PULL] MIPS fixes

Message ID 20200225065831.hl7ewk2s5trvhp4a@lantea.localdomain (mailing list archive)
State Mainlined
Commit d67f250e96344f006e3a6be148def4c6537d05a0
Headers show
Series [GIT,PULL] MIPS fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git mips-fixes

Message

Paul Burton Feb. 25, 2020, 6:58 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 25, 2020, 6:55 p.m. UTC | #1
The pull request you sent on Mon, 24 Feb 2020 22:58:31 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git mips-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d67f250e96344f006e3a6be148def4c6537d05a0

Thank you!