public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 6.11-rc7
Date: Sun, 8 Sep 2024 09:49:29 +0200	[thread overview]
Message-ID: <Zt1XCZ_1hdVsi5mJ@kroah.com> (raw)

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

             reply	other threads:[~2024-09-08  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-08  7:49 Greg KH [this message]
2024-09-08 17:17 ` [GIT PULL] Char/Misc driver fixes for 6.11-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zt1XCZ_1hdVsi5mJ@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox