]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Apr 2019 02:27:18 +0000 (16:27 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Apr 2019 02:27:18 +0000 (16:27 -1000)
commit0ee7fb36f988539f52f83ce6048d696bd540066f
tree111e8e16e1921d549c2d56881a6df90a8d527ec4
parent972acfb49446b30a3533ceb5682bf8350c786bc8
parent6e3572e83dc3563e3b7e742bcb225b42a60cdaeb
Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux

Pull MIPS fixes from Paul Burton:
 "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"

* tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
  MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig
  MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irq
  MIPS: KGDB: fix kgdb support for SMP platforms.