Closed yexuanyang closed 1 month ago
Thanks for pointing this problem out! It is indeed wrong to turn on the test code by default, because in a production environment you may not want to run the test every time you boot the computer. I will improve this part.
Hi! I think there is something wrong with the kernel. Now it takes me nearly 90 seconds to start the kernel in qemu, I found that there is a
smp_test
job when the kernel is boot, and it consumes 1 minutes.The smp_test test should not appear in the general startup process. Whether this test is compiled into the kernel should be managed by Kconfig, and by default it is not compiled into the kernel. If a user needs this test, he must actively enable a certain config to compile this test into the kernel and perform this long test that takes nearly a minute during startup.
I hope the person in charge of the smp_test test can consider my suggestion. @JiajunDu Thanks!