fs: erofs: add sanity check for kobject in erofs_unregister_sysfs
authorDongliang Mu <mudongliangabcd@gmail.com>
Tue, 15 Mar 2022 13:28:14 +0000 (21:28 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 16 Mar 2022 16:09:02 +0000 (00:09 +0800)
commita942da24abc5839c11a8fc2a4b7cb268ea94ba54
treed59244f6191e7e88eff52032abc6c9651aa7e20c
parent9f2731d6338a072b60ab1d9340847bde3306614b
fs: erofs: add sanity check for kobject in erofs_unregister_sysfs

Syzkaller hit 'WARNING: kobject bug in erofs_unregister_sysfs'. This bug
is triggered by injecting fault in kobject_init_and_add of
erofs_unregister_sysfs.

Fix this by adding sanity check for kobject in erofs_unregister_sysfs

Note that I've tested the patch and the crash does not occur any more.

Link: https://lore.kernel.org/r/20220315132814.12332-1-dzm91@hust.edu.cn
Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Fixes: 168e9a76200c ("erofs: add sysfs interface")
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/sysfs.c