Hi, Is it possible for the kernel to access the user-stack data of a task different from "current" ? ( This is needed for stack-dump as well as backtrace. ) I thought the answer is "no". ( Kernel sees memory through the page-table of "current" ) But I found few places in kernel where this is done. ( eg: debug_rt_mutex_print_deadlock() in rtmutex-debug.c ) What is the explanation ? thanks shankar -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>