Description of problem: percpu: allocation failed, size=256 align=256 atomic=0, failed to allocate new chunk failed to create workqueue kmpathd percpu内存申请失败 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.8numa的飞腾5000c主机,只插四根内存 2.4.19内核启动大量报percpu: allocation failed 3.插8条内存没有问题 4、麒麟4.19.90内核没有问题 Actual results: 内核core dump Expected results: 内核成功启动 Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2632
分析是内存vmap_areas越界,确认已解决这个问题。
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/3109