From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 5.6-rc5
Date: Sun, 8 Mar 2020 10:53:10 +0100 [thread overview]
Message-ID: <20200308095310.GA4027283@kroah.com> (raw)
The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:
Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.6-rc5
for you to fetch changes up to f0fe2c0f050d31babcad7d65f1d550d462a40064:
binder: prevent UAF for binderfs devices II (2020-03-03 19:58:37 +0100)
----------------------------------------------------------------
Char/Misc fixes for 5.6-rc5
Here are 4 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
2 tries to get it right)
- interconnect core fix
- altera-stapl driver fix
All 4 of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Christian Brauner (2):
binder: prevent UAF for binderfs devices
binder: prevent UAF for binderfs devices II
Daniel Axtens (1):
altera-stapl: altera_get_note: prevent write beyond end of 'key'
Georgi Djakov (1):
interconnect: Handle memory allocation errors
drivers/android/binder.c | 9 +++++++++
drivers/android/binder_internal.h | 2 ++
drivers/android/binderfs.c | 7 +++++--
drivers/interconnect/core.c | 9 +++++++++
drivers/misc/altera-stapl/altera.c | 12 ++++++------
5 files changed, 31 insertions(+), 8 deletions(-)
next reply other threads:[~2020-03-08 9:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-08 9:53 Greg KH [this message]
2020-03-08 15:55 ` [GIT PULL] Char/Misc driver fixes for 5.6-rc5 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200308095310.GA4027283@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox