Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933503AbdDFJLC (ORCPT ); Thu, 6 Apr 2017 05:11:02 -0400 Received: from namei.org ([65.99.196.166]:52418 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932889AbdDFIo2 (ORCPT ); Thu, 6 Apr 2017 04:44:28 -0400 Date: Thu, 6 Apr 2017 18:44:16 +1000 (AEST) From: James Morris To: David Howells cc: linux-kernel@vger.kernel.org, gnomes@lxorguk.ukuu.org.uk, linux-efi@vger.kernel.org, matthew.garrett@nebula.com, gregkh@linuxfoundation.org, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org Subject: Re: [PATCH 02/24] Add the ability to lock down access to the running kernel image In-Reply-To: <149141221365.31282.16276273075946694481.stgit@warthog.procyon.org.uk> Message-ID: References: <149141219387.31282.6648284836568938717.stgit@warthog.procyon.org.uk> <149141221365.31282.16276273075946694481.stgit@warthog.procyon.org.uk> User-Agent: Alpine 2.20 (LRH 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 277 Lines: 14 On Wed, 5 Apr 2017, David Howells wrote: > +#include > +#include > + > +static __read_mostly bool kernel_locked_down; How about marking this __ro_after_init if ALLOW_LOCKDOWN_LIFT is not configured? -- James Morris