[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061117000740.GB687@kroah.com>
Date: Thu, 16 Nov 2006 16:07:40 -0800
From: Greg KH <gregkh@...e.de>
To: Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PATCH] Misc Driver fixes for 2.6.19-rc6
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@...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