All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 6.9-rc5
Date: Sun, 21 Apr 2024 13:37:29 +0200	[thread overview]
Message-ID: <ZiT6ed-F2vh8sCwP@kroah.com> (raw)

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

             reply	other threads:[~2024-04-21 11:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-21 11:37 Greg KH [this message]
2024-04-21 17:36 ` [GIT PULL] Char/Misc driver fixes for 6.9-rc5 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZiT6ed-F2vh8sCwP@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.