“bf8f6e5b3e51ee0c64c2d1350c70198ddc8ad3f7”上不存在“arch/x86/kernel/kprobes.c”
ext4: check for out-of-order index extents in ext4_valid_extent_entries()
hulk inclusion category: bugfix bugzilla: 109205 CVE: NA --------------------------- After commit 5946d089 ("ext4: check for overlapping extents in ext4_valid_extent_entries()"), we can check out the overlapping extent entry in leaf extent blocks. But the out-of-order extent entry in index extent blocks could also trigger bad things if the filesystem is inconsistent. So this patch add a check to figure out the out-of-order index extents and return error. Signed-off-by: NZhang Yi <yi.zhang@huawei.com> Reviewed-by: NTheodore Ts'o <tytso@mit.edu> Link: https://lore.kernel.org/r/20210908120850.4012324-2-yi.zhang@huawei.comSigned-off-by: NTheodore Ts'o <tytso@mit.edu> Reviewed-by: NYang Erkun <yangerkun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
想要评论请 注册 或 登录