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(-)