[GIT PULL] Char/Misc driver fixes for 6.8-rc3
From: Greg KH
Date: Sat Feb 03 2024 - 16:50:17 EST
The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:
Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.8-rc3
for you to fetch changes up to 97830f3c3088638ff90b20dfba2eb4d487bf14d7:
binder: signal epoll threads of self-work (2024-01-31 14:08:28 -0800)
----------------------------------------------------------------
Char/Misc driver fixes for 6.8-rc3
Here are three tiny driver fixes for 6.8-rc3. They include:
- Android binder long-term bug with epoll finally being fixed
- fastrpc driver shutdown bugfix
- open-dice lockdep fix
All of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Carlos Llamas (1):
binder: signal epoll threads of self-work
Ekansh Gupta (1):
misc: fastrpc: Mark all sessions as invalid in cb_remove
Will Deacon (1):
misc: open-dice: Fix spurious lockdep warning
drivers/android/binder.c | 10 ++++++++++
drivers/misc/fastrpc.c | 2 +-
drivers/misc/open-dice.c | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)