Re: [PATCH 09/10] commands/file: use definitions from arm/linux.h

2018-02-27 Thread Leif Lindholm
On Thu, Feb 15, 2018 at 11:30:32AM +0100, Daniel Kiper wrote: > On Thu, Feb 01, 2018 at 06:18:57PM +, Leif Lindholm wrote: > > Clean up code for matching IS_ARM slightly by making use of struct > > linux_arm_kernel_header and GRUB_LINUX_ARM_MAGIC_SIGNATURE. > > > > Signed-off-by: Leif Lindholm

Re: [PATCH 00/10] various cleanup

2018-02-27 Thread Daniel Kiper
On Mon, Feb 26, 2018 at 01:15:49PM +, Leif Lindholm wrote: > On Fri, Feb 23, 2018 at 11:11:08PM +0100, Daniel Kiper wrote: > > > > 9-10/10 Switches to use the arm/arm64 kernel header structs in the > > > > "file" command". > > > > > > I am OK, excluding patch 9, with this patch series.

[PATCH] grub-install: locale depends on nls

2018-02-27 Thread Olaf Hering
With --disable-nls no locales exist. Avoid runtime error by wrapping install logic inside ENABLE_NLS. Signed-off-by: Olaf Hering --- util/grub-install-common.c | 108 + 1 file changed, 59 insertions(+), 49 deletions(-) --- a/util/grub-install-common.c