mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PATCH] Staging driver fixes for 3.11-rc3
@ 2013-07-26 16:57 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2013-07-26 16:57 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-26 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-26 16:57 [GIT PATCH] Staging driver fixes for 3.11-rc3 Greg KH

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