Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a913aa6e authored by Srinivasarao P's avatar Srinivasarao P Committed by Gerrit - the friendly Code Review server
Browse files

mm: reintroduce the config ARCH_HAS_ELF_RANDOMIZE



Config ARCH_HAS_ELF_RANDOMIZE is originally introduced in
'commit 2b68f6caeac2 ("mm: expose arch_mmap_rnd when available")'.
It got deleted while resolving some merge conflicts.
Adding it again to fix CTS issue.

Change-Id: I99e45144536bdb68b0690a978fabc9c09540674d
Signed-off-by: default avatarSrinivasarao P <spathi@codeaurora.org>
parent 564bd509
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -561,6 +561,13 @@ config ARCH_MMAP_RND_COMPAT_BITS
	  This value can be changed after boot using the
	  /proc/sys/vm/mmap_rnd_compat_bits tunable

config ARCH_HAS_ELF_RANDOMIZE
	bool
	help
	  An architecture supports choosing randomized locations for
	  stack, mmap, brk, and ET_DYN. Defined functions:
	  - arch_mmap_rnd()

#
# ABI hall of shame
#