Re: [PATCH v5 3/4] * util/grub.d/20_linux_xen.in: Add xen_boot command support

2016-07-26 Thread Fu Wei
Hi Julien, On 12 July 2016 at 18:21, Julien Grall wrote: > Hi Fu Wei, > > > On 06/07/16 18:53, fu@linaro.org wrote: >> >> From: Fu Wei >> >> This patch adds the support of xen_boot command: >> xen_hypervisor >> xen_module >> >> Also add a new "feature_xen_boot" to indicate this gru

Re: [PATCH] arm64: xen_boot: Fix xen boot using Grub on AARCH64

2016-07-26 Thread Fu Wei
Hi all On 22 February 2016 at 17:29, Fu Wei wrote: > Hi Julien, > > On 20 February 2016 at 00:28, Julien Grall wrote: >> Xen is currently crashing because of malformed compatible property for >> the boot module. This is because the property string is not >> null-terminated as requested by the eP

[PATCH v6 1/4] i386, xen: Add xen_hypervisor and xen_module aliases for i386

2016-07-26 Thread fu . wei
From: Fu Wei Signed-off-by: Fu Wei --- grub-core/loader/i386/xen.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/grub-core/loader/i386/xen.c b/grub-core/loader/i386/xen.c index c4d9689..15b0727 100644 --- a/grub-core/loader/i386/xen.c +++ b/grub-core/loader/i386/xen.c @@ -689,6 +68

[PATCH v6 0/4] arm64,xen: add xen_boot support into grup-mkconfig

2016-07-26 Thread fu . wei
From: Fu Wei This patchset add xen_boot support into grup-mkconfig for generating xen boot entrances automatically Also update the docs/grub.texi for new xen_boot commands. This patchset has been tested on Foudation model with a bug fix: http://lists.gnu.org/archive/html/grub-devel/2016-02/msg0

[PATCH v6 3/4] * util/grub.d/20_linux_xen.in: Add xen_boot command support

2016-07-26 Thread fu . wei
From: Fu Wei This patch adds the support of xen_boot command: xen_hypervisor xen_module Also add a new "feature_xen_boot" to indicate this grub support xen_boot command. Signed-off-by: Fu Wei --- grub-core/normal/main.c | 2 +- util/grub.d/20_linux_xen.in | 13 ++--- 2 fi

[PATCH v6 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi

2016-07-26 Thread fu . wei
From: Fu Wei delete: xen_linux, xen_initrd, xen_xsm add: xen_module This update bases on commit 0edd750e50698854068358ea53528100a9192902 Author: Vladimir Serbinenko Date: Fri Jan 22 10:18:47 2016 +0100 xen_boot: Remove obsolete module type distinctions. Also bases on the

[PATCH v6 2/4] arm64: add "--nounzip" option support in xen_module command

2016-07-26 Thread fu . wei
From: Fu Wei This patch adds "--nounzip" option support in order to be compatible with the module command of i386, then we can simplify grub-mkconfig support code. Signed-off-by: Fu Wei --- grub-core/loader/arm64/xen_boot.c | 17 + 1 file changed, 17 insertions(+) diff --git a

Re: [PATCH 00/15] Add missing SPARC support

2016-07-26 Thread Daniel Kiper
On Fri, Jul 01, 2016 at 08:52:11AM +0200, Daniel Kiper wrote: > On Wed, Jun 29, 2016 at 02:43:13PM -0700, Eric Snowberg wrote: > > First set of patches to add sun4v SPARC support to grub. > > > > Major additions include: > > > > * Properly scan for both SAS and SCSI disks > > * Increasing boot perf

Re: GRUB does not work when sb_meta_uuid is set on XFSv5

2016-07-26 Thread Andrei Borzenkov
11.07.2016 15:04, Jan Kara пишет: > On Sun 10-07-16 12:46:43, Andrei Borzenkov wrote: >> 08.07.2016 23:15, Andrei Borzenkov пишет: >>> 06.07.2016 14:36, Marcos Mello пишет: Background: Kernel 4.3 http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ce748eaa6

Re: [PATCH] dns: fix heap corruption

2016-07-26 Thread Andrei Borzenkov
11.07.2016 09:02, Michael Chang пишет: > On Fri, Jul 08, 2016 at 10:54:37PM +0300, Andrei Borzenkov wrote: >> 07.07.2016 12:18, Michael Chang пишет: >>> Since commit f9d1b4422efb2c06e5472fb2c304712e2029796b I occasionally bumped >>> into heap corruption problem during dns lookup. >>> >>> After trac

Re: video_checksum.c test failure

2016-07-26 Thread Andrei Borzenkov
13.07.2016 15:53, Ludovic Courtès пишет: > Hello! > > With 2.02~beta3 we’re experiencing the same test failure as described at > . > This is in an environment that contains a bunch of UTF-8 locales and has > LC_ALL=en_US.utf8, FW

Re: [GRUB PARTUUID PATCH 1/2] Add PARTUUID detection support to grub-probe

2016-07-26 Thread Andrei Borzenkov
20.06.2016 04:37, Nicholas Vinson пишет: > Add PARTUUID detection to grub-probe. The grub-probe utility is used by > grub-mkconfig to determine the filesystem [GU]UID, so updating it to be > able to return partition [GU]UIDs seemed like the natural choice. The > other obvious choice was to rely o

Re: [GRUB PARTUUID PATCH 2/2] Update grub script template files

2016-07-26 Thread Andrei Borzenkov
20.06.2016 04:37, Nicholas Vinson пишет: > Update grub-mkconfig.in and 10_linux.in to support grub-probe's new > partuuid target. > > Signed-off-by: Nicholas Vinson > --- > util/grub-mkconfig.in | 2 ++ > util/grub.d/10_linux.in | 11 +-- > 2 files changed, 11 insertions(+), 2 deletio

Re: Patch for German keyboard layout for the at_keyboard input

2016-07-26 Thread Andrei Borzenkov
15.05.2016 21:19, fgndevelop пишет: > > Dear team at grub-devel, > > First of all I would like to thank you for the Grand boot loader, your work > is very > much appreciated. > > Recently I downloaded the current grub-2.02-beta3 and started experimenting > with it. > I am am making use of

Re: Patch for German keyboard layout for the at_keyboard input

2016-07-26 Thread Andrei Borzenkov
15.05.2016 21:19, fgndevelop пишет: > > Also I patched at_keyboard.c. It has a minor typo, in line 91 both scancode > 0x52 and > 0x53 are mapped to the same GRUB_KEYBOARD_KEY_NUMDOT. This is wrong, > scancode 0x52 > has to be mapped to GRUB_KEYBOARD_KEY_NUM0 (as that's what it is). > set 2