Re: [PATCH 1/1] efi/gop: require shadow if PixelBltOnly

2023-08-30 Thread Daniel Kiper
On Tue, Aug 29, 2023 at 01:25:59PM -0500, Glenn Washburn wrote: > On Mon, 28 Aug 2023 23:50:09 +0200 > Heinrich Schuchardt wrote: > > > If the EFI graphics pixel format is PixelBltOnly, we cannot write directly > > to the frame buffer. We need the shadow frame buffer which we copy via > > the BitB

Re: [PATCH v9 02/11] Unify GUID types

2023-08-30 Thread Daniel Kiper
On Fri, Aug 25, 2023 at 05:50:58AM -0700, Oliver Steffen wrote: > Quoting Vladimir 'phcoder' Serbinenko (2023-08-15 18:14:11) [...] > I am not sure what the best way forward is now, but we at least have the > patches from Vladimir (thanks!). > > Pedro, Adrian, could you - if you get a chance - tr

Re: [PATCH v9 02/11] Unify GUID types

2023-08-30 Thread Ard Biesheuvel
On Wed, 30 Aug 2023 at 16:18, Daniel Kiper wrote: > > On Fri, Aug 25, 2023 at 05:50:58AM -0700, Oliver Steffen wrote: > > Quoting Vladimir 'phcoder' Serbinenko (2023-08-15 18:14:11) > > [...] > > > I am not sure what the best way forward is now, but we at least have the > > patches from Vladimir (

Re: [PATCH v5 00/16] Support searching by PARTUUID and PARTLABEL

2023-08-30 Thread Daniel Kiper
Adding Daan who sent similar patch a day earlier... On Tue, Aug 22, 2023 at 11:39:08PM +0200, Vitaly Kuzmichev wrote: > Improve 'search' grub-shell command with functionality to search for > a partition by PARTUUID and PARTLABEL strings. This is useful for > embedded systems where FSUUID is not gu

Re: [PATCH v2 0/2] Fix documentation issues reported by Olaf

2023-08-30 Thread Daniel Kiper
On Tue, Aug 29, 2023 at 09:41:59PM +0200, Olaf Hering wrote: > Tue, 29 Aug 2023 16:43:39 +0200 Daniel Kiper : > > > Olaf, may I add "Tested-by" on your behalf? > > Yes, please. Thanks. Cool! Thanks! Daniel ___ Grub-devel mailing list Grub-devel@gnu.org

Re: [PATCH v9 02/11] Unify GUID types

2023-08-30 Thread Daniel Kiper
On Wed, Aug 30, 2023 at 04:23:36PM +0200, Ard Biesheuvel wrote: > On Wed, 30 Aug 2023 at 16:18, Daniel Kiper wrote: > > > > On Fri, Aug 25, 2023 at 05:50:58AM -0700, Oliver Steffen wrote: > > > Quoting Vladimir 'phcoder' Serbinenko (2023-08-15 18:14:11) > > > > [...] > > > > > I am not sure what t

Re: [PATCH] misc: Make grub_vsnprintf C99/POSIX conformant

2023-08-30 Thread Daniel Kiper
On Fri, Aug 18, 2023 at 12:15:27PM -0500, Glenn Washburn wrote: > To comply with C99 and POSIX standards, snprintf should return the > number of bytes that would be written to the string (excluding the > terminating NULL byte) if the buffer size was big enough. Before this > change, the return valu

Re: [PATCH v9 02/11] Unify GUID types

2023-08-30 Thread John Paul Adrian Glaubitz
On Wed, 2023-08-30 at 16:16 +0200, Daniel Kiper wrote: > On Fri, Aug 25, 2023 at 05:50:58AM -0700, Oliver Steffen wrote: > > Quoting Vladimir 'phcoder' Serbinenko (2023-08-15 18:14:11) > > [...] > > > I am not sure what the best way forward is now, but we at least have the > > patches from Vladim

Re: [PATCH v9 02/11] Unify GUID types

2023-08-30 Thread Vladimir 'phcoder' Serbinenko
Le mer. 30 août 2023, 16:38, Daniel Kiper a écrit : > On Wed, Aug 30, 2023 at 04:23:36PM +0200, Ard Biesheuvel wrote: > > On Wed, 30 Aug 2023 at 16:18, Daniel Kiper wrote: > > > > > > On Fri, Aug 25, 2023 at 05:50:58AM -0700, Oliver Steffen wrote: > > > > Quoting Vladimir 'phcoder' Serbinenko (2

Re: [PATCH v9 02/11] Unify GUID types

2023-08-30 Thread Pedro Miguel Justo
> On Aug 30, 2023, at 09:20, John Paul Adrian Glaubitz > wrote: > > On Wed, 2023-08-30 at 16:16 +0200, Daniel Kiper wrote: >> On Fri, Aug 25, 2023 at 05:50:58AM -0700, Oliver Steffen wrote: >> >> Yes, that would be perfect. If Itanium works then I suggest to align >> GUIDs to 4 bytes. This al