Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com> > --- > mbr/gptmbr.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S > index 8ab6b50..7d98aee 100644 > --- a/mbr/gptmbr.S > +++ b/mbr/gptmbr.S > @@ -213,7 +213,7 @@ found_part: > > movzwl %cx,%eax /* Length of GPT entry */ > stosl > - > + > rep; movsb /* GPT entry follows MBR entry */ > popw %si >The removal of that trailing tab character is valid change. What is needed to get the patch applied in the leading git repository? Groeten Geert Stappers -- Leven en laten leven
On Sun, Dec 29, 2013 at 2:53 AM, Geert Stappers <stappers at stappers.nl> wrote:> Op 2013-12-14 om 21:34 schreef Ruben Kerkhof: >> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com> >> --- >> mbr/gptmbr.S | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S >> index 8ab6b50..7d98aee 100644 >> --- a/mbr/gptmbr.S >> +++ b/mbr/gptmbr.S >> @@ -213,7 +213,7 @@ found_part: >> >> movzwl %cx,%eax /* Length of GPT entry */ >> stosl >> - >> + >> rep; movsb /* GPT entry follows MBR entry */ >> popw %si >> > > The removal of that trailing tab character is valid change. > > What is needed to get the patch applied in the leading git repository?It has been applied to master. I believe there are a few other pending patches against master that need to be reviewed/applied as appropriate along with an eventual merge up. -- -Gene
Op 2013-12-30 om 17:04 schreef Gene Cumm:> On Sun, Dec 29, 2013 at 2:53 AM, Geert Stappers wrote: > > Op 2013-12-14 om 21:34 schreef Ruben Kerkhof: > >> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com> > >> --- > >> mbr/gptmbr.S | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> > > > > The removal of that trailing tab character is valid change. > > > > What is needed to get the patch applied in the leading git repository? > > It has been applied to master.Seen. More in another e-mail.> I believe there are a few other > pending patches against master that need to be reviewed/applied as > appropriate along with an eventual merge up.Yes. We shall see where I can help. Groeten Geert Stappers -- Leven en laten leven