Re: [Savannah-users] Anonymous commit (empty Author and Committer)

2015-11-02 Thread Andrei Borzenkov
31.10.2015 16:46, Andrei Borzenkov пишет: 31.10.2015 10:02, Andreas Schwab пишет: Kaz Kylheku writes: Nope. They will have a git in which that commit looks like their own local work. *Someone* will inadvertently do a "git push" to blast out their changes based on that deleted commit, thereby

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

2015-11-02 Thread Mike Gilbert
On Mon, Nov 2, 2015 at 1:47 PM, Andrei Borzenkov wrote: > Extra catalogs added in da0d5b3f explicitly require C.UTF-8 locale. This > locale may not be present (e.g. openSUSE does not have it). I think it is specific to Debian-derived distros actually. We don't have it on Gentoo either. _

Re: Anonymous commit (empty Author and Committer)

2015-11-02 Thread Junio C Hamano
"Lennart Sorensen" writes: > On Sat, Oct 31, 2015 at 08:24:06AM +0300, Andrei Borzenkov wrote: >> If we decide to fix this commit it is better done now, while it is the last >> one. It is annoying but do you have suggestion how it can be done >> differently? > > Well the only options are: > > 1)

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

2015-11-02 Thread Andrei Borzenkov
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 not use it. Is forcing this locale really needed? ___ Grub-devel mai

Re: [Savannah-users] Anonymous commit (empty Author and Committer)

2015-11-02 Thread Kaz Kylheku
On 02.11.2015 07:11, Lennart Sorensen wrote: On Sat, Oct 31, 2015 at 08:24:06AM +0300, Andrei Borzenkov wrote: If we decide to fix this commit it is better done now, while it is the last one. It is annoying but do you have suggestion how it can be done differently? Well the only options are:

Re: Anonymous commit (empty Author and Committer)

2015-11-02 Thread Lennart Sorensen
On Sat, Oct 31, 2015 at 08:24:06AM +0300, Andrei Borzenkov wrote: > If we decide to fix this commit it is better done now, while it is the last > one. It is annoying but do you have suggestion how it can be done > differently? Well the only options are: 1) Leave it alone 2) Break the tree of anyo

[PATCH 6/6] xen: add capability to load p2m list outside of kernel mapping

2015-11-02 Thread Juergen Gross
Modern pvops linux kernels support a p2m list not covered by the kernel mapping. This capability is flagged by an elf-note specifying the virtual address the kernel is expecting the p2m list to be mapped to. In case the elf-note is set by the kernel don't place the p2m list into the kernel mapping

[PATCH 1/6] xen: factor out p2m list allocation into separate function

2015-11-02 Thread Juergen Gross
Do the p2m list allocation of the to be loaded kernel in a separate function. This will allow doing the p2m list allocation at different times of the boot preparations depending on the features the kernel is supporting. While at this remove superfluous setting of first_p2m_pfn and nr_p2m_frames as

[PATCH 0/6] grub-xen: support booting huge pv-domains

2015-11-02 Thread Juergen Gross
The Xen hypervisor supports starting a dom0 with large memory (up to the TB range) by not including the initrd and p2m list in the initial kernel mapping. Especially the p2m list can grow larger than the available virtual space in the initial mapping. The started kernel is indicating the support o

[PATCH 4/6] xen: add capability to load initrd outside of initial mapping

2015-11-02 Thread Juergen Gross
Modern pvops linux kernels support an initrd not covered by the initial mapping. This capability is flagged by an elf-note. In case the elf-note is set by the kernel don't place the initrd into the initial mapping. This will allow to load larger initrds and/or support domains with larger memory, a

[PATCH 5/6] xen: modify page table construction

2015-11-02 Thread Juergen Gross
Modify the page table construction to allow multiple virtual regions to be mapped. This is done as preparation for removing the p2m list from the initial kernel mapping in order to support huge pv domains. This allows a cleaner approach for mapping the relocator page by using this capability. The

[PATCH 3/6] xen: factor out allocation of page tables into separate function

2015-11-02 Thread Juergen Gross
Do the allocation of page tables in a separate function. This will allow to do the allocation at different times of the boot preparations depending on the features the kernel is supporting. Signed-off-by: Juergen Gross --- grub-core/loader/i386/xen.c | 82

[PATCH 2/6] xen: factor out allocation of special pages into separate function

2015-11-02 Thread Juergen Gross
Do the allocation of special pages (start info, console and xenbus ring buffers) in a separate function. This will allow to do the allocation at different times of the boot preparations depending on the features the kernel is supporting. Signed-off-by: Juergen Gross --- grub-core/loader/i386/xen

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

2015-11-02 Thread Ian Campbell
On Fri, 2015-10-23 at 17:11 -0700, Mark Pryor wrote: > When entering the grub2 shell during a pvgrub2 boot, there is no info about > the current > domU in the grubenv (set). Starting with a patch submitted by Olaf Herring I > exported > the xenstore cmdline only. xenstore? The command line comes