[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20111214070627.GM2203@ZenIV.linux.org.uk>
Date: Wed, 14 Dec 2011 07:06:27 +0000
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] assorted fs fixes
Assorted fixes for moderately unpleasant bugs - a couple of leaks,
several hard to hit races, screwed up failure exit in ncpfs mount.
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
Shortlog:
Al Viro (5):
procfs: fix a vfsmount longterm reference leak
... and the same kind of leak for mqueue
ubifs: too early register_filesystem()
fuse: register_filesystem() called too early
configfs: register_filesystem() called too early
Djalal Harouni (1):
fs/ncpfs: fix error paths and goto statements in ncp_fill_super()
Diffstat:
fs/configfs/inode.c | 2 +-
fs/configfs/mount.c | 36 +++++++++++++++++-------------------
fs/fuse/inode.c | 24 ++++++++++++------------
fs/ncpfs/inode.c | 8 ++++----
fs/proc/root.c | 8 +++-----
fs/ubifs/super.c | 18 ++++++++----------
ipc/mqueue.c | 8 +++-----
ipc/msgutil.c | 5 -----
8 files changed, 48 insertions(+), 61 deletions(-)
--
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