From: Theodore Ts'o Date: Mon, 1 Aug 2016 04:51:02 +0000 (-0400) Subject: ext4: validate that metadata blocks do not overlap superblock X-Git-Tag: v3.2.84~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02dd82ed5de939add38991dae6386fe91b07d653;p=pandora-kernel.git ext4: validate that metadata blocks do not overlap superblock commit 829fa70dddadf9dd041d62b82cd7cea63943899d upstream. A number of fuzzing failures seem to be caused by allocation bitmaps or other metadata blocks being pointed at the superblock. This can cause kernel BUG or WARNings once the superblock is overwritten, so validate the group descriptor blocks to make sure this doesn't happen. Signed-off-by: Theodore Ts'o Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed