commit | f49236ae424d499d02ee3ce35fb9130ddf95b03f | [log] [tgz] |
---|---|---|
author | Arvind Sankar <nivedita@alum.mit.edu> | Tue Jul 28 18:57:22 2020 -0400 |
committer | Ingo Molnar <mingo@kernel.org> | Fri Jul 31 11:08:17 2020 +0200 |
tree | b29fb9cddefee778da2e4494edf3d846e89e775a | |
parent | 0eb1a8af01d6264cf948d67c8bff15e2eb859355 [diff] |
x86/kaslr: Add a check that the random address is in range Check in find_random_phys_addr() that the chosen address is inside the range that was required. Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20200728225722.67457-22-nivedita@alum.mit.edu