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]
Date: Sun, 5 May 2024 09:35:39 +0100
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-rc7

The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -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-rc7

for you to fetch changes up to 98241a774db49988f25b7b3657026ce51ccec293:

  slimbus: qcom-ngd-ctrl: Add timeout for wait operation (2024-05-03 07:30:32 +0200)

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

Here are some small char/misc/other driver fixes and new device ids for
6.9-rc7 that resolve some reported problems.

Included in here are:
  - iio driver fixes
  - mei driver fix and new device ids
  - dyndbg bugfix
  - pvpanic-pci driver bugfix
  - slimbus driver bugfix
  - fpga new device id

All have been in linux-next with no reported problems.

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: me: add lunar lake point M DID

Daniele Ceraolo Spurio (1):
      mei: pxp: match against PCI_CLASS_DISPLAY_OTHER

Greg Kroah-Hartman (2):
      Merge tag 'iio-fixes-for-6.9a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
      Merge tag 'fpga-for-6.9-final' of git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into char-misc-linus

Hans de Goede (2):
      iio: accel: mxc4005: Interrupt handling fixes
      iio: accel: mxc4005: Reset chip on probe() and resume()

Javier Carrasco (1):
      dt-bindings: iio: health: maxim,max30102: fix compatible check

Jim Cromie (1):
      dyndbg: fix old BUG_ON in >control parser

Peter Colberg (1):
      fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card

Ramona Gradinariu (1):
      iio:imu: adis16475: Fix sync mode setting

Thomas Weißschuh (1):
      misc/pvpanic-pci: register attributes via pci_driver

Vasileios Amoiridis (2):
      iio: pressure: Fixes BME280 SPI driver data
      iio: pressure: Fixes SPI support for BMP3xx devices

Viken Dadhaniya (1):
      slimbus: qcom-ngd-ctrl: Add timeout for wait operation

 .../bindings/iio/health/maxim,max30102.yaml        |  2 +-
 drivers/fpga/dfl-pci.c                             |  3 +
 drivers/iio/accel/mxc4005.c                        | 92 ++++++++++++++++++++--
 drivers/iio/imu/adis16475.c                        |  4 +-
 drivers/iio/pressure/bmp280-core.c                 |  1 +
 drivers/iio/pressure/bmp280-spi.c                  | 13 +--
 drivers/iio/pressure/bmp280.h                      |  1 +
 drivers/misc/mei/hw-me-regs.h                      |  2 +
 drivers/misc/mei/pci-me.c                          |  2 +
 drivers/misc/mei/pxp/mei_pxp.c                     |  7 +-
 drivers/misc/pvpanic/pvpanic-pci.c                 |  4 +-
 drivers/slimbus/qcom-ngd-ctrl.c                    |  6 +-
 lib/dynamic_debug.c                                |  6 +-
 13 files changed, 118 insertions(+), 25 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ