Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933756AbdDFMyc (ORCPT ); Thu, 6 Apr 2017 08:54:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33750 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752846AbdDFMyZ (ORCPT ); Thu, 6 Apr 2017 08:54:25 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4BBC37AEAC Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 4BBC37AEAC 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: <149148299794.3427.549144000807596903.stgit@warthog.procyon.org.uk> References: <149148299794.3427.549144000807596903.stgit@warthog.procyon.org.uk> To: ard.biesheuvel@linaro.org Cc: dhowells@redhat.com, matthew.garrett@nebula.com, linux-security-module@vger.kernel.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] efi: Move the x86 secure boot switch to generic code MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3597.1491483263.1@warthog.procyon.org.uk> Date: Thu, 06 Apr 2017 13:54:23 +0100 Message-ID: <3598.1491483263@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 06 Apr 2017 12:54:25 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 199 Lines: 6 Sorry, I forgot to include a cover note. These five patches would replace 1-3 & 6 from my Kernel Lockdown series. The additional patch moves the secure boot switch from x86 to generic code. David