Re: [PATCH prototype] [0/8] Predictive bitmaps for ELF executables
From: Pavel Machek <hidden>
Date: 2008-03-25 14:43:22
Also in:
lkml
On Sun 2008-03-23 18:08:27, Andi Kleen wrote:
quoted
Is this good idea? Attacker can send you binary with the bitmap inverted, it is now slow on your system and signature matches.The first run will fix up any missing bits in the bitmap. Right now it cannot get rid of unnecessary pages though unless you disable early_fault.quoted
...might be important for benchmarks... 'here, see, Oracle is slow. Feel free to verify the signature'. ...ok, I guess it is not too serious, because it is similar to fragmentation....It is actually far better than fragmentation because the bitmap loader does IO always in big chunks -- not much seeking will go on. The only problem is some wasted mmeory and more IO bandwidth usage (but typically binaries are not bigger than a few MB so it's not too dramatic) So in summary I don't think it's an issue.
Agreed. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>