[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130726165718.GA22596@kroah.com>
Date: Fri, 26 Jul 2013 09:57:18 -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 PATCH] Staging driver fixes for 3.11-rc3
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@...uxfoundation.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(-)
--
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