]> git.baikalelectronics.ru Git - kernel.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)
commit16ac3f81521f89552718bac0f830df1c30990b29
tree52d797529a29c17afa6715125fb047851c749456
parent5e97f6c5ef377e0f0e1c10b29d5e06a634fec25c
parent297684dbb1370ebc7ca3e9d4859f254a837ad25d
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