All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] TTY fixes for .36-rc2
Date: Mon, 23 Aug 2010 21:05:08 -0700	[thread overview]
Message-ID: <20100824040508.GC16749@kroah.com> (raw)

Here are some tty and serial driver bugfixes for the .36-rc2 kernel.

Some fixes due to the BKL removal fallout, and other minor things.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/

These patches have been in the linux-next tree and -mm for a while now.

Patches will be sent to the linux-kernel mailing list, if anyone wants
to see them.

thanks,

greg k-h

------------

 drivers/char/ip2/ip2main.c   |    4 +++-
 drivers/char/rocket.c        |    1 +
 drivers/char/synclink_gt.c   |    4 +++-
 drivers/serial/68328serial.c |   29 +++++++++++------------------
 drivers/serial/8250_early.c  |    4 ++--
 5 files changed, 20 insertions(+), 22 deletions(-)

---------------

Dan Carpenter (4):
      ip2: remove unneeded NULL check
      ip2: return -EFAULT on copy_to_user errors
      rocket: add a mutex_unlock()
      synclink: add mutex_unlock() on error path

Kulikov Vasiliy (1):
      68328serial: check return value of copy_*_user() instead of access_ok()

Tony Luck (1):
      serial: print early console device address in hex


             reply	other threads:[~2010-08-24  4:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-24  4:05 Greg KH [this message]
2010-08-24  4:24 ` [PATCH 1/6] serial: print early console device address in hex Greg Kroah-Hartman
2010-08-24  4:24 ` [PATCH 2/6] ip2: remove unneeded NULL check Greg Kroah-Hartman
2010-08-24  4:24 ` [PATCH 3/6] ip2: return -EFAULT on copy_to_user errors Greg Kroah-Hartman
2010-08-24  4:24 ` [PATCH 4/6] rocket: add a mutex_unlock() Greg Kroah-Hartman
2010-08-24  4:24 ` [PATCH 5/6] synclink: add mutex_unlock() on error path Greg Kroah-Hartman
2010-08-24  4:24 ` [PATCH 6/6] 68328serial: check return value of copy_*_user() instead of access_ok() Greg Kroah-Hartman

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=20100824040508.GC16749@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.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.