Re: [PATCH 08/17] x86/speculation: Fix __initconst in bugs.c
From: Thomas Gleixner
Date: Tue Mar 26 2019 - 13:24:14 EST
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 that email contains. The summary phrase should not be a
filename."
Also instead of having the file name in the subject line, which is
completely uninteresting the prefix should be 'x86/cpu/bugs:'
> 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 <ak@xxxxxxxxxxxxxxx>
This lacks a 'Fixes:' tag.
Thanks,
tglx