All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 6.9-rc5
@ 2024-04-21 11:37 Greg KH
  2024-04-21 17:36 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2024-04-21 11:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ebaed6d4def877d2035786ff318379eb750044c8:

  peci: linux/peci.h: fix Excess kernel-doc description warning (2024-04-11 17:06:06 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 6.9-rc5

Here are some small char/misc and other driver fixes for 6.9-rc5.
Included in here are the following:
  - binder driver fix for reported problem
  - speakup crash fix
  - mei driver fixes for reported problems
  - comdei driver fix
  - interconnect driver fixes
  - rtsx driver fix
  - peci.h kernel doc fix

All of these have been in linux-next for over a week with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: me: disable RPL-S on SPS and IGN firmwares

Carlos Llamas (1):
      binder: check offset alignment in binder_get_object()

Greg Kroah-Hartman (1):
      Merge tag 'icc-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-work-linus

Konrad Dybcio (1):
      interconnect: qcom: x1e80100: Remove inexistent ACV_PERF BCM

Mike Tipton (1):
      interconnect: Don't access req_list while it's being manipulated

Nikita Zhandarovich (1):
      comedi: vmk80xx: fix incomplete endpoint checking

Randy Dunlap (1):
      peci: linux/peci.h: fix Excess kernel-doc description warning

Ricky Wu (1):
      misc: rtsx: Fix rts5264 driver status incorrect when card removed

Sakari Ailus (2):
      Revert "mei: vsc: Call wake_up() in the threaded IRQ handler"
      mei: vsc: Unregister interrupt handler for system suspend

Samuel Thibault (1):
      speakup: Avoid crash on very long word

 drivers/accessibility/speakup/main.c |  2 +-
 drivers/android/binder.c             |  4 +-
 drivers/comedi/drivers/vmk80xx.c     | 35 ++++++---------
 drivers/interconnect/core.c          |  8 ++++
 drivers/interconnect/qcom/x1e80100.c | 26 -----------
 drivers/misc/cardreader/rtsx_pcr.c   |  2 +-
 drivers/misc/mei/pci-me.c            |  2 +-
 drivers/misc/mei/platform-vsc.c      | 17 +++++++-
 drivers/misc/mei/vsc-tp.c            | 84 +++++++++++++++++++++++++-----------
 drivers/misc/mei/vsc-tp.h            |  3 ++
 include/linux/peci.h                 |  1 -
 11 files changed, 104 insertions(+), 80 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-21 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-21 11:37 [GIT PULL] Char/Misc driver fixes for 6.9-rc5 Greg KH
2024-04-21 17:36 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.