Messages in this thread |  | | Date | Thu, 12 Dec 2013 10:11:45 +0800 | From | Dave Young <> | Subject | Re: [PATCH v5 09/14] efi: passing kexec necessary efi data via setup_data |
| |
On 12/11/13 at 03:05pm, Borislav Petkov wrote: > On Wed, Dec 11, 2013 at 12:13:52PM +0000, Matt Fleming wrote: > > > + for (i = 0, md = data->map; i < nr_efi_runtime_map; i++, md++) { > > > + efi_map_region_fixed(md); /* FIXME: add error handling */ > > > > Oops. Please fix this ;-) > > Yeah, this is on my TODO as it wraps around __map_region, the latter > needing to propagate error codes. > > I'll take care of it once you merge Dave's patchset.
Thanks Boris..
|  |