linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] certs/blacklist: fix const confusion
@ 2018-03-04  6:50 Nick Desaulniers
  2018-03-15  4:16 ` Nick Desaulniers
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Desaulniers @ 2018-03-04  6:50 UTC (permalink / raw)
  To: dhowells
  Cc: Andi Kleen, Andrew Morton, Nick Desaulniers, David Woodhouse,
	keyrings, linux-kernel

Fixes commit 2be04df5668d ("certs/blacklist_nohashes.c: fix const confusion
in certs blacklist")

Signed-off-by: Nick Desaulniers <nick.desaulniers@gmail.com>
---
 certs/blacklist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/certs/blacklist.h b/certs/blacklist.h
index 150d82da8e99..1efd6fa0dc60 100644
--- a/certs/blacklist.h
+++ b/certs/blacklist.h
@@ -1,3 +1,3 @@
 #include <linux/kernel.h>
 
-extern const char __initdata *const blacklist_hashes[];
+extern const char __initconst *const blacklist_hashes[];
-- 
2.14.1

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

* Re: [PATCH] certs/blacklist: fix const confusion
  2018-03-04  6:50 [PATCH] certs/blacklist: fix const confusion Nick Desaulniers
@ 2018-03-15  4:16 ` Nick Desaulniers
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Desaulniers @ 2018-03-15  4:16 UTC (permalink / raw)
  To: dhowells, Andrew Morton
  Cc: Andi Kleen, Nick Desaulniers, David Woodhouse, keyrings,
	Linux Kernel Mailing List

bumping for review

On Sat, Mar 3, 2018 at 10:50 PM, Nick Desaulniers
<nick.desaulniers@gmail.com> wrote:
> Fixes commit 2be04df5668d ("certs/blacklist_nohashes.c: fix const confusion
> in certs blacklist")
>
> Signed-off-by: Nick Desaulniers <nick.desaulniers@gmail.com>
> ---
>  certs/blacklist.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/certs/blacklist.h b/certs/blacklist.h
> index 150d82da8e99..1efd6fa0dc60 100644
> --- a/certs/blacklist.h
> +++ b/certs/blacklist.h
> @@ -1,3 +1,3 @@
>  #include <linux/kernel.h>
>
> -extern const char __initdata *const blacklist_hashes[];
> +extern const char __initconst *const blacklist_hashes[];
> --
> 2.14.1
>

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

end of thread, other threads:[~2018-03-15  4:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-04  6:50 [PATCH] certs/blacklist: fix const confusion Nick Desaulniers
2018-03-15  4:16 ` Nick Desaulniers

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).