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