Created attachment 682 [details] vmcore-dmesg Description of problem: kernel crash at nfsd_cache_lookup . Version-Release number of selected component (if applicable): 4.19.91-26.x How reproducible: 1、create A B C vms. 2、A-client,B-server; B-client C-server; 3、B Crashes after running for a long while(1 or 2 days) I found the static struct kmem_cache *drc_slab = 0 in vmcore.
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1591
The root cause is fixed by https://bugzilla.openanolis.cn/show_bug.cgi?id=4801 While PR https://gitee.com/anolis/cloud-kernel/pulls/1591 introduces the refactoring of drc containerization.
(In reply to Jingbo Xu from comment #2) > The root cause is fixed by > https://bugzilla.openanolis.cn/show_bug.cgi?id=4801 > > While PR https://gitee.com/anolis/cloud-kernel/pulls/1591 introduces the > refactoring of drc containerization. merged
merged