public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 6.11-rc7
@ 2024-09-08  7:49 Greg KH
  2024-09-08 17:17 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2024-09-08  7:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Char/Misc driver fixes for 6.11-rc7
  2024-09-08  7:49 [GIT PULL] Char/Misc driver fixes for 6.11-rc7 Greg KH
@ 2024-09-08 17:17 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-09-08 17:17 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

The pull request you sent on Sun, 8 Sep 2024 09:49:29 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5dadc1be8fc5355034a8515e021ed557acf5fd17

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-08 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-08  7:49 [GIT PULL] Char/Misc driver fixes for 6.11-rc7 Greg KH
2024-09-08 17:17 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox