linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH] Misc Driver fixes for 2.6.19-rc6
@ 2006-11-17  0:07 Greg KH
  2006-11-17  0:41 ` [PATCH 1/3] W1: ioremap balanced with iounmap Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2006-11-17  0:07 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some driver related fixes for 2.6.19-rc6.

Three patches here:
	- aoe bugfix that is on Adrian's list.
	- w1 bugfix to prevent a memory leak
	- debugfs fix to properly detect errors

All of these patches have been in the -mm tree for a quite a while.

Please pull from:
	git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
or if master.kernel.org hasn't synced up yet:
	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/block/aoe/aoeblk.c     |    1 +
 drivers/w1/masters/matrox_w1.c |    2 ++
 fs/debugfs/inode.c             |    4 ++--
 3 files changed, 5 insertions(+), 2 deletions(-)

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

Akinobu Mita (1):
      debugfs: check return value correctly

Amol Lad (1):
      W1: ioremap balanced with iounmap

Dennis Stosberg (1):
      aoe: Add forgotten NULL at end of attribute list in aoeblk.c


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-17  0:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-17  0:07 [GIT PATCH] Misc Driver fixes for 2.6.19-rc6 Greg KH
2006-11-17  0:41 ` [PATCH 1/3] W1: ioremap balanced with iounmap Greg KH
2006-11-17  0:41   ` [PATCH 2/3] debugfs: check return value correctly Greg KH
2006-11-17  0:41     ` [PATCH 3/3] aoe: Add forgotten NULL at end of attribute list in aoeblk.c Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).