Linux 6.9-rc5
[sfrench/cifs-2.6.git] / Documentation / features / vm / ELF-ASLR / arch-support.txt
1 #
2 # Feature name:          ELF-ASLR
3 #         Kconfig:       ARCH_HAS_ELF_RANDOMIZE
4 #         Kconfig:       ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
5 #         description:   arch randomizes the stack, heap and binary images of ELF binaries
6 #
7     -----------------------
8     |         arch |status|
9     -----------------------
10     |       alpha: | TODO |
11     |         arc: | TODO |
12     |         arm: |  ok  |
13     |       arm64: |  ok  |
14     |        csky: |  ok  |
15     |     hexagon: | TODO |
16     |   loongarch: |  ok  |
17     |        m68k: | TODO |
18     |  microblaze: | TODO |
19     |        mips: |  ok  |
20     |       nios2: | TODO |
21     |    openrisc: | TODO |
22     |      parisc: |  ok  |
23     |     powerpc: |  ok  |
24     |       riscv: |  ok  |
25     |        s390: |  ok  |
26     |          sh: | TODO |
27     |       sparc: | TODO |
28     |          um: | TODO |
29     |         x86: |  ok  |
30     |      xtensa: | TODO |
31     -----------------------