Bug 155231
Summary: | powerpc : native aslr vdso randomization is not working in powerpc platform | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Arnob Ghosh (aghosh) |
Component: | PPC-32 | Assignee: | platform_ppc-32 |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | christophe.leroy, michael |
Priority: | P1 | ||
Hardware: | PPC-32 | ||
OS: | Linux | ||
Kernel Version: | 4.7.0-rc5+ | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Arnob Ghosh
2016-08-29 07:31:09 UTC
Works for me on 64-bit Power8 machine: $ ldd /usr/bin/less | grep vdso linux-vdso64.so.1 => (0x00003fff9b410000) $ ldd /usr/bin/less | grep vdso linux-vdso64.so.1 => (0x00003fff7d270000) $ ldd /usr/bin/less | grep vdso linux-vdso64.so.1 => (0x00003fffab350000) See related ppc issue https://github.com/linuxppc/issues/issues/59 This was fixed in v6.1, see: https://github.com/torvalds/linux/commit/8a8f7866663588b162031a5348c24e42161461cd |