lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZiT6ed-F2vh8sCwP@kroah.com>
Date: Sun, 21 Apr 2024 13:37:29 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
	Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 6.9-rc5

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@...uxfoundation.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ