Re: [PATCH V2 resend] FS/OMFS: block number sanity check during fill_super operation

2014-09-29 Thread Bob Copeland
On Mon, Sep 29, 2014 at 07:07:08PM +0200, Fabian Frederick wrote: > This patch defines maximum block number to 2^31. > It also converts bitmap_size and array_size to > unsigned int in omfs_get_imap > > Suggested-By: Linus Torvalds > Suggested-By: Bob Copeland > Cc: Linus Torvalds > Cc: Bob

[PATCH V2 resend] FS/OMFS: block number sanity check during fill_super operation

2014-09-29 Thread Fabian Frederick
This patch defines maximum block number to 2^31. It also converts bitmap_size and array_size to unsigned int in omfs_get_imap Suggested-By: Linus Torvalds Suggested-By: Bob Copeland Cc: Linus Torvalds Cc: Bob Copeland Cc: Andrew Morton Signed-off-by: Fabian Frederick --- This is untested.

[PATCH V2 resend] FS/OMFS: block number sanity check during fill_super operation

2014-09-29 Thread Fabian Frederick
This patch defines maximum block number to 2^31. It also converts bitmap_size and array_size to unsigned int in omfs_get_imap Suggested-By: Linus Torvalds torva...@linux-foundation.org Suggested-By: Bob Copeland m...@bobcopeland.com Cc: Linus Torvalds torva...@linux-foundation.org Cc: Bob

Re: [PATCH V2 resend] FS/OMFS: block number sanity check during fill_super operation

2014-09-29 Thread Bob Copeland
On Mon, Sep 29, 2014 at 07:07:08PM +0200, Fabian Frederick wrote: This patch defines maximum block number to 2^31. It also converts bitmap_size and array_size to unsigned int in omfs_get_imap Suggested-By: Linus Torvalds torva...@linux-foundation.org Suggested-By: Bob Copeland