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 from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html