summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2016-10-11 20:53:56 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-11 22:06:32 (GMT)
commit9c6f0902a55226b08b9703408f04b258b9afa0bc (patch)
tree49d7c8d8f3e1e058c7436b2d21d0430623bca186 /arch/arm
parent99fdafdeacfa99ca9047641b684fa2aaf094a661 (diff)
downloadlinux-9c6f0902a55226b08b9703408f04b258b9afa0bc.tar.xz
x86: use simpler API for random address requests
Currently, all callers to randomize_range() set the length to 0 and calculate end by adding a constant to the start address. We can simplify the API to remove a bunch of needless checks and variables. Use the new randomize_addr(start, range) call to set the requested address. Link: http://lkml.kernel.org/r/20160803233913.32511-3-jason@lakedaemon.net Signed-off-by: Jason Cooper <jason@lakedaemon.net> Acked-by: Kees Cook <keescook@chromium.org> Cc: "Theodore Ts'o" <tytso@mit.edu> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: "H . Peter Anvin" <hpa@zytor.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions