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:   Sun, 27 Aug 2017 09:22:32 +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.13-rc7

The following changes since commit ef954844c7ace62f773f4f23e28d2d915adc419f:

  Linux 4.13-rc5 (2017-08-13 16:01:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.13-rc7

for you to fetch changes up to 2c68888f1d76c668024a9efa50af382df4f3cf8e:

  Merge tag 'fixes-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2017-08-20 10:45:54 -0700)

----------------------------------------------------------------
staging/iio fixes for 4.13-rc7

Here are few small staging driver fixes, and some more IIO driver fixes
for 4.13-rc7.  Nothing major, just resolutions for some reported
problems.

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

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

----------------------------------------------------------------
Andreas Klinger (1):
      iio: bmp280: properly initialize device for humidity reading

Charles Milette (1):
      staging: rtl8188eu: add RNX-N150NUB support

Colin Ian King (1):
      Revert "staging: fsl-mc: be consistent when checking strcmp() return"

Dragos Bogdan (1):
      iio: imu: adis16480: Fix acceleration scale factor for adis16480

Fabrice Gasnier (6):
      iio: trigger: stm32-timer: fix quadrature mode get routine
      iio: trigger: stm32-timer: fix write_raw return value
      iio: trigger: stm32-timer: fix get/set down count direction
      iio: trigger: stm32-timer: add enable attribute
      iio: adc: stm32: fix common clock rate
      iio: trigger: stm32-timer: fix get trigger mode

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

Jonathan Corbet (1):
      PATCH] iio: Fix some documentation warnings

Lorenzo Bianconi (2):
      iio: magnetometer: st_magn: fix status register address for LSM303AGR
      iio: magnetometer: st_magn: remove ihl property for LSM303AGR

Srinivas Pandruvada (1):
      iio: hid-sensor-trigger: Fix the race with user space powering up sensors

Stefan BrĂ¼ns (1):
      iio: adc: ina219: Avoid underflow for sleeping time

 drivers/iio/adc/ina2xx-adc.c                       |  2 +-
 drivers/iio/adc/stm32-adc-core.c                   | 10 +--
 .../iio/common/hid-sensors/hid-sensor-trigger.c    |  8 +--
 drivers/iio/imu/adis16480.c                        |  2 +-
 drivers/iio/magnetometer/st_magn_core.c            |  4 +-
 drivers/iio/pressure/bmp280-core.c                 | 27 ++++++-
 drivers/iio/pressure/bmp280.h                      |  5 ++
 drivers/iio/trigger/stm32-timer-trigger.c          | 82 ++++++++++++++++------
 drivers/staging/fsl-mc/bus/fsl-mc-allocator.c      |  6 +-
 drivers/staging/rtl8188eu/os_dep/usb_intf.c        |  1 +
 include/linux/iio/iio.h                            |  2 +-
 include/linux/iio/trigger.h                        |  4 +-
 12 files changed, 107 insertions(+), 46 deletions(-)

Powered by blists - more mailing lists