[PATCH 6/6] x86, KASLR: Rename "random" to "random_addr"

2016-04-18 Thread Kees Cook
The variable "random" is also the name of a libc function. It's better coding style to avoid overloading such things, so rename it to the more accurate "random_addr". Suggested-by: Ingo Molnar Signed-off-by: Kees Cook ---

[PATCH 6/6] x86, KASLR: Rename "random" to "random_addr"

2016-04-18 Thread Kees Cook
The variable "random" is also the name of a libc function. It's better coding style to avoid overloading such things, so rename it to the more accurate "random_addr". Suggested-by: Ingo Molnar Signed-off-by: Kees Cook --- arch/x86/boot/compressed/kaslr.c | 10 +- 1 file changed, 5