All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.1-rc7
Date: Sat, 6 Jun 2015 16:40:18 -0700	[thread overview]
Message-ID: <20150606234018.GA25656@kroah.com> (raw)

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 <gregkh@linuxfoundation.org>

----------------------------------------------------------------
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(-)

                 reply	other threads:[~2015-06-06 23:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150606234018.GA25656@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.