ext4: validate the debug_want_extra_isize mount option at parse time
authorTheodore Ts'o <tytso@mit.edu>
Sun, 15 Dec 2019 06:09:03 +0000 (01:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Dec 2019 15:46:19 +0000 (16:46 +0100)
commit6d71f73d93830dd2ce00ad067a66726cc6213259
treefebcadbb1d3ce5389d844d3038d5bd61e347dcfa
parentbf5624352dace3bf8733de29ee71cd1bf1b9e519
ext4: validate the debug_want_extra_isize mount option at parse time

commit 9803387c55f7d2ce69aa64340c5fdc6b3027dbc8 upstream.

Instead of setting s_want_extra_size and then making sure that it is a
valid value afterwards, validate the field before we set it.  This
avoids races and other problems when remounting the file system.

Link: https://lore.kernel.org/r/20191215063020.GA11512@mit.edu
Cc: stable@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reported-and-tested-by: syzbot+4a39a025912b265cacef@syzkaller.appspotmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/super.c