Re: [PATCH] sparc64: close cdboot ihandle

2017-05-12 Thread Daniel Kiper
On Thu, May 11, 2017 at 06:42:23PM -0700, Eric Snowberg wrote: > The ihandle is left open with a cd-core image. This will cause a delay > booting grub from a virtual cdrom in a LDOM. It will also cause problems > as Linux boots, since it expects the ihandle to be closed during init. > > Orabug: 2

Re: [PATCH] * grub-core/fs/udf.c: Add support for UUID

2017-05-12 Thread Pali Rohár
On Monday 08 May 2017 15:13:28 Vladimir 'phcoder' Serbinenko wrote: > On Mon, Apr 10, 2017, 23:17 Pali Rohár wrote: > > -read_string (const grub_uint8_t *raw, grub_size_t sz, char > > *outbuf) +read_string (const grub_uint8_t *raw, grub_size_t sz, > > char *outbuf, int normalize_utf8) > > Normali