[GIT PATCH] Misc Driver fixes for 2.6.19-rc6

From: Greg KH
Date: Thu Nov 16 2006 - 19:08:19 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/