+13
−9
Loading
stable inclusion from stable-v6.6.76 commit 40e25a3c0063935763717877bb2a814c081509ff category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBW08Q Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=40e25a3c0063935763717877bb2a814c081509ff -------------------------------- [ Upstream commit bdb0ca39e0acccf6771db49c3f94ed787d05f2d7 ] Clearing slab cache will free all znode in memory and make c->zroot.znode = NULL, then dumping tnc tree will access c->zroot.znode which cause null pointer dereference. Link: https://bugzilla.kernel.org/show_bug.cgi?id=219624#c0 Fixes: 1e51764a ("UBIFS: add new flash file system") Signed-off-by:pangliyuan <pangliyuan1@huawei.com> Reviewed-by:
Zhihao Cheng <chengzhihao1@huawei.com> Signed-off-by:
Richard Weinberger <richard@nod.at> Signed-off-by:
Sasha Levin <sashal@kernel.org> (cherry picked from commit 40e25a3c0063935763717877bb2a814c081509ff) Signed-off-by:
Wentao Guan <guanwentao@uniontech.com>