Re: [patch 0/4 v3] kexec-tools: efi runtime support

2013-11-23 Thread Dave Young
On 11/22/13 at 03:30pm, Toshi Kani wrote: > On Thu, 2013-11-21 at 14:40 +0800, dyo...@redhat.com wrote: > > Hi, > > > > This is the v3 patchset for adding efi runtime support on kexec kernel > > kernel patches was sent a while ago, not yet updated in archive. > > > > in kexec-tools, this patchse

Re: [patch 5/9 v3] efi: export more efi table variable to sysfs

2013-11-23 Thread Borislav Petkov
On Fri, Nov 22, 2013 at 10:48:50AM +0800, Dave Young wrote: > > efi.config_table = (unsigned long)efi.systab->tables; > > efi.fw_vendor= (unsigned long)efi.systab->fw_vendor; > > efi.runtime = (unsigned long)efi.systab->runtime; > > Hmm, UEFI spec mentions the them like below

[PATCH v2] efi-pstore: Make efi-pstore return a unique id

2013-11-23 Thread Madper Xie
Pstore fs expects that backends provide a uniqued id which could avoid pstore making entries as duplication or denominating entries the same name. So I combine the timestamp, part and count into id. Signed-off-by: Madper Xie --- drivers/firmware/efi/efi-pstore.c | 19 +-- 1 file