]> git.baikalelectronics.ru Git - kernel.git/commit
x86 get_unmapped_area(): use proper mmap base for bottom-up direction
authorRadu Caragea <sinaelgl@gmail.com>
Tue, 13 Aug 2013 23:00:59 +0000 (16:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Aug 2013 00:57:49 +0000 (17:57 -0700)
commit1fc2757e4e8ff7dc48344cf6cb812eba62217ea8
tree8e8c54da4a1cd7f9caca46b2b39d673c3bf7f793
parent1419bbee237502a3fc9c20f7c9ff192be14d2f64
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 <walken@google.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Cc: Adrian Sendroiu <molecula2788@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/sys_x86_64.c
arch/x86/mm/mmap.c
include/linux/sched.h