mirror of https://lore.kernel.org/lkml/
 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 PATCH] Staging driver fixes for 3.11-rc3
Date: Fri, 26 Jul 2013 09:57:18 -0700	[thread overview]
Message-ID: <20130726165718.GA22596@kroah.com> (raw)

The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b:

  Linux 3.11-rc2 (2013-07-21 12:05:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-3.11-rc3

for you to fetch changes up to 81b884c9dfe6753a78df0cbf4e96f095d718bd95:

  MAINTAINERS: Update the list of maintainers for staging/comedi driver. (2013-07-24 09:51:18 -0700)

----------------------------------------------------------------
Staging fixes for 3.11-rc3

Here are some tiny drivers/staging/ fixes for 3.11-rc3

A number of bugfixes, all pretty tiny, but resolve issues that have been
reported (the kstrtos32 change fixes a data corruption problem that Dan
found.)  And a MAINTAINERS file update for the comedi drivers.

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

----------------------------------------------------------------
Dan Carpenter (2):
      staging: frontier: use after free in disconnect()
      staging: gdm72xx: potential use after free in send_qos_list()

Ian Abbott (2):
      staging: comedi: COMEDI_CANCEL ioctl should wake up read/write
      staging: comedi: fix a race between do_cmd_ioctl() and read/write

Jingoo Han (1):
      staging: tidspbridge: replace strict_strtol() with kstrtos32()

Karlis Ogsts (1):
      staging: android: logger: Correct write offset reset on error

Lidza Louina (1):
      MAINTAINERS: Update the list of maintainers for staging/comedi driver.

Paul Bolle (1):
      staging: drm/imx: drop "select OF_VIDEOMODE"

Sergey Senozhatsky (1):
      staging: zram: protect zram_reset_device() call

 MAINTAINERS                             |  2 +-
 drivers/staging/android/logger.c        |  4 +++-
 drivers/staging/comedi/TODO             |  2 +-
 drivers/staging/comedi/comedi_fops.c    | 32 +++++++++++++++++++++-----------
 drivers/staging/frontier/alphatrack.c   |  2 +-
 drivers/staging/gdm72xx/gdm_qos.c       |  2 +-
 drivers/staging/imx-drm/Kconfig         |  1 -
 drivers/staging/tidspbridge/pmgr/dbll.c |  7 +++++--
 drivers/staging/zram/zram_drv.c         |  6 +++++-
 9 files changed, 38 insertions(+), 20 deletions(-)

                 reply	other threads:[~2013-07-26 16:57 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=20130726165718.GA22596@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome