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]
Date:   Fri, 2 Sep 2022 17:25:17 +0200
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.0-rc4

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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.0-rc4

for you to fetch changes up to 0f022aaac9ff2ceff683231b43923c650c90b47e:

  Merge tag 'soundwire-6.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-linus (2022-09-02 08:59:45 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 6.0-rc4

Here are some small char/misc and other driver fixes for 6.0-rc4.

Included in here are:
  - binder fixes for previous fixes, and a few more fixes uncovered by
    them.
  - iio driver fixes
  - soundwire driver fixes
  - fastrpc driver fixes for memory corruption on some hardware
  - peci driver fix
  - mhi driver fix

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

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

----------------------------------------------------------------
Carlos Llamas (2):
      binder: fix UAF of ref->proc caused by race condition
      binder: fix alloc->vma_vm_mm null-ptr dereference

Christophe JAILLET (1):
      iio: light: cm3605: Fix an error handling path in cm3605_probe()

Greg Kroah-Hartman (5):
      Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"
      Merge tag 'iio-fixes-for-6.0a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
      Merge tag 'peci-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux into char-misc-linus
      Merge tag 'mhi-fixes-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-linus
      Merge tag 'soundwire-6.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-linus

Iwona Winiarska (1):
      peci: cpu: Fix use-after-free in adev_release()

Johan Hovold (3):
      misc: fastrpc: fix memory corruption on probe
      misc: fastrpc: fix memory corruption on open
      misc: fastrpc: increase maximum session count

Krzysztof Kozlowski (1):
      dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins

Liam Howlett (1):
      binder_alloc: Add missing mmap_lock calls when using the VMA

Lv Ruyi (1):
      peci: aspeed: fix error check return value of platform_get_irq()

Marcus Folkesson (3):
      iio: adc: mcp3911: make use of the sign bit
      iio: adc: mcp3911: correct "microchip,device-addr" property
      iio: adc: mcp3911: use correct formula for AD conversion

Matti Vaittinen (1):
      iio: ad7292: Prevent regulator double disable

Qiang Yu (1):
      bus: mhi: host: Fix up null pointer access in mhi_irq_handler

Srinivas Kandagatla (2):
      soundwire: qcom: remove duplicate reset control get
      soundwire: qcom: fix device status array range

sunliming (1):
      iio: light: cm32181: make cm32181_pm_ops static

 .../bindings/iio/gyroscope/bosch,bmg160.yaml       |  2 ++
 drivers/android/binder.c                           | 12 ++++++++++
 drivers/android/binder_alloc.c                     |  4 ++--
 drivers/bus/mhi/host/main.c                        | 19 ++++++++++++---
 drivers/iio/adc/ad7292.c                           |  4 +---
 drivers/iio/adc/mcp3911.c                          | 28 +++++++++++++++++-----
 drivers/iio/light/cm32181.c                        |  2 +-
 drivers/iio/light/cm3605.c                         |  6 +++--
 drivers/misc/fastrpc.c                             | 14 +++++++----
 drivers/peci/controller/peci-aspeed.c              |  2 +-
 drivers/peci/cpu.c                                 |  3 +--
 drivers/soundwire/qcom.c                           | 10 +++-----
 12 files changed, 74 insertions(+), 32 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ