Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424444AbcKPWkU (ORCPT ); Wed, 16 Nov 2016 17:40:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33454 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422817AbcKPWkQ (ORCPT ); Wed, 16 Nov 2016 17:40:16 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20161116222049.hywdxse4hwsrfwjm@pd.tnic> References: <20161116222049.hywdxse4hwsrfwjm@pd.tnic> <147933283664.19316.12454053022687659937.stgit@warthog.procyon.org.uk> <147933284407.19316.17886320817060158597.stgit@warthog.procyon.org.uk> To: Borislav Petkov Cc: dhowells@redhat.com, keyrings@vger.kernel.org, matthew.garrett@nebula.com, linux-security-module@vger.kernel.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/16] Add the ability to lock down access to the running kernel image MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <20773.1479336013.1@warthog.procyon.org.uk> Date: Wed, 16 Nov 2016 22:40:13 +0000 Message-ID: <20774.1479336013@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 16 Nov 2016 22:40:15 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 203 Lines: 11 Borislav Petkov wrote: > > +EXPORT_SYMBOL(kernel_locked_down); > > Surely > > EXPORT_SYMBOL(kernel_is_locked_down); Sorry, yes. Obviously it won't cause a compilation error... David