Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752262AbbG3PUH (ORCPT ); Thu, 30 Jul 2015 11:20:07 -0400 Received: from mga02.intel.com ([134.134.136.20]:31571 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbbG3PUF (ORCPT ); Thu, 30 Jul 2015 11:20:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,577,1432623600"; d="scan'208";a="616089411" Message-ID: <1438269598.11322.2.camel@intel.com> Subject: Re: [RFC PATCH 02/16] x86/efi: Add get and set variable to EFI services pointer table From: Matt Fleming To: "Lee, Chun-Yi" CC: , , , "Rafael J. Wysocki" , "Matthew Garrett" , Len Brown , Pavel Machek , Josh Boyer , "Vojtech Pavlik" , Jiri Kosina , "H. Peter Anvin" , "Lee, Chun-Yi" Date: Thu, 30 Jul 2015 16:19:58 +0100 In-Reply-To: <1437056730-15247-3-git-send-email-jlee@suse.com> References: <1437056730-15247-1-git-send-email-jlee@suse.com> <1437056730-15247-3-git-send-email-jlee@suse.com> Organization: Intel Corporation (UK) Ltd. - Registered No. 1134945 - Pipers Way, Swindon SN3 1RJ Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-IP: [163.33.239.182] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 20 On Thu, 2015-07-16 at 22:25 +0800, Lee, Chun-Yi wrote: > Add get variable and set variable function to EFI services pointer > table for supporting later functions of hibernate signature > verification to keep the HMAC key in efi boot service veriable. > > Signed-off-by: Lee, Chun-Yi Maybe mention that we want to be able to read/write variables from within the EFI boot stub? That's really why you want to add {get,set}_variable pointers. s/veriable/variable/ Rest of the patch looks good. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/