[GIT PULL] Char/Misc driver fixes for 5.16-final

From: Greg KH
Date: Thu Dec 30 2021 - 11:52:47 EST


The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

Linux 5.16-rc5 (2021-12-12 14:53:01 -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.16

for you to fetch changes up to 3a0152b219523227c2a62a0a122cf99608287176:

nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert (2021-12-21 11:08:19 +0100)

----------------------------------------------------------------
Char/Misc fixes for 5.16-final

Here are two misc driver fixes for 5.16-final:
- binder accounting fix to resolve reported problem
- nitro_enclaves fix for mmap assert warning output

Both of these have been for over a week with no reported issues.

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

----------------------------------------------------------------
Andra Paraschiv (1):
nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert

Todd Kjos (1):
binder: fix async_free_space accounting for empty parcels

drivers/android/binder_alloc.c | 2 +-
drivers/virt/nitro_enclaves/ne_misc_dev.c | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)