From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752421AbcLGLt3 (ORCPT ); Wed, 7 Dec 2016 06:49:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55984 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751725AbcLGLt1 (ORCPT ); Wed, 7 Dec 2016 06:49:27 -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: <148110911515.11513.12993373251483766180.stgit@warthog.procyon.org.uk> References: <148110911515.11513.12993373251483766180.stgit@warthog.procyon.org.uk> <148110907725.11513.15923870640212286383.stgit@warthog.procyon.org.uk> Cc: dhowells@redhat.com, matt@codeblueprint.co.uk, ard.biesheuvel@linaro.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org Subject: Re: [PATCH 5/8] efi: Get the secure boot status [ver #4] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12378.1481111342.1@warthog.procyon.org.uk> Date: Wed, 07 Dec 2016 11:49:02 +0000 Message-ID: <12379.1481111342@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, 07 Dec 2016 11:49:04 +0000 (UTC) To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > index d85b9625e836..c418ccc8c98e 100644 > --- a/arch/x86/boot/compressed/head_32.S > +++ b/arch/x86/boot/compressed/head_32.S > @@ -61,6 +61,7 @@ > > __HEAD > ENTRY(startup_32) > + movb $0, BP_secure_boot(%rsi) > #ifdef CONFIG_EFI_STUB > jmp preferred_addr > Bah. Forgot to compile for i386. Will repost. David