]> git.ipfire.org Git - people/arne_f/kernel.git/commit
Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Oct 2017 11:50:38 +0000 (07:50 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Oct 2017 11:50:38 +0000 (07:50 -0400)
commitae7df8f985f1b0445366ae6f6324cd08a218526e
tree7531517ec51cab79594fea13157f9a1a77d67d57
parent7a263b16c5a258b2f3fe5b58a7c461cc9d34e99a
parent512cf465ee01eb23936a9e6ed0b6414eccb00853
Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc driver fixes from Greg KH:
 "Here are 4 patches to resolve some char/misc driver issues found these
  past weeks.

  One of them is a mei bugfix and another is a new mei device id. There
  is also a hyper-v fix for a reported issue, and a binder issue fix for
  a problem reported by a few people.

  All of these have been in my tree for a while, I don't know if
  linux-next is really testing much this month. But 0-day is happy with
  them :)"

* tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  binder: fix use-after-free in binder_transaction()
  Drivers: hv: vmbus: Fix bugs in rescind handling
  mei: me: add gemini lake devices id
  mei: always use domain runtime pm callbacks.