+15
−0
Loading
stable inclusion from stable-v4.19.322 commit c0c23130d38e8bc28e9ef581443de9b1fc749966 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IARX38 CVE: CVE-2024-46777 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c0c23130d38e8bc28e9ef581443de9b1fc749966 -------------------------------- [ Upstream commit ebbe26fd54a9621994bc16b14f2ba8f84c089693 ] Avoid mounting filesystems where the partition would overflow the 32-bits used for block number. Also refuse to mount filesystems where the partition length is so large we cannot safely index bits in a block bitmap. Link: https://patch.msgid.link/20240620130403.14731-1-jack@suse.cz Signed-off-by:Jan Kara <jack@suse.cz> Signed-off-by:
Sasha Levin <sashal@kernel.org> Conflicts: fs/udf/super.c [Ma Wupeng: fix compile warning] Signed-off-by:
Ma Wupeng <mawupeng1@huawei.com>