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>] [day] [month] [year] [list]
Date:	Sat, 16 May 2015 17:33:29 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, devel@...uxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.1-rc4

The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:

  Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.1-rc4

for you to fetch changes up to ec94efcdadab69f41d257a1054260f8295ab77ef:

  Merge tag 'iio-fixes-for-4.1a-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2015-05-13 11:51:14 -0700)

----------------------------------------------------------------
Staging / IIO driver fixes for 4.1-rc4

Here's some staging and iio driver fixes to resolve a number of reported
issues.  All of these have been in linux-next for a while.

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

----------------------------------------------------------------
Alban Bedel (1):
      iio:st_sensors: Fix oops when probing SPI devices

Arnd Bergmann (1):
      staging: sm750: remove incorrect __exit annotation

Dan Carpenter (1):
      staging: rtl8712: freeing an ERR_PTR

Fabio Estevam (1):
      iio: light: hid-sensor-prox: Fix memory leak in probe()

Gabriele Mazzotta (1):
      iio: kfifo: Set update_needed to false only if a buffer was allocated

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

Irina Tirdea (5):
      iio: pressure: bmp280: fix temp compensation
      iio: accel: mma9553: fix endianness issue when reading status
      iio: accel: mma9551_core: prevent buffer overrun
      iio: accel: mma9553: add enable channel for activity
      iio: accel: mma9553: check input value for activity period

Ivan T. Ivanov (1):
      iio: adc: spmi-vadc: Fix overflow in output value normalization

Jacob Pan (1):
      iio/axp288_adc: add missing channel info mask

Malcolm Priestley (7):
      staging: vt6656: use ieee80211_tx_info to select packet type.
      staging: vt6655: device_free_tx_buf use only ieee80211_tx_status_irqsafe
      staging: vt6655: implement IEEE80211_TX_STAT_NOACK_TRANSMITTED
      staging: vt6655: Fix 80211 control and management status reporting.
      staging: vt6655: vnt_tx_packet Correct TX order of OWNED_BY_NIC
      staging: vt6655: CARDbUpdateTSF bss timestamp correct tsf counter value.
      staging: vt6655: lock MACvWriteBSSIDAddress.

Michael Welling (1):
      iio: mcp320x: Fix occasional incorrect readings

Naidu Tellapati (4):
      iio: adc: cc10001: Fix the channel number mapping
      iio: adc: cc10001: Fix incorrect use of power-up/power-down register
      iio: adc: cc10001: Fix regulator_get_voltage() return value check
      iio: adc: cc10001: Add delay before setting START bit

Srinivas Pandruvada (2):
      iio: light: hid-sensor-prox: Fix modifier
      iio: pressure: hid-sensor-press: Fix modifier

SÅ‚awomir Demeszko (1):
      staging: gdm724x: Correction of variable usage after applying ALIGN()

Thomas Betker (4):
      iio: adc: xilinx: Fix register addresses
      iio: adc: xilinx: Fix "vccaux" channel .address
      iio: adc: xilinx: Fix VREFP scale
      iio: adc: xilinx: Fix VREFN sign

 drivers/iio/accel/mma9551_core.c                | 21 +++++++--
 drivers/iio/accel/mma9553.c                     | 18 ++++----
 drivers/iio/accel/st_accel_core.c               |  1 +
 drivers/iio/adc/axp288_adc.c                    | 12 ++---
 drivers/iio/adc/cc10001_adc.c                   | 60 ++++++++++++++-----------
 drivers/iio/adc/mcp320x.c                       |  6 +--
 drivers/iio/adc/qcom-spmi-vadc.c                |  7 +--
 drivers/iio/adc/xilinx-xadc-core.c              |  5 ++-
 drivers/iio/adc/xilinx-xadc.h                   |  6 +--
 drivers/iio/common/st_sensors/st_sensors_core.c |  2 -
 drivers/iio/gyro/st_gyro_core.c                 |  1 +
 drivers/iio/kfifo_buf.c                         |  3 +-
 drivers/iio/light/hid-sensor-prox.c             | 12 +++--
 drivers/iio/magnetometer/st_magn_core.c         |  1 +
 drivers/iio/pressure/bmp280.c                   |  1 +
 drivers/iio/pressure/hid-sensor-press.c         |  2 -
 drivers/iio/pressure/st_pressure_core.c         |  1 +
 drivers/staging/gdm724x/gdm_mux.c               | 16 +++----
 drivers/staging/rtl8712/rtl871x_ioctl_linux.c   | 17 +++----
 drivers/staging/sm750fb/sm750.c                 |  2 +-
 drivers/staging/vt6655/card.c                   | 10 +++--
 drivers/staging/vt6655/card.h                   |  2 +-
 drivers/staging/vt6655/device_main.c            | 42 ++++++++++-------
 drivers/staging/vt6656/rxtx.c                   | 14 ++++--
 24 files changed, 152 insertions(+), 110 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ