Y
Hacker News
new
|
ask
|
show
|
jobs
by
garaetjjte
1097 days ago
I noticed it hangs in similar way when you insert msleep anywhere before smp_prepare_cpus in kernel_init_freeable. But I have no idea whether sleeping is valid here.
1 comments
rwmj
1097 days ago
Can confirm - just adding msleep(1) there causes the same failure. I'm also unclear if sleeping here is valid or not.
link