]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc6fecf1825988daa949ed868b0550b4479fce8a7
tree394ca60456f251e0308cf55816407261b1bd39d2
parentd766c3a72a6be04b0b5cd48849fe303e4cddac97
parent65094a5ad1260035ca83e1779e2e5606f5e0ff45
Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/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