]> git.baikalelectronics.ru Git - kernel.git/commit
certs/blacklist_nohashes.c: fix const confusion in certs blacklist
authorAndi Kleen <ak@linux.intel.com>
Wed, 21 Feb 2018 22:45:35 +0000 (14:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Feb 2018 23:35:43 +0000 (15:35 -0800)
commit3c5d90c46b298c8557a0b79cb91ee77d8ce9bcb0
tree560716c8f5fc9193e860d7e9f99d58a15947436c
parent1473af134e7231f9e47ae34141e38a30282eddd9
certs/blacklist_nohashes.c: fix const confusion in certs blacklist

const must be marked __initconst, not __initdata.

Link: http://lkml.kernel.org/r/20171222001335.1987-1-andi@firstfloor.org
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
certs/blacklist_nohashes.c