[GIT PULL] Char/Misc driver fixes for 5.13-rc1

From: Greg KH
Date: Wed May 05 2021 - 03:16:22 EST


The following changes since commit 8e3a3249502d8ff92d73d827fb41dd44c5a16f76:

Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc (2021-04-26 11:03:17 -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.13-rc1-round2

for you to fetch changes up to 7b1ae248279bea33af9e797a93c35f49601cb8a0:

dyndbg: fix parsing file query without a line-range suffix (2021-04-30 07:43:20 +0200)

----------------------------------------------------------------
Char/Misc fixes for 5.13-rc1

Here are 2 char/misc fixes for 5.13-rc1 to resolve reported issues.

The first is a bugfix for the nitro_enclaves driver that fixed some
important problems. The second was a dyndbg bugfix that resolved some
reported problems in dynamic debugging control.

Both have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Mathias Krause (1):
nitro_enclaves: Fix stale file descriptors on failed usercopy

Shuo Chen (1):
dyndbg: fix parsing file query without a line-range suffix

drivers/virt/nitro_enclaves/ne_misc_dev.c | 43 ++++++++++++-------------------
lib/dynamic_debug.c | 2 +-
2 files changed, 18 insertions(+), 27 deletions(-)