Re: [PATCH] sparc64: Fix BIOS Boot Partition support

2019-07-18 Thread Vladimir 'phcoder' Serbinenko
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

Re: [PATCH] sparc64: Fix BIOS Boot Partition support

2019-07-17 Thread John Paul Adrian Glaubitz
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

Re: [PATCH] sparc64: Fix BIOS Boot Partition support

2019-07-16 Thread Eric Snowberg
> 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

Re: [PATCH] sparc64: Fix BIOS Boot Partition support

2019-07-16 Thread Vladimir 'phcoder' Serbinenko
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

Re: [PATCH] sparc64: Fix BIOS Boot Partition support

2019-07-16 Thread John Paul Adrian Glaubitz
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