]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Sep 2017 16:37:50 +0000 (06:37 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Sep 2017 16:37:50 +0000 (06:37 -1000)
commitdfc100f6cd90302c36c8eaaf8b2464303656a21c
tree083cac809b9f18fe7c390e7577cd7c39fb1dc3bf
parent5c538864784eaa92c2ccaf1cf4dac5fb13b85903
parent2d0e30d96c7ffbc21003390e1f2a431051878b59
Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus

Pull MIPS fixes from Ralf Baechle:

 - Fix a build error on MSP71xx which used to rely on somehow magically
   <asm/setup.h> being pulled in which no longer happens.

 - Fix the __write_64bit_c0_split inline assembler where there was the
   theoretical possibility of GCC interpret the constraints such that
   bad code could result.

 - A __init was causing section mismatch errors on Alchemy. Just to be
   on the safe side, Manuel's patch does away with all of them.

 - Fix perf event init.

* '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
  MIPS: PCI: fix pcibios_map_irq section mismatch
  MIPS: Fix input modify in __write_64bit_c0_split()
  MIPS: MSP71xx: Include asm/setup.h
  MIPS: Fix perf event init