Hi all- If you want to play with virtually mapped stacks, I have it more or less working on x86 in a branch here: https://git.kernel.org/cgit/linux/kernel/git/luto/linux.git/log/?h=x86/vmap_stack The core bit (virtually map the stack and fix the accounting) is just a config option, but it needs the arch to opt-in. I suspect that every arch will have its own set of silly issues to address to make it work well. For x86, the silly issues are getting the OOPS to work right and handling some vmalloc_fault oddities to avoid panicing at random. --Andy -- 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>