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: <aKnT9goiCOPLVeZe@kroah.com>
Date: Sat, 23 Aug 2025 16:45:10 +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/IIO driver fixes for 6.17-rc3

The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:

  Linux 6.17-rc2 (2025-08-17 15:22:10 -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.17-rc3

for you to fetch changes up to fe85261d7d554f54693f205898260ef1d44cbd8b:

  Merge tag 'iio-fixes-for-6.17a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2025-08-20 11:05:00 +0200)

----------------------------------------------------------------
Char/Misc/IIO fixes for 6.17-rc3

Here are a small number of char/misc/iio and other driver fixes for
6.17-rc3.  Included in here are:
  - IIO driver bugfixes for reported issues
  - bunch of comedi driver fixes
  - most core bugfix
  - fpga driver bugfix
  - cdx driver bugfix

All of these have been in linux-next this week with no reported issues.

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

----------------------------------------------------------------
Claudiu Beznea (2):
      iio: adc: rzg2l: Cleanup suspend/resume path
      iio: adc: rzg2l_adc: Set driver data before enabling runtime PM

David Lechner (6):
      iio: accel: sca3300: fix uninitialized iio scan data
      iio: proximity: isl29501: fix buffered read on big-endian systems
      iio: adc: ad7173: prevent scan if too many setups requested
      iio: temperature: maxim_thermocouple: use DMA-safe buffer for spi_read()
      iio: adc: ad7124: fix channel lookup in syscalib functions
      iio: adc: ad7380: fix missing max_conversion_rate_hz on adaq4381-4

Edward Adam Davis (1):
      comedi: pcl726: Prevent invalid irq number

Greg Kroah-Hartman (1):
      Merge tag 'iio-fixes-for-6.17a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus

Ian Abbott (2):
      comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl()
      comedi: Make insn_rw_emulate_bits() do insn->n samples

Jean-Baptiste Maneyrol (1):
      iio: imu: inv_icm42600: change invalid data error to -EBUSY

Jonathan Cameron (1):
      iio: light: as73211: Ensure buffer holes are zeroed

Matti Vaittinen (1):
      iio: adc: bd79124: Add GPIOLIB dependency

Miaoqian Lin (1):
      most: core: Drop device reference after usage in get_channel()

Salah Triki (1):
      iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()

Thorsten Blum (1):
      cdx: Fix off-by-one error in cdx_rpmsg_probe()

Xu Yilun (1):
      fpga: zynq_fpga: Fix the wrong usage of dma_map_sgtable()

 drivers/cdx/controller/cdx_rpmsg.c               |  3 +-
 drivers/comedi/comedi_fops.c                     |  5 ++
 drivers/comedi/drivers.c                         | 27 ++++----
 drivers/comedi/drivers/pcl726.c                  |  3 +-
 drivers/fpga/zynq-fpga.c                         |  8 +--
 drivers/iio/accel/sca3300.c                      |  2 +-
 drivers/iio/adc/Kconfig                          |  2 +-
 drivers/iio/adc/ad7124.c                         | 14 ++--
 drivers/iio/adc/ad7173.c                         | 87 ++++++++++++++++++++----
 drivers/iio/adc/ad7380.c                         |  1 +
 drivers/iio/adc/rzg2l_adc.c                      | 33 +++------
 drivers/iio/imu/inv_icm42600/inv_icm42600_temp.c |  6 +-
 drivers/iio/light/as73211.c                      |  2 +-
 drivers/iio/pressure/bmp280-core.c               |  9 +--
 drivers/iio/proximity/isl29501.c                 | 14 ++--
 drivers/iio/temperature/maxim_thermocouple.c     | 26 ++++---
 drivers/most/core.c                              |  2 +-
 17 files changed, 159 insertions(+), 85 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ