kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
* [kernel-hardening] [PATCH] powerpc/kernel: Disable the latent entropy plugin unconditionally
@ 2016-06-26 15:34 Emese Revfy
  2016-06-27 16:05 ` [kernel-hardening] " Kees Cook
  2016-11-02  5:06 ` [kernel-hardening] " Andrew Donnellan
  0 siblings, 2 replies; 8+ messages in thread
From: Emese Revfy @ 2016-06-26 15:34 UTC (permalink / raw)
  To: keescook; +Cc: mmarek, linux-kbuild, kernel-hardening, pageexec


Reported-by: PaX Team <pageexec@freemail.hu>
Signed-off-by: Emese Revfy <re.emese@gmail.com>
---
 arch/powerpc/kernel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
index 01935b8..e9ef44f 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -14,11 +14,12 @@ CFLAGS_prom_init.o      += -fPIC
 CFLAGS_btext.o         += -fPIC
 endif
 
-ifdef CONFIG_FUNCTION_TRACER
 CFLAGS_cputable.o += $(DISABLE_LATENT_ENTROPY_PLUGIN)
 CFLAGS_init.o += $(DISABLE_LATENT_ENTROPY_PLUGIN)
 CFLAGS_btext.o += $(DISABLE_LATENT_ENTROPY_PLUGIN)
 CFLAGS_prom.o += $(DISABLE_LATENT_ENTROPY_PLUGIN)
+
+ifdef CONFIG_FUNCTION_TRACER
 # Do not trace early boot code
 CFLAGS_REMOVE_cputable.o = -mno-sched-epilog $(CC_FLAGS_FTRACE)
 CFLAGS_REMOVE_prom_init.o = -mno-sched-epilog $(CC_FLAGS_FTRACE)
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-15 23:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-26 15:34 [kernel-hardening] [PATCH] powerpc/kernel: Disable the latent entropy plugin unconditionally Emese Revfy
2016-06-27 16:05 ` [kernel-hardening] " Kees Cook
2016-06-28 11:39   ` Emese Revfy
2016-07-06 18:57     ` Kees Cook
2016-11-02  5:06 ` [kernel-hardening] " Andrew Donnellan
2016-11-15 22:41   ` Kees Cook
2016-11-15 22:45     ` Andrew Donnellan
2016-11-15 23:06       ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).