I'm trying to implement a checkpoint/restart mechanism in the kernel.
But, there are some points that are not very clear, I'd like to ask.
Mostly in MM.
1) I will save and then later restore the contents of vmas'. Should I
store the protections, etc. of every page contained by these vmas or
setting protections just on vmas is adequate?
2) How to know when to use one of these functions for allocation:
kmalloc(), get_free_page(), vmalloc(), mmap() -what else-?
3) Is this the right list to send out the questions of above kind?
Because I will have more questions about the kernel..
Thanks.
-- muzaffer - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/