Re: [PATCH] Remove nested functions from filesystem directory iterators

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead. On 21.01.2013 01:26, Colin Watson wrote: > Part six. This increases the size of the uncompressed kernel a bit > (though by less than was gained from un-nesting device iterators), but > it seems to still decrease the size of typical compressed core images. > > This is the biggest remain

Re: [PATCH] grub-mkimage: postpone free(arguments.output)

2013-01-20 Thread Colin Watson
On Mon, Oct 22, 2012 at 01:27:42PM +0100, Leif Lindholm wrote: > The output filename is currently free()d before the call to generate_image(), > which takes this as a parameter. > > This patch delays the free until after generate_image returns. Looks correct. Committed with an added ChangeLog en

Re: [PATCH] Incorrect initrd minimum address calculation

2013-01-20 Thread Colin Watson
On Sat, Oct 13, 2012 at 09:41:43AM +0100, Colin Watson wrote: > * grub-core/loader/i386/linux.c (grub_cmd_initrd): Don't add the > initrd size to addr_min, since the initrd will be allocated > after this address. Committed following discussion on IRC. -- Colin Watson

Re: [PATCH] Document menuentry --id option

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.09.2012 18:53, Andrey Borzenkov wrote: > > === modified file 'ChangeLog' > --- old/ChangeLog 2012-09-18 11:04:06 + > +++ new/ChangeLog 2012-09-18 16:28:12 + > @@ -1,3 +1,7 @@ > +2012-09-18 Andrey Borzenkov > + > + * docs/grub.texi: Document menuentry --id option. > +

Re: [PATCH] fix autogen rules

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed, thanks. On 20.01.2013 22:35, Andrey Borzenkov wrote: > diff --git a/ChangeLog b/ChangeLog > index 3ac8171..5c4bbaf 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,8 @@ > +2013-01-20 Andrey Borzenkov > + > + * conf/Makefile.common: Fix autogen rules to pass definition > +

Re: Does plain pc console support UNICODE?

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.10.2012 19:09, Andrey Borzenkov wrote: > I have default language Russian. When testing patch I switched from > gfxterm to plain console and got '' instead of grub messages. Is it > supposed to work at all? If not, does it make sense to temporary reset > language when we switch to termina

Re: [PATCH] Add testpci command (v3)

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 13.10.2012 00:18, Jonathan McDowell wrote: > - > === modified file 'docs/grub.texi' > --- docs/grub.texi2012-07-31 22:18:57 + > +++ docs/grub.texi2012-10-12 22:13:23 + > @@ -3302,6 +3302,7 @@ > * search:: Search devices by file, label, or UUID > * send

Re: [PATCH] update ARM definitions in elf.h

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 22.10.2012 14:09, Leif Lindholm wrote: > Updated definitions imported from binutils-2.22 include/elf/arm.h. > Committed, thanks. > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel -- Rega

Re: Should LDM check be less aggressive?

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.11.2012 03:58, Andrey Borzenkov wrote: > +if (p->msdostype == GRUB_PC_PARTITION_TYPE_SFS) SFS is confusing as the partition in question isn't SFS, it just happens that LDM and SFS ids collide. Also another problem is that of booting in case of corrupted msdos table if LDM is intact but

Re: Possible EFI memory corruption?

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 31.10.2012 19:25, Phillip Susi wrote: > I've been trying to help troubleshoot a problem a user has where grub > appears to hang before booting the kernel when he does not have a USB > device plugged in at boot time. I had him enable debug messages and > the last one is a malloc in script.c aft

Re: How can I contribute the patch to the upstream?

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.11.2012 16:41, Vladimir Testov wrote: > You're welcome to add this patch to the upstream. > Can you elaborate what this patch is for? > =(^_^)= > > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/list

Re: [PATCH] Long USB transfers problem

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed, thanks On 01.12.2012 23:46, Aleš Nesrsta wrote: > Hi, > I found some USB problem: > > Some part of GRUB wants read "long" data block from USB mass storage > device when GRUB opens USB disk, e.g. when "ls" command is entered first > time after EHCI/UHCI/OHCI module is loaded. > "Long"

[PATCH] fix autogen rules

2013-01-20 Thread Andrey Borzenkov
1. Makefile.util.am needs Makefile.utilgcry.def 2. autogen takes single definition file as parameter. Change autogen invocation to match autogen.sh script - pipe all input files instead of passing them as parameters. Signed-off-by: Andrey Borzenkov --- ChangeLog|5 + conf/M

Re: hidden timeout, only Esc key works

2013-01-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed, thanks. On 04.01.2013 08:59, Andrey Borzenkov wrote: > diff --git a/ChangeLog b/ChangeLog > index a28a1f7..386f4b3 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,8 @@ > +2013-01-04 Andrey Borzenkov > + > + * docs/grub.texi (Simple configuration): Clarify GRUB_HIDDEN_TIMEO