From: Bob Copeland on
Hi Linus,

Please consider pulling these fixes for the OMFS file system. This is my
first pull request for this tree, so do let me know if anything is amiss.

The patches include some I wrote quite a while ago when fuzz testing, along
with recent fixes for a memory leak and a compiler warning. My small test
suite passes with all applied.

The following changes since commit 815c4163b6c8ebf8152f42b0a5fd015cfdcedc78:

Linux 2.6.35-rc4 (2010-07-04 20:22:50 -0700)

are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfs.git for-linus

Bill Pemberton (1):
omfs: fix uninitialized variable warning

Bob Copeland (3):
omfs: check bounds on block numbers before passing to sb_bread
omfs: refuse to mount if bitmap pointer is obviously wrong
omfs: sanity check cluster size

Davidlohr Bueso (1):
omfs: fix memory leak

fs/omfs/dir.c | 22 ++++++++--------------
fs/omfs/file.c | 10 +++++-----
fs/omfs/inode.c | 44 +++++++++++++++++++++++++++++++++-----------
fs/omfs/omfs.h | 1 +
fs/omfs/omfs_fs.h | 1 +
5 files changed, 48 insertions(+), 30 deletions(-)
--
Bob Copeland %% www.bobcopeland.com

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