Re: [PATCH 08/17] x86/speculation: Fix __initconst in bugs.c

2019-03-26 Thread Thomas Gleixner
On Thu, 21 Mar 2019, Andi Kleen wrote: Finally found a fix in the pile of unrelated crap. Subject: x86/speculation: Fix __initconst in bugs.c So how does this fix __initconst? Again from Documentation: "The summary phrase in the email’s Subject should concisely describe the patch which

[PATCH 08/17] x86/speculation: Fix __initconst in bugs.c

2019-03-21 Thread Andi Kleen
From: Andi Kleen Fix some of the recently added const tables to use __initconst for const data instead of __initdata which causes section attribute conflicts. Signed-off-by: Andi Kleen --- arch/x86/kernel/cpu/bugs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git