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: Sat, 23 Dec 2023 10:36:09 +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.7-rc6

The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

  Linux 6.7-rc5 (2023-12-10 14:33:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 159f5bdadcdda638aad5a234b58d6031aa4ef8aa:

  debugfs: initialize cancellations earlier (2023-12-22 07:33:02 +0100)

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

Here are a small number of various driver fixes for 6.7-rc7 that
normally come through the char-misc tree, and one debugfs fix as well.
Included in here are:
  - iio and hid sensor driver fixes for a number of small things
  - interconnect driver fixes
  - brcm_nvmem driver fixes
  - debugfs fix for previous fix
  - guard() definition in device.h so that many subsystems can start
    using it for 6.8-rc1 (requested by Dan Williams to make future
    merges easier.)

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

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

----------------------------------------------------------------
Bjorn Andersson (1):
      interconnect: qcom: icc-rpm: Fix peak rate calculation

Dan Williams (1):
      driver core: Add a guard() definition for the device_lock()

David Lechner (1):
      iio: triggered-buffer: prevent possible freeing of wrong buffer

Fabio Estevam (1):
      dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp

George Stark (1):
      iio: adc: meson: add separate config for axg SoC family

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

Haibo Chen (1):
      iio: adc: imx93: add four channels for imx93 adc

Javier Carrasco (3):
      iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table
      iio: tmag5273: fix temperature offset
      iio: adc: MCP3564: fix calib_bias and calib_scale range checks

Johannes Berg (1):
      debugfs: initialize cancellations earlier

Konrad Dybcio (1):
      interconnect: qcom: sm8250: Enable sync_state

Marius Cristea (1):
      iio: adc: MCP3564: fix hardware identification logic

Matti Vaittinen (1):
      iio: kx022a: Fix acceleration value scaling

Mike Tipton (1):
      interconnect: Treat xlate() returning NULL node as an error

Nuno Sa (2):
      iio: imu: adis16475: add spi_device_id table
      iio: imu: adis16475: use bit numbers in assign_bit()

Rafał Miłecki (1):
      nvmem: brcm_nvram: store a copy of NVRAM content

Srinivas Pandruvada (2):
      Revert "iio: hid-sensor-als: Add light chromaticity support"
      Revert "iio: hid-sensor-als: Add light color temperature support"

Su Hui (1):
      iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw

Wadim Egorov (1):
      iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()

 .../devicetree/bindings/nvmem/mxs-ocotp.yaml       |  10 +-
 drivers/iio/accel/kionix-kx022a.c                  |  37 ++++--
 drivers/iio/adc/imx93_adc.c                        |   4 +
 drivers/iio/adc/mcp3564.c                          |   8 +-
 drivers/iio/adc/meson_saradc.c                     |  16 ++-
 drivers/iio/adc/ti_am335x_adc.c                    |   4 +-
 drivers/iio/buffer/industrialio-triggered-buffer.c |  10 ++
 drivers/iio/common/ms_sensors/ms_sensors_i2c.c     |   4 +-
 drivers/iio/imu/adis16475.c                        | 121 +++++++++++--------
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c         |   4 +-
 drivers/iio/light/hid-sensor-als.c                 | 100 +--------------
 drivers/iio/magnetometer/tmag5273.c                |   2 +-
 drivers/interconnect/core.c                        |   3 +
 drivers/interconnect/qcom/icc-rpm.c                |   2 +-
 drivers/interconnect/qcom/sm8250.c                 |   1 +
 drivers/nvmem/brcm_nvram.c                         | 134 +++++++++++++++------
 fs/debugfs/file.c                                  |   6 +-
 include/linux/device.h                             |   2 +
 include/linux/hid-sensor-ids.h                     |   4 -
 19 files changed, 254 insertions(+), 218 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ