On Wed, Jan 11, 2017 at 11:32 AM, Kirill A. Shutemov <kirill@xxxxxxxxxxxxx> wrote: > > Running legacy binary with full address space is valuable option. I disagree. It's simply not valuable enough to worry about. Especially when there is a fairly trivial wrapper approach: just make a full-address-space wrapper than acts as a binary loader (think "specialized ld.so"). Sure, the wrapper may be "fairly trivial" but not necessarily pleasant: you have to parse ELF sections etc and basically load the binary by hand. But there are libraries for that, and loading an ELF executable isn't rocket surgery, it's just possibly tedious. Linus -- 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>