Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Yasuaki Ishimatsu
(2013/12/03 14:04), Matthew Garrett wrote: On Tue, Dec 03, 2013 at 01:49:04PM +0900, Yasuaki Ishimatsu wrote: What boot service is the "boot services" in these sentences? The environment prior to ExitBootServices() being called. I see. I'll check it. Thank, Yasuaki Ishimatsu -- To

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Matthew Garrett
On Tue, Dec 03, 2013 at 01:49:04PM +0900, Yasuaki Ishimatsu wrote: > What boot service is the "boot services" in these sentences? The environment prior to ExitBootServices() being called. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Yasuaki Ishimatsu
(2013/12/03 12:45), Matthew Garrett wrote: The threshold of 5K is based on information we received from vendors. We won't be reducing it. Can you confirm that attempting to create a variable larger than the remaining space in boot services will trigger garbage collection? What boot service

RE: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Matthew Garrett
The threshold of 5K is based on information we received from vendors. We won't be reducing it. Can you confirm that attempting to create a variable larger than the remaining space in boot services will trigger garbage collection?-- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Yasuaki Ishimatsu
(2013/11/23 2:47), Matthew Garrett wrote: On Fri, 2013-11-22 at 15:29 +0900, Yasuaki Ishimatsu wrote: + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "PRIMEQUEST"), Can we guarantee that no Primequests have this issue? Can we

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Yasuaki Ishimatsu
(2013/11/23 2:47), Matthew Garrett wrote: On Fri, 2013-11-22 at 15:29 +0900, Yasuaki Ishimatsu wrote: + DMI_MATCH(DMI_SYS_VENDOR, FUJITSU), + DMI_MATCH(DMI_PRODUCT_NAME, PRIMEQUEST), Can we guarantee that no Primequests have this issue? Can we

RE: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Matthew Garrett
The threshold of 5K is based on information we received from vendors. We won't be reducing it. Can you confirm that attempting to create a variable larger than the remaining space in boot services will trigger garbage collection?-- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Yasuaki Ishimatsu
(2013/12/03 12:45), Matthew Garrett wrote: The threshold of 5K is based on information we received from vendors. We won't be reducing it. Can you confirm that attempting to create a variable larger than the remaining space in boot services will trigger garbage collection? What boot service

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Matthew Garrett
On Tue, Dec 03, 2013 at 01:49:04PM +0900, Yasuaki Ishimatsu wrote: What boot service is the boot services in these sentences? The environment prior to ExitBootServices() being called. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-12-02 Thread Yasuaki Ishimatsu
(2013/12/03 14:04), Matthew Garrett wrote: On Tue, Dec 03, 2013 at 01:49:04PM +0900, Yasuaki Ishimatsu wrote: What boot service is the boot services in these sentences? The environment prior to ExitBootServices() being called. I see. I'll check it. Thank, Yasuaki Ishimatsu -- To

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-11-22 Thread Matthew Garrett
On Fri, 2013-11-22 at 15:29 +0900, Yasuaki Ishimatsu wrote: > + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), > + DMI_MATCH(DMI_PRODUCT_NAME, "PRIMEQUEST"), Can we guarantee that no Primequests have this issue? Can we guarantee that that no prior firmware versions

Re: [PATCH] x86, efi: add efi_whitelist_table to use all efi variable storage

2013-11-22 Thread Matthew Garrett
On Fri, 2013-11-22 at 15:29 +0900, Yasuaki Ishimatsu wrote: + DMI_MATCH(DMI_SYS_VENDOR, FUJITSU), + DMI_MATCH(DMI_PRODUCT_NAME, PRIMEQUEST), Can we guarantee that no Primequests have this issue? Can we guarantee that that no prior firmware versions have