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>] [day] [month] [year] [list]
Date:   Mon, 23 Oct 2017 09:26:43 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     linux-kernel@...r.kernel.org, devel@...uxdriverproject.org
Subject: [GIT PULL] Staging/IIO driver fixes for 4.14-rc6

The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f:

  Linux 4.14-rc4 (2017-10-08 20:53:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.14-rc6

for you to fetch changes up to c97d96b4e612c7dc1b37d7afc61b598a9a25994d:

  staging: bcm2835-audio: Fix memory corruption (2017-10-18 15:09:45 +0200)

----------------------------------------------------------------
Staging/IIO fixes for 4.14-rc6

Here are a small number of patches to resolve some reported IIO and a
staging driver problem.  Nothing major here, full details are in the
shortlog below.

All have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Colin Ian King (1):
      staging: iio: ade7759: fix signed extension bug on shift of a u8

Eugen Hristev (1):
      iio: adc: at91-sama5d2_adc: fix probe error on missing trigger property

Geert Uytterhoeven (1):
      iio: pressure: zpa2326: Remove always-true check which confuses gcc

Greg Kroah-Hartman (1):
      Merge tag 'iio-fixes-for-4.14b' of git://git.kernel.org/.../jic23/iio into staging-linus

Lars-Peter Clausen (1):
      iio: dummy: events: Add missing break

Matt Ranostay (1):
      iio: proximity: as3935: noise detection + threshold changes

Phil Elwell (1):
      staging: bcm2835-audio: Fix memory corruption

Randy Dunlap (1):
      iio: adc: dln2-adc: fix build error

 .../ABI/testing/sysfs-bus-iio-proximity-as3935     |  8 ++++
 .../devicetree/bindings/iio/proximity/as3935.txt   |  5 +++
 drivers/iio/adc/Kconfig                            |  2 +
 drivers/iio/adc/at91-sama5d2_adc.c                 | 45 ++++++++++++++--------
 drivers/iio/dummy/iio_simple_dummy_events.c        |  1 +
 drivers/iio/pressure/zpa2326.c                     | 10 ++---
 drivers/iio/proximity/as3935.c                     | 43 +++++++++++++++++++--
 drivers/staging/iio/meter/ade7759.c                |  2 +-
 .../vc04_services/bcm2835-audio/bcm2835-vchiq.c    | 19 ++++-----
 9 files changed, 96 insertions(+), 39 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ