mbox series

[GIT,PULL] MIPS fixes

Message ID 20190409232635.qvqzhqtixbjxal4j@pburton-laptop (mailing list archive)
State Superseded
Headers show
Series [GIT,PULL] MIPS fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.1_2

Message

Paul Burton April 9, 2019, 11:26 p.m. UTC
Hi Linus,

Here are a few small MIPS fixes for 5.1; please pull.

Thanks,
    Paul


The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

  Linux 5.1-rc2 (2019-03-24 14:02:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.1_2

for you to fetch changes up to 6e3572e83dc3563e3b7e742bcb225b42a60cdaeb:

  MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig (2019-04-04 11:14:45 -0700)

----------------------------------------------------------------
A few minor MIPS fixes:

- Provide struct pt_regs * from get_irq_regs() to kgdb_nmicallback()
  when handling an IPI triggered by kgdb_roundup_cpus(), matching the
  behavior of other architectures & resolving kgdb issues for SMP
  systems.

- Defer a pointer dereference until after a NULL check in the
  irq_shutdown callback for SGI IP27 HUB interrupts.

- A defconfig update for the MSCC Ocelot to enable some necessary
  drivers.

----------------------------------------------------------------
Chong Qiao (1):
      MIPS: KGDB: fix kgdb support for SMP platforms.

Horatiu Vultur (1):
      MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig

Thomas Bogendoerfer (1):
      MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irq

 arch/mips/configs/generic/board-ocelot.config | 8 ++++++++
 arch/mips/kernel/kgdb.c                       | 3 ++-
 arch/mips/sgi-ip27/ip27-irq.c                 | 3 +--
 3 files changed, 11 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org April 10, 2019, 2:30 a.m. UTC | #1
The pull request you sent on Tue, 9 Apr 2019 23:26:36 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.1_2

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

Thank you!