Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 May 2019 21:52:13 +0000 (17:52 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 May 2019 21:52:13 +0000 (17:52 -0400)
commit983dfa4b6ee556563f7963348e4e2f97fc8a15b8
tree394ca60456f251e0308cf55816407261b1bd39d2
parent47782361aca21a32ad4198f1b72f1655a7c9f7e5
parent1987b1b8f9f17a06255877e7917d0bb5b5377774
Merge tag 'for-linus-5.2-rc1' of ssh://gitolite./linux/kernel/git/rw/uml

Pull UML updates from Richard Weinberger:

 - Kconfig cleanups

 - Fix cpu_all_mask() usage

 - Various bug fixes

* tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml:
  um: irq: don't set the chip for all irqs
  um: define set_pte_at() as a static inline function, not a macro
  um: remove uses of variable length arrays
  um: remove unused variable
  uml: fix a boot splat wrt use of cpu_all_mask
  um: Do not unlock mutex that is not hold.
  hostfs: fix mismatch between link_file definition and declaration
  arch: um: drivers: Kconfig: pedantic formatting
  arch: um: Kconfig: pedantic indention cleanups
  um: Revert to using stack for pt_regs in signal handling