The patch titled Rename "swapper" to "idle" has been added to the -mm tree. Its filename is rename-swapper-to-idle.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Hua Zhong <hzhong@xxxxxxxxx> Rename the "swapper" process (pid 0) to a more appropriate name "idle". The name "swapper" is not obviously meaningful and confuses a lot of people (e.g., when seen in oops report). Signed-off-by: Hua Zhong <hzhong@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/init_task.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/init_task.h~rename-swapper-to-idle include/linux/init_task.h --- devel/include/linux/init_task.h~rename-swapper-to-idle 2006-04-20 16:40:46.000000000 -0700 +++ devel-akpm/include/linux/init_task.h 2006-04-20 16:40:46.000000000 -0700 @@ -108,7 +108,7 @@ extern struct group_info init_groups; .cap_permitted = CAP_FULL_SET, \ .keep_capabilities = 0, \ .user = INIT_USER, \ - .comm = "swapper", \ + .comm = "idle", \ .thread = INIT_THREAD, \ .fs = &init_fs, \ .files = &init_files, \ _ Patches currently in -mm which might be from hzhong@xxxxxxxxx are git-net.patch rename-swapper-to-idle.patch ide-error-handling-fixes.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html