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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aXY1j5XfScmPRTBx@kroah.com>
Date: Sun, 25 Jan 2026 16:23:59 +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.19-rc7

The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:

  Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.19-rc7

for you to fetch changes up to 88da5f4b46f55717202fb1d81052e91d4f88b296:

  Merge tag 'w1-drv-6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1 into char-misc-linus (2026-01-20 10:31:56 +0100)

----------------------------------------------------------------
Char/Misc/IIO driver fixes for 6.19-rc7

Here are some small char/misc/iio and some other minor driver subsystem
fixes for 6.19-rc7.  Nothing huge here, just some fixes for reported
issues including:
  - lots of little iio driver fixes
  - comedi driver fixes
  - mux driver fix
  - w1 driver fixes
  - uio driver fix
  - slimbus driver fixes
  - hwtracing bugfix
  - other tiny bugfixes

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: trace: treat reg parameter as string

Chenghai Huang (2):
      uacce: fix isolate sysfs check condition
      uacce: ensure safe queue release with state management

Dan Carpenter (1):
      mux: mmio: Fix IS_ERR() vs NULL check in probe()

Fiona Klute (1):
      iio: chemical: scd4x: fix reported channel endianness

Francesco Lavra (2):
      iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detection
      iio: accel: adxl380: fix handling of unavailable "INT1" interrupt

Georgi Djakov (1):
      interconnect: debugfs: initialize src_node and dst_node to empty strings

Greg Kroah-Hartman (3):
      Merge tag 'iio-fixes-for-6.19a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
      Merge tag 'icc-6.19-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus
      Merge tag 'w1-drv-6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1 into char-misc-linus

Haiyue Wang (1):
      uio: pci_sva: correct '-ENODEV' check logic

Haotian Zhang (1):
      iio: adc: ad7606: Fix incorrect type for error return variable

Haoxiang Li (1):
      w1: fix redundant counter decrement in w1_attach_slave_device()

Ian Abbott (2):
      comedi: Fix getting range information for subdevices 16 to 255
      comedi: dmm32at: serialize use of paged registers

Jean-Baptiste Maneyrol (1):
      iio: imu: inv_icm45600: fix temperature offset reporting

Johan Hovold (9):
      iio: adc: exynos_adc: fix OF populate on driver rebind
      intel_th: fix device leak on output open()
      intel_th: rename error label
      slimbus: core: fix OF node leak on registration failure
      slimbus: core: fix runtime PM imbalance on report present
      slimbus: core: fix device reference leak on report present
      slimbus: core: amend slim_get_device() kernel doc
      slimbus: core: fix of_slim_get_device() kernel doc
      slimbus: core: clean up of_slim_get_device()

Krzysztof Kozlowski (1):
      dt-bindings: interconnect: qcom,sa8775p-rpmh: Fix incorrectly added reg and clocks

Kuan-Wei Chiu (1):
      MAINTAINERS: Add interconnect-clk.h to interconnect API entry

Kübrich, Andreas (1):
      iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl

Markus Koeniger (1):
      iio: accel: iis328dq: fix gain values

Miaoqian Lin (1):
      iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_source

Pavel Zhigulin (1):
      iio: adc: ad7280a: handle spi_setup() errors in probe()

Pei Xiao (1):
      iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driver

Rasmus Villemoes (1):
      iio: core: add separate lockdep class for info_exist_lock

Thorsten Blum (2):
      w1: therm: Fix off-by-one buffer overflow in alarms_store
      iio: adc: pac1934: Fix clamped value in pac1934_reg_snapshot

Tomas Melin (1):
      iio: adc: ad9467: fix ad9434 vref mask

Wenkai Lin (1):
      uacce: fix cdev handling in the cleanup path

Yang Shen (1):
      uacce: implement mremap in uacce_vm_ops to return -EPERM

 .../bindings/interconnect/qcom,sa8775p-rpmh.yaml   | 31 ++++++++++
 MAINTAINERS                                        |  1 +
 drivers/comedi/comedi_fops.c                       |  2 +-
 drivers/comedi/drivers/dmm32at.c                   | 32 +++++++++-
 drivers/comedi/range.c                             |  2 +-
 drivers/hwtracing/intel_th/core.c                  | 25 ++++++--
 drivers/iio/accel/adxl380.c                        |  6 +-
 drivers/iio/accel/st_accel_core.c                  | 72 +++++++++++++++++++++-
 drivers/iio/adc/ad7280a.c                          |  4 +-
 drivers/iio/adc/ad7606_par.c                       |  3 +-
 drivers/iio/adc/ad9467.c                           |  2 +-
 drivers/iio/adc/at91-sama5d2_adc.c                 |  1 +
 drivers/iio/adc/exynos_adc.c                       | 15 +----
 drivers/iio/adc/pac1934.c                          |  6 +-
 drivers/iio/chemical/scd4x.c                       |  6 +-
 drivers/iio/dac/ad3552r-hs.c                       |  5 +-
 drivers/iio/dac/ad5686.c                           |  6 ++
 drivers/iio/imu/inv_icm45600/inv_icm45600_core.c   |  9 +--
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c       | 15 +++--
 drivers/iio/industrialio-core.c                    |  4 +-
 drivers/interconnect/debugfs-client.c              |  5 ++
 drivers/misc/mei/mei-trace.h                       | 18 +++---
 drivers/misc/uacce/uacce.c                         | 48 ++++++++++++---
 drivers/mux/mmio.c                                 |  8 +--
 drivers/slimbus/core.c                             | 54 ++++++++--------
 drivers/uio/uio_pci_generic_sva.c                  |  4 +-
 drivers/w1/slaves/w1_therm.c                       | 60 ++++++------------
 drivers/w1/w1.c                                    |  2 -
 include/linux/iio/iio-opaque.h                     |  2 +
 include/uapi/linux/comedi.h                        |  2 +-
 30 files changed, 312 insertions(+), 138 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ