]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'char-misc-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Mar 2020 15:49:44 +0000 (10:49 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Mar 2020 15:49:44 +0000 (10:49 -0500)
commit378fee2e6b12f31ab3749e0aa4ed0a63be23e822
tree52d797529a29c17afa6715125fb047851c749456
parentb34e5c13327ef723362c88c43da176a439badeea
parentf0fe2c0f050d31babcad7d65f1d550d462a40064
Merge tag 'char-misc-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc fixes from Greg KH:
 "Here are four small char/misc driver fixes for reported issues for
  5.6-rc5.

  These fixes are:

   - binder fix for a potential use-after-free problem found (took two
     tries to get it right)

   - interconnect core fix

   - altera-stapl driver fix

  All four of these have been in linux-next for a while with no reported
  issues"

* tag 'char-misc-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  binder: prevent UAF for binderfs devices II
  interconnect: Handle memory allocation errors
  altera-stapl: altera_get_note: prevent write beyond end of 'key'
  binder: prevent UAF for binderfs devices