From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Garrett Subject: Re: [PATCH 1/2] efi: Determine how much space is used by boot services-only variables Date: Wed, 3 Apr 2013 13:42:13 +0000 Message-ID: <1364996531.19098.3.camel@x230> References: <515150EC.7040203@redhat.com> <1364829240-26475-1-git-send-email-matthew.garrett@nebula.com> <515C29EE.8050008@console-pimps.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: In-Reply-To: <515C29EE.8050008-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> Content-Language: en-US Content-ID: <7EC700C260EFDF49920F59DBB85DF813-HX+pjaQZbrqcE4WynfumptQqCkab/8FMAL8bYrjMMd8@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Matt Fleming Cc: "matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org" , "ben-/+tVBieCtBitmTQ+vhA3Yw@public.gmane.org" , "jwboyer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org" , "linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "seth.forshee-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" List-Id: linux-efi@vger.kernel.org T24gV2VkLCAyMDEzLTA0LTAzIGF0IDE0OjA5ICswMTAwLCBNYXR0IEZsZW1pbmcgd3JvdGU6DQoN Cj4gV2UncmUgZml4aW5nIGEgcmVncmVzc2lvbiBpbiBlZml2YXJzLmMsIGJ1dCBvbmx5IGZvciB0 aG9zZSB1c2VycyB0aGF0DQo+IGJvb3QgdmlhIHRoZSBFRkkgYm9vdCBzdHViPyBUaGF0IHNlZW1z IGxpa2VseSB0byB1cHNldCBzb21lIHBlb3BsZS4NCg0KTm90IHJlYWxseSAtIGl0IGp1c3QgbWFr ZXMgdGhlIGVzdGltYXRlcyBtb3JlIGFjY3VyYXRlLiBBcHBseWluZyAoMikNCndpdGhvdXQgKDEp IHNob3VsZCBzdGlsbCBmaXggdGhlIGZ1bmN0aW9uYWwgcmVncmVzc2lvbi4NCg0KLS0gDQpNYXR0 aGV3IEdhcnJldHQgfCBtamc1OUBzcmNmLnVjYW0ub3JnDQo= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761880Ab3DCNm3 (ORCPT ); Wed, 3 Apr 2013 09:42:29 -0400 Received: from co9ehsobe004.messaging.microsoft.com ([207.46.163.27]:38013 "EHLO co9outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759440Ab3DCNm1 (ORCPT ); Wed, 3 Apr 2013 09:42:27 -0400 X-Forefront-Antispam-Report: CIP:157.56.236.101;KIP:(null);UIP:(null);IPV:NLI;H:BY2PRD0510HT002.namprd05.prod.outlook.com;RD:none;EFVD:NLI X-SpamScore: -2 X-BigFish: PS-2(zz98dI936eIzz1f42h1fc6h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275dhz2fh2a8h668h839h93fhd24hd2bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h18e1h1946h19b5h1ad9h1b0ah1155h) From: Matthew Garrett To: Matt Fleming CC: "matt.fleming@intel.com" , "ben@decadent.org.uk" , "jwboyer@redhat.com" , "linux-efi@vger.kernel.org" , "seth.forshee@canonical.com" , "linux-kernel@vger.kernel.org" , "x86@kernel.org" Subject: Re: [PATCH 1/2] efi: Determine how much space is used by boot services-only variables Thread-Topic: [PATCH 1/2] efi: Determine how much space is used by boot services-only variables Thread-Index: AQHOLuuZAQK+HlxUokuQeY5w6zxM15jEevsAgAAJQ4A= Date: Wed, 3 Apr 2013 13:42:13 +0000 Message-ID: <1364996531.19098.3.camel@x230> References: <515150EC.7040203@redhat.com> <1364829240-26475-1-git-send-email-matthew.garrett@nebula.com> <515C29EE.8050008@console-pimps.org> In-Reply-To: <515C29EE.8050008@console-pimps.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.84.4] Content-Type: text/plain; charset="utf-8" Content-ID: <7EC700C260EFDF49920F59DBB85DF813@namprd05.prod.outlook.com> MIME-Version: 1.0 X-OriginatorOrg: nebula.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id r33DgSwJ028470 On Wed, 2013-04-03 at 14:09 +0100, Matt Fleming wrote: > We're fixing a regression in efivars.c, but only for those users that > boot via the EFI boot stub? That seems likely to upset some people. Not really - it just makes the estimates more accurate. Applying (2) without (1) should still fix the functional regression. -- Matthew Garrett | mjg59@srcf.ucam.org {.n++%ݶw{.n+{G{ayʇڙ,jfhz_(階ݢj"mG?&~iOzv^m ?I