commit | 913bd906019514579b3c7ec5ab9c463e89207a57 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Mar 25 16:29:09 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 09:10:52 2006 -0800 |
tree | 8f73c66bf2b30afb2807814d97f9307af0508454 | |
parent | dca99a38bccceda9e079d4c95abefbd9028605fe [diff] |
[PATCH] x86_64: Increase the variability of the process stack on 64bit architectures 8MB is not really very random, use 1GB (or more with larger page sizes) instead. Also use the low bits of the random generator output now instead of throwing them away. Only enabled on x86-64 right now. Other architectures need to add a suitable STACK_RND_MASK Cc: mingo@elte.hu Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>