Re: [PATCH V4 1/3] efi: Determine how much space is used by boot services-only variables

2013-04-12 Thread Lingzhu Xiang
On 04/11/2013 01:46 AM, Matthew Garrett wrote: EFI variables can be flagged as being accessible only within boot services. This makes it awkward for us to figure out how much space they use at runtime. In theory we could figure this out by simply comparing the results from QueryVariableInfo() to

Re: [PATCH V4 1/3] efi: Determine how much space is used by boot services-only variables

2013-04-12 Thread Matt Fleming
On 12/04/13 11:16, Lingzhu Xiang wrote: > On 04/11/2013 01:46 AM, Matthew Garrett wrote: >> ops.query_variable_store = efi_query_variable_store; > > Can't apply here. ops.query_variable_info = efi.query_variable_info? It's against the 'urgent' branch at, git://git.kernel.org/pub/scm/li

Re: [PATCH V4 1/3] efi: Determine how much space is used by boot services-only variables

2013-04-12 Thread Lingzhu Xiang
On 04/11/2013 01:46 AM, Matthew Garrett wrote: ops.query_variable_store = efi_query_variable_store; Can't apply here. ops.query_variable_info = efi.query_variable_info? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.

[PATCH V4 1/3] efi: Determine how much space is used by boot services-only variables

2013-04-10 Thread Matthew Garrett
EFI variables can be flagged as being accessible only within boot services. This makes it awkward for us to figure out how much space they use at runtime. In theory we could figure this out by simply comparing the results from QueryVariableInfo() to the space used by all of our variables, but that