From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753086AbbFFXk0 (ORCPT ); Sat, 6 Jun 2015 19:40:26 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:32936 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751986AbbFFXkT (ORCPT ); Sat, 6 Jun 2015 19:40:19 -0400 Date: Sat, 6 Jun 2015 16:40:18 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: [GIT PULL] Staging driver fixes for 4.1-rc7 Message-ID: <20150606234018.GA25656@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit e26081808edadfd257c6c9d81014e3b25e9a6118: Linux 4.1-rc4 (2015-05-18 10:13:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.1-rc7 for you to fetch changes up to 39a6e7376af08b4caabf57ae21335bd31f003073: staging: rtl8712: fix stack dump (2015-05-31 11:54:25 +0900) ---------------------------------------------------------------- Staging / IIO fixes for 4.1-rc7 Here are some IIO driver fixes to resolve reported issues, some ozwpan fixes for some reported CVE problems, and a rtl8712 driver fix for a reported regression. All have been in linux-next successfully. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Axel Lin (1): iio: adc: twl6030-gpadc: Fix modalias Greg Kroah-Hartman (1): Merge tag 'iio-fixes-for-4.1b' of git://git.kernel.org/.../jic23/iio into staging-linus Jason A. Donenfeld (4): ozwpan: Use proper check to prevent heap overflow ozwpan: Use unsigned ints to prevent heap overflow ozwpan: divide-by-zero leading to panic ozwpan: unchecked signed subtraction leads to DoS Lars-Peter Clausen (2): iio: adis16400: Report pressure channel scale iio: adis16400: Fix burst transfer for adis16448 Paul Cercueil (3): iio: adis16400: Use != channel indices for the two voltage channels iio: adis16400: Compute the scan mask from channel indices iio: adis16400: Fix burst mode Sudip Mukherjee (1): staging: rtl8712: fix stack dump drivers/iio/adc/twl6030-gpadc.c | 2 +- drivers/iio/imu/adis16400.h | 2 + drivers/iio/imu/adis16400_buffer.c | 26 ++++-- drivers/iio/imu/adis16400_core.c | 41 ++++++--- drivers/staging/ozwpan/ozhcd.c | 8 +- drivers/staging/ozwpan/ozusbif.h | 4 +- drivers/staging/ozwpan/ozusbsvc1.c | 19 ++-- drivers/staging/rtl8712/rtl8712_led.c | 144 +++++++++++++++--------------- drivers/staging/rtl8712/rtl871x_cmd.c | 2 +- drivers/staging/rtl8712/rtl871x_mlme.c | 6 +- drivers/staging/rtl8712/rtl871x_pwrctrl.c | 2 +- drivers/staging/rtl8712/rtl871x_sta_mgt.c | 2 +- 12 files changed, 148 insertions(+), 110 deletions(-)