x86 get_unmapped_area(): use proper mmap base for bottom-up direction
authorRadu Caragea <[email protected]>
Tue, 13 Aug 2013 23:00:59 +0000 (16:00 -0700)
committerLinus Torvalds <[email protected]>
Wed, 14 Aug 2013 00:57:49 +0000 (17:57 -0700)
commitdf54d6fa54275ce59660453e29d1228c2b45a826
tree8e8c54da4a1cd7f9caca46b2b39d673c3bf7f793
parentc7dd3392ad469e6ba125170ad29f881bed85b678
x86 get_unmapped_area(): use proper mmap base for bottom-up direction

When the stack is set to unlimited, the bottomup direction is used for
mmap-ings but the mmap_base is not used and thus effectively renders
ASLR for mmapings along with PIE useless.

Cc: Michel Lespinasse <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Reviewed-by: Rik van Riel <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Adrian Sendroiu <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/x86/kernel/sys_x86_64.c
arch/x86/mm/mmap.c
include/linux/sched.h