On 09/15/2016 01:44 PM, tip-bot for Ingo Molnar wrote:
Commit-ID: 3947f49302e4d1576ee58addd8d20b477faef5ea
Gitweb: http://git.kernel.org/tip/3947f49302e4d1576ee58addd8d20b477faef5ea
Author: Ingo Molnar <[email protected]>
AuthorDate: Thu, 15 Sep 2016 08:56:21 +0200
Committer: Ingo Molnar <[email protected]>
CommitDate: Thu, 15 Sep 2016 09:44:32 +0200
x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64
... otherwise the compiler complains:
arch/x86/entry/vdso/vma.c:252:12: warning: ‘map_vdso_randomized’ defined but
not used [-Wunused-function]
But the #ifdeffery here is getting pretty ugly, so move around
vdso_addr() as well to cluster the dependencies a bit more.
It's still not particulary pretty though ...
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: Dmitry Safonov <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
---
Thanks!
--
Dmitry