diff options
author | Jiri Kosina <[email protected]> | 2011-11-02 13:37:41 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2011-11-02 16:06:58 -0700 |
commit | a3defbe5c337dbc6da911f8cc49ae3cc3b49b453 (patch) | |
tree | 0971645887ef2848ad4f7bc86d2204aacb748de9 /tools/perf/scripts/python | |
parent | b35a35b556f5e6b7993ad0baf20173e75c09ce8c (diff) |
binfmt_elf: fix PIE execution with randomization disabled
The case of address space randomization being disabled in runtime through
randomize_va_space sysctl is not treated properly in load_elf_binary(),
resulting in SIGKILL coming at exec() time for certain PIE-linked binaries
in case the randomization has been disabled at runtime prior to calling
exec().
Handle the randomize_va_space == 0 case the same way as if we were not
supporting .text randomization at all.
Based on original patch by H.J. Lu and Josh Boyer.
Signed-off-by: Jiri Kosina <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Russell King <[email protected]>
Cc: H.J. Lu <[email protected]>
Cc: <[email protected]>
Tested-by: Josh Boyer <[email protected]>
Acked-by: Nicolas Pitre <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions