[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87obd79muu.fsf@rustcorp.com.au>
Date: Mon, 22 Apr 2013 14:35:13 +0930
From: Rusty Russell <rusty@...tcorp.com.au>
To: Andi Kleen <andi@...stfloor.org>
Cc: linux-kernel@...r.kernel.org, dhowells@...hat.com,
Andi Kleen <ak@...ux.intel.com>
Subject: Re: [PATCH] initconst fixes for module signing
Andi Kleen <andi@...stfloor.org> writes:
> From: Andi Kleen <ak@...ux.intel.com>
>
> Signed-off-by: Andi Kleen <ak@...ux.intel.com>
Thanks, applied.
Cheers,
Rusty.
> diff --git a/kernel/modsign_pubkey.c b/kernel/modsign_pubkey.c
> index 2b6e699..7cbd450 100644
> --- a/kernel/modsign_pubkey.c
> +++ b/kernel/modsign_pubkey.c
> @@ -18,14 +18,14 @@
>
> struct key *modsign_keyring;
>
> -extern __initdata const u8 modsign_certificate_list[];
> -extern __initdata const u8 modsign_certificate_list_end[];
> +extern __initconst const u8 modsign_certificate_list[];
> +extern __initconst const u8 modsign_certificate_list_end[];
>
> /*
> * We need to make sure ccache doesn't cache the .o file as it doesn't notice
> * if modsign.pub changes.
> */
> -static __initdata const char annoy_ccache[] = __TIME__ "foo";
> +static __initconst const char annoy_ccache[] = __TIME__ "foo";
>
> /*
> * Load the compiled-in keys
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists