[GIT PULL] Char/Misc driver fixes for 6.11-rc7

From: Greg KH
Date: Sun Sep 08 2024 - 03:49:39 EST


The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:

Linux 6.11-rc4 (2024-08-18 13:17:27 -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.11-rc7

for you to fetch changes up to 48b9a8dabcc3cf5f961b2ebcd8933bf9204babb7:

VMCI: Fix use-after-free when removing resource in vmci_resource_remove() (2024-09-03 13:16:42 +0200)

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

Here are some small char/misc/other driver fixes for 6.11-rc7. It's
nothing huge, just a bunch of small fixes of reported problems,
including:
- lots of tiny iio driver fixes
- nvmem driver fixex
- binder UAF bugfix
- uio driver crash fix
- other small fixes

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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Aleksandr Mishin (1):
staging: iio: frequency: ad9834: Validate frequency parameter value

Carlos Llamas (1):
binder: fix UAF caused by offsets overwrite

David Fernandez Gonzalez (1):
VMCI: Fix use-after-free when removing resource in vmci_resource_remove()

David Lechner (1):
iio: buffer-dmaengine: fix releasing dma channel on error

Dumitru Ceclan (5):
iio: adc: ad7173: Fix incorrect compatible string
iio: adc: ad7124: fix chip ID mismatch
iio: adc: ad7124: fix config comparison
iio: adc: ad7124: fix DT configuration parsing
iio: adc: ad7173: fix GPIO device info

Francesco Dolcini (1):
iio: adc: ads1119: Fix IRQ flags

Geert Uytterhoeven (1):
nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc

Gerhard Engleder (1):
misc: keba: Fix sysfs group creation

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

Guillaume Stols (1):
iio: adc: ad7606: remove frstdata check for serial mode

Jean-Baptiste Maneyrol (1):
iio: imu: inv_mpu6050: fix interrupt status read for old buggy chips

John Thomson (1):
nvmem: u-boot-env: error if NVMEM device is too small

Matteo Martelli (1):
iio: fix scale application in iio_convert_raw_to_processed_unlocked

Michal Simek (1):
dt-bindings: nvmem: Use soc-nvmem node name instead of nvmem

Naman Jain (1):
Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic

Nuno Sa (1):
iio: adc: ad_sigma_delta: fix irq_flags on irq request

Saurabh Sengar (1):
uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind

Sukrut Bellary (1):
misc: fastrpc: Fix double free of 'buf' in error path

.../bindings/nvmem/xlnx,zynqmp-nvmem.yaml | 2 +-
drivers/android/binder.c | 1 +
drivers/hv/vmbus_drv.c | 1 +
drivers/iio/adc/ad7124.c | 30 ++++++++------
drivers/iio/adc/ad7173.c | 13 +++---
drivers/iio/adc/ad7606.c | 28 +------------
drivers/iio/adc/ad7606.h | 2 +
drivers/iio/adc/ad7606_par.c | 46 +++++++++++++++++++++-
drivers/iio/adc/ad_sigma_delta.c | 2 +-
drivers/iio/adc/ti-ads1119.c | 2 +-
drivers/iio/buffer/industrialio-buffer-dmaengine.c | 4 +-
drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c | 13 +++++-
drivers/iio/inkern.c | 8 ++--
drivers/misc/fastrpc.c | 5 +--
drivers/misc/keba/cp500.c | 14 ++-----
drivers/misc/vmw_vmci/vmci_resource.c | 3 +-
drivers/nvmem/core.c | 6 +--
drivers/nvmem/u-boot-env.c | 7 ++++
drivers/staging/iio/frequency/ad9834.c | 2 +-
drivers/uio/uio_hv_generic.c | 11 +++++-
20 files changed, 122 insertions(+), 78 deletions(-)