Re: When was ASLR introduced in the Linux kernel?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Tuesday, November 30, 2010 - 11:10 am

Le mardi 30 novembre 2010 à 18:50 +0100, Victor van der Veen a écrit :


	who cares ?


commit 42a172a814759a29020e5d1ee580bf4eb86afed2
Author: arjan <arjan>
Date:   Sat Mar 5 17:25:41 2005 +0000

    [PATCH] Randomisation: enable by default
    
    Signed-off-by: Arjan van de Ven <arjan@infradead.org>
    Signed-off-by: Ingo Molnar <mingo@elte.hu>
    Signed-off-by: Andrew Morton <akpm@osdl.org>
    Signed-off-by: Linus Torvalds <torvalds@osdl.org>
    
    BKrev: 4229eb95j12voWjpsZzY2Wlm6P7Mvg

# git describe --contains 42a172a8
v2.6.11.3~887



commit 32a932332c8bad842804842eaf9651ad6268e637
Author: Ingo Molnar <mingo@elte.hu>
Date:   Wed Feb 6 22:39:44 2008 +0100

    brk randomization: introduce CONFIG_COMPAT_BRK
    
    based on similar patch from: Pavel Machek <pavel@ucw.cz>
    
    Introduce CONFIG_COMPAT_BRK. If disabled then the kernel is free
    (but not obliged to) randomize the brk area.
    
    Heap randomization breaks ancient binaries, so we keep COMPAT_BRK
    enabled by default.
    
    Signed-off-by: Ingo Molnar <mingo@elte.hu>

git describe --contains 32a932332c8bad842804842eaf9651ad6268e637
v2.6.25-rc1~513^2~15



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
When was ASLR introduced in the Linux kernel?, Victor van der Veen, (Tue Nov 30, 4:47 am)
Re: When was ASLR introduced in the Linux kernel?, Eric Dumazet, (Tue Nov 30, 5:15 am)
Re: When was ASLR introduced in the Linux kernel?, Victor van der Veen, (Tue Nov 30, 10:50 am)
Re: When was ASLR introduced in the Linux kernel?, Eric Dumazet, (Tue Nov 30, 11:10 am)