Re: C.UTF-8 may not be present resulting in failed build

2015-11-04 Thread Andrei Borzenkov
03.11.2015 21:44, Vladimir 'phcoder' Serbinenko пишет: Le 2 nov. 2015 7:48 PM, "Andrei Borzenkov" a écrit : Extra catalogs added in da0d5b3f explicitly require C.UTF-8 locale. This locale may not be present (e.g. openSUSE does not have it). Upstream gettext (and hence en@quot rules) does no

Re: [PATCH] arm64: Fix the bug in fdt module

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 4 nov. 2015 11:47 AM, "Vladimir 'phcoder' Serbinenko" a écrit : > > > Le 4 nov. 2015 10:48 AM, "Fu Wei" a écrit : > > > > Hi Vladimir, > > > > Great thanks for your help :-) > > > > > > On 4 November 2015 at 02:07, Vladimir 'phcoder' Serbinenko > > wrote: > > > > > > Le 3 nov. 2015 9:56 AM,

Re: [PATCH] arm64: Fix the bug in fdt module

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 4 nov. 2015 12:03 PM, "Fu Wei" a écrit : > > Hi Vladimir, > > > On 4 November 2015 at 18:47, Vladimir 'phcoder' Serbinenko > wrote: > > > > Le 4 nov. 2015 10:48 AM, "Fu Wei" a écrit : > >> > >> Hi Vladimir, > >> > >> Great thanks for your help :-) > >> > >> > >> On 4 November 2015 at 02:07, V

Re: [PATCH] arm64: Fix the bug in fdt module

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 4 nov. 2015 12:09 PM, "Fu Wei" a écrit : > > Hi Vladimir, > > On 4 November 2015 at 19:06, Fu Wei wrote: > > Hi Vladimir, > > > > On 4 November 2015 at 18:47, Vladimir 'phcoder' Serbinenko > > wrote: > >> > >> Le 4 nov. 2015 10:48 AM, "Fu Wei" a écrit : > >>> > >>> Hi Vladimir, > >>> > >>>

Re: [PATCH] arm64: Fix the bug in fdt module

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 4 nov. 2015 12:12 PM, "Vladimir 'phcoder' Serbinenko" a écrit : > > > Le 4 nov. 2015 12:09 PM, "Fu Wei" a écrit : > > > > Hi Vladimir, > > > > On 4 November 2015 at 19:06, Fu Wei wrote: > > > Hi Vladimir, > > > > > > On 4 November 2015 at 18:47, Vladimir 'phcoder' Serbinenko > > > wrote: >

Re: [PATCH grub-core/kern/xen/init.c] pvgrub2 xen cmdline xenstore var to grubenv

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
. > > I think that is a fine > behaviour to be starting with. > Whatever we do now, we're stuck with it. It's interface and almost impossible to retire. We need a sane interface from day 1 ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.o

Re: modules size in mkimage

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 31 oct. 2015 8:02 AM, "Andrei Borzenkov" a écrit : > > mkimage sets module size to aligned value; later it is used to actually process it which /may/ lead to inconsistency (as any comparison is against stored aligned size, not actual module size). > Which inconsistency do you have in mind? > Sa

Re: modules size in mkimage

2015-11-04 Thread Andrei Borzenkov
04.11.2015 14:21, Vladimir 'phcoder' Serbinenko пишет: Le 31 oct. 2015 8:02 AM, "Andrei Borzenkov" a écrit : mkimage sets module size to aligned value; later it is used to actually process it which /may/ lead to inconsistency (as any comparison is against stored aligned size, not actual modul

Re: modules size in mkimage

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 4 nov. 2015 12:26 PM, "Andrei Borzenkov" a écrit : > > 04.11.2015 14:21, Vladimir 'phcoder' Serbinenko пишет: > >> Le 31 oct. 2015 8:02 AM, "Andrei Borzenkov" a écrit : >>> >>> >>> mkimage sets module size to aligned value; later it is used to actually >> >> process it which /may/ lead to inco

Re: [PATCH] file: ignore host disk in blocklist check

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 18 sept. 2015 8:09 PM, "Andrei Borzenkov" a écrit : > > It cannot work anyway because host disk cannot be read. This fixes hostfs access > on native Windows build where filenames start with '\' or do not have initial > separator at all (d:\foo). > > Issue was observed when running grub-fstest o

Re: [coreboot] Dell Dimension 8300 reboots when grub2 cbfs module is loaded

2015-11-04 Thread Andrei Borzenkov
04.11.2015 00:41, Nico Huber пишет: Hi Andrei, your patch looks good generally, but the check is off by one. It's Yes, but it should not matter in real life. Last 4 bytes are pointer, so header cannot start after 0xffdc anyway. I'll change it. obvious, we want to have sane checking the

Re: Kernel panics (in QEMU) when booting with GRUB2 + OVMF + QEMU.

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 17 août 2015 5:26 PM, "Mark Lee" a écrit : > > On Monday, August 17, 2015 05:22:43 PM Andrei Borzenkov wrote: > > Error itself simply says that kernel cannot find root fs. It does not > > say anything about why it happened. > Yes. It boots on hardware (dd if=test.img of=). Just not on qemu > +

Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 12 août 2015 11:04 AM, "Ian Campbell" a écrit : > > > (Having written the below I see too late that this is a grub patch not a > Xen one, a tag in the subject for such cross posted patches would be useful > please. Anyway, my opinion counts for very little in this context but I > leave it below