projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1f415
)
x86/kconfig: Remove misleading note regarding hibernation and KASLR
author
Niklas Cassel
<
[email protected]
>
Mon, 6 Feb 2017 16:43:49 +0000
(17:43 +0100)
committer
Ingo Molnar
<
[email protected]
>
Tue, 7 Feb 2017 09:39:58 +0000
(10:39 +0100)
There used to be a restriction with KASLR and hibernation, but this is no
longer true, and since commit:
65fe935dd238
("x86/KASLR, x86/power: Remove x86 hibernation restrictions")
the parameter "kaslr" does no longer exist.
Signed-off-by: Niklas Cassel <
[email protected]
>
Cc: Kees Cook <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Niklas Cassel <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index e487493bbd47f0f84caed99f6c952bf6b3062413..4e6dbca03aed758039a660a7adb64f83a041e450 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-1994,10
+1994,6
@@
config RANDOMIZE_BASE
theoretically possible, but the implementations are further
limited due to memory layouts.
- If CONFIG_HIBERNATE is also enabled, KASLR is disabled at boot
- time. To enable it, boot with "kaslr" on the kernel command
- line (which will also disable hibernation).
-
If unsure, say N.
# Relocation on x86 needs some additional build support