On Tue, Aug 21, 2012 at 02:31:19PM +0800, Wen Congyang wrote: > If kthread_run() fails, pgdat->kswapd contains errno. When we stop > this thread, we only check whether pgdat->kswapd is NULL and access > it. If it contains errno, it will cause page fault. Reset pgdat->kswapd > to NULL when creating kernel thread fails can avoid this problem. > > Signed-off-by: Wen Congyang <wency@xxxxxxxxxxxxxx> Reviewed-by: Minchan Kim <minchan@xxxxxxxxxx> Nitpick: Why doesn't online_pages check kswapd_run's return value? I hope memory-hotplug can handle this error rightly without relying on this patch in the future. -- Kind regards, Minchan Kim -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>