public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] driver core fixes against 2.6.25-rc6 git
Date: Mon, 24 Mar 2008 23:05:03 -0700	[thread overview]
Message-ID: <20080325060503.GB20741@suse.de> (raw)

Here are 2 patches against your current git tree that do:
	- fix UIO to work properly on ARM and other platforms
	- remove BUG in sysfs and add better debugging for attributes
	  that overflow the buffer provided by sysfs.  Andrew asked that
	  this patch go in now to help people out.

Both of these patches have been in -next and -mm for quite a while.

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


Patches will be sent as a follow-on to this message to lkml for people
to see.

thanks,

greg k-h

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

 drivers/base/core.c |    5 +++++
 drivers/uio/uio.c   |    2 ++
 fs/sysfs/file.c     |    8 +++++++-
 3 files changed, 14 insertions(+), 1 deletions(-)

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

Andrew Morton (1):
      driver core: debug for bad dev_attr_show() return value.

Jean-Samuel Chenard (1):
      UIO: add pgprot_noncached() to UIO mmap code


             reply	other threads:[~2008-03-25  6:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-25  6:05 Greg KH [this message]
2008-03-25  6:16 ` [PATCH 1/2] UIO: add pgprot_noncached() to UIO mmap code Greg Kroah-Hartman
2008-03-25  6:16 ` [PATCH 2/2] driver core: debug for bad dev_attr_show() return value 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=20080325060503.GB20741@suse.de \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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