Path: blob/master/Documentation/features/vm/ELF-ASLR/arch-support.txt
26285 views
#1# Feature name: ELF-ASLR2# Kconfig: ARCH_HAS_ELF_RANDOMIZE3# Kconfig: ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT4# description: arch randomizes the stack, heap and binary images of ELF binaries5#6-----------------------7| arch |status|8-----------------------9| alpha: | TODO |10| arc: | TODO |11| arm: | ok |12| arm64: | ok |13| csky: | ok |14| hexagon: | TODO |15| loongarch: | ok |16| m68k: | TODO |17| microblaze: | TODO |18| mips: | ok |19| nios2: | TODO |20| openrisc: | TODO |21| parisc: | ok |22| powerpc: | ok |23| riscv: | ok |24| s390: | ok |25| sh: | TODO |26| sparc: | TODO |27| um: | TODO |28| x86: | ok |29| xtensa: | TODO |30-----------------------313233