Conversation

Linux kernel seems to think that it's a good idea to fault in all of the possible pages for PROT_NONE mappings. Trying to do that for many terabytes of pages doesn't work out well. Result is very strange. Need to make time to look into what the kernel actually ends up doing...
1
3
Replying to
This is a lot worse than the usual kernel API issues that I run into because I don't think there's anything I can do to work around it. For other problems like mremap exposing bugs in the kernel's VMA merging implementation, I can avoid the pattern that ends up triggering it.
1
1
Show replies