Re: [PATCH 10/18] Do proper conversion from UTF-16 to UTF-8

2013-09-25 Thread Roy Franz
On Wed, Sep 25, 2013 at 5:01 AM, Matt Fleming wrote: > On Sun, 22 Sep, at 05:24:28PM, H. Peter Anvin wrote: >> On 09/22/2013 04:07 PM, Roy Franz wrote: >> > On Sun, Sep 22, 2013 at 3:54 PM, H. Peter Anvin wrote: >> >> Sorry this version is broken and doesn't even compile due to remaining >> >> o

Re: [PATCH 10/18] Do proper conversion from UTF-16 to UTF-8

2013-09-25 Thread Matt Fleming
On Sun, 22 Sep, at 05:24:28PM, H. Peter Anvin wrote: > On 09/22/2013 04:07 PM, Roy Franz wrote: > > On Sun, Sep 22, 2013 at 3:54 PM, H. Peter Anvin wrote: > >> Sorry this version is broken and doesn't even compile due to remaining > >> options_size references. > > > > I compiled and tested this

Re: [PATCH 10/18] Do proper conversion from UTF-16 to UTF-8

2013-09-22 Thread H. Peter Anvin
On 09/22/2013 04:07 PM, Roy Franz wrote: > On Sun, Sep 22, 2013 at 3:54 PM, H. Peter Anvin wrote: >> Sorry this version is broken and doesn't even compile due to remaining >> options_size references. > > I compiled and tested this series on both x86_64 (using OVMF) and on > the ARM simulator. I

Re: [PATCH 10/18] Do proper conversion from UTF-16 to UTF-8

2013-09-22 Thread Roy Franz
On Sun, Sep 22, 2013 at 3:54 PM, H. Peter Anvin wrote: > Sorry this version is broken and doesn't even compile due to remaining > options_size references. I compiled and tested this series on both x86_64 (using OVMF) and on the ARM simulator. I just doubled checked my kernel .config to verify t

Re: [PATCH 10/18] Do proper conversion from UTF-16 to UTF-8

2013-09-22 Thread H. Peter Anvin
Sorry this version is broken and doesn't even compile due to remaining options_size references. Roy Franz wrote: >From: "H. Peter Anvin" > >Improve the conversion of the UTF-16 EFI command line >to UTF-8 for passing to the kernel. > >Signed-off-by: Roy Franz >--- > arch/x86/boot/compressed/ebo

[PATCH 10/18] Do proper conversion from UTF-16 to UTF-8

2013-09-22 Thread Roy Franz
From: "H. Peter Anvin" Improve the conversion of the UTF-16 EFI command line to UTF-8 for passing to the kernel. Signed-off-by: Roy Franz --- arch/x86/boot/compressed/eboot.c |3 +- drivers/firmware/efi/efi-stub-helper.c | 92 2 files changed, 72 in