Committed
On Thu, Jul 18, 2019 at 12:03 AM John Paul Adrian Glaubitz
wrote:
>
> On 7/16/19 2:02 PM, Vladimir 'phcoder' Serbinenko wrote:
> > LGTM. Let's give it another day on ML, then I'll commit it
> Friendly reminder ;-).
>
> Adrian
>
> --
> .''`. John Paul Adrian Glaubitz
> : :' : Debian D
On 7/16/19 2:02 PM, Vladimir 'phcoder' Serbinenko wrote:
> LGTM. Let's give it another day on ML, then I'll commit it
Friendly reminder ;-).
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaub...@debian.org
`. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
> On Jul 16, 2019, at 5:35 AM, John Paul Adrian Glaubitz
> wrote:
>
> On 7/15/19 12:40 AM, James Clarke wrote:
>> Currently, gpt_offset is uninitialised when using a BIOS Boot Partition
>> but is used unconditionally inside save_blocklists. Instead, ensure it
>> is always initialised to 0 (note
LGTM. Let's give it another day on ML, then I'll commit it
On Mon, Jul 15, 2019 at 12:40 AM James Clarke wrote:
>
> Currently, gpt_offset is uninitialised when using a BIOS Boot Partition
> but is used unconditionally inside save_blocklists. Instead, ensure it
> is always initialised to 0 (note t
On 7/15/19 12:40 AM, James Clarke wrote:
> Currently, gpt_offset is uninitialised when using a BIOS Boot Partition
> but is used unconditionally inside save_blocklists. Instead, ensure it
> is always initialised to 0 (note that there is already separate code to
> do the equivalent adjustment after