[GIT,PULL] Char/Misc driver fixes for 6.8-rc3

Message ID Zb61EW7GkqldLC7b@kroah.com
State New
Headers
Series [GIT,PULL] Char/Misc driver fixes for 6.8-rc3 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.8-rc3

Message

Greg KH Feb. 3, 2024, 9:50 p.m. UTC
  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@linuxfoundation.org>

----------------------------------------------------------------
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(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 4, 2024, 7:18 a.m. UTC | #1
The pull request you sent on Sat, 3 Feb 2024 13:50:09 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.8-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3a0e922079408c6749770f38a2f4db10dd4d0927

Thank you!