[GIT PULL] Char/Misc driver fix for 5.4-rc5

From: Greg KH
Date: Sat Oct 26 2019 - 14:18:01 EST


The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.4-rc5

for you to fetch changes up to 45d02f79b539073b76077836871de6b674e36eb4:

binder: Don't modify VMA bounds in ->mmap handler (2019-10-17 05:58:44 -0700)

----------------------------------------------------------------
Char/Misc fix for 5.4-rc5

This is a single char/misc driver fix (well, a binder fix to be
specific) to resolve a reported issue by Jann. It's been in linux-next
for a while with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Jann Horn (1):
binder: Don't modify VMA bounds in ->mmap handler

drivers/android/binder.c | 7 -------
drivers/android/binder_alloc.c | 6 ++++--
2 files changed, 4 insertions(+), 9 deletions(-)