Re: FTDI serial console support?

2018-05-15 Thread Petter Gustad
From: Daniel Kiper Subject: Re: FTDI serial console support? Date: Tue, 15 May 2018 22:00:06 +0200 > On Fri, May 11, 2018 at 03:55:36PM +0200, Petter Gustad wrote: >> >> Is there a way to specify a FTDI based serial console using >> GRUB_TERMINAL, GRUB_SERIAL_COMMAND, or some other variable? If y

Re: xfsprogs 4.16.0 format change, GRUB error unknown filesystem

2018-05-15 Thread Chris Murphy
On Tue, May 15, 2018 at 6:33 AM, Daniel Kiper wrote: > Hi, > > On Mon, May 14, 2018 at 01:12:27PM -0600, Chris Murphy wrote: >> Hi, >> >> xfsprogs 4.16.0 defaults to enabling "sparse inode" which is not >> compatible with GRUB. >> >> Downstream bug in Fedora, grub-probe fails so grub-install can't

[GRUB PATCH] xfs: accept filesystem with sparse inodes

2018-05-15 Thread Eric Sandeen
The sparse inode metadata format became a mkfs.xfs default in xfsprogs-4.16.0, and such filesystems are now rejected by grub as containing an incompatible feature. In essence, this feature allows xfs to allocate inodes into fragmented freespace. (Without this feature, if xfs could not allocate c

Re: FTDI serial console support?

2018-05-15 Thread Daniel Kiper
On Fri, May 11, 2018 at 03:55:36PM +0200, Petter Gustad wrote: > > Is there a way to specify a FTDI based serial console using > GRUB_TERMINAL, GRUB_SERIAL_COMMAND, or some other variable? If yes, > what is the syntax? > > BTW my serial port adapter matches the vendor id and device id given > in gr

Re: [PATCH] mbi: use per segment a separate relocator chunk

2018-05-15 Thread Alexander Boettcher
On 15.05.2018 21:10, Alexander Boettcher wrote: I assume that a given ELF PHDR address/size does not cover VGA memory or anything like that, No. so, I am not sure what exactly overwrites this region. grub_memset() in current line 161 at some point? No. During grub_relocator_prepare_reloc t

Re: [PATCH] mbi: use per segment a separate relocator chunk

2018-05-15 Thread Alexander Boettcher
On 15.05.2018 15:42, Daniel Kiper wrote: On Mon, May 14, 2018 at 09:02:00PM +0200, Alexander Boettcher wrote: >From 8a0296d040a42950cd64e733f7997203975bc184 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Fri, 13 Apr 2018 23:37:01 +0200 Subject: [PATCH] mbi: use per segment a separate

Re: [PATCH 7/8] Make more generic the code for raid6 rebuilding

2018-05-15 Thread Goffredo Baroncelli
On 05/14/2018 09:07 PM, Daniel Kiper wrote: > On Mon, May 14, 2018 at 08:57:10PM +0200, Daniel Kiper wrote: >> On Fri, May 11, 2018 at 09:24:45PM +0200, Goffredo Baroncelli wrote: [...] >>> static grub_err_t >>> -grub_raid6_recover (struct grub_diskfilter_segment *array, int disknr, int >>> p, >>

Re: [PATCH] mbi: use per segment a separate relocator chunk

2018-05-15 Thread Daniel Kiper
On Mon, May 14, 2018 at 09:02:00PM +0200, Alexander Boettcher wrote: > >From 8a0296d040a42950cd64e733f7997203975bc184 Mon Sep 17 00:00:00 2001 > From: Alexander Boettcher > Date: Fri, 13 Apr 2018 23:37:01 +0200 > Subject: [PATCH] mbi: use per segment a separate relocator chunk > > if elf is non re

Re: xfsprogs 4.16.0 format change, GRUB error unknown filesystem

2018-05-15 Thread Daniel Kiper
Hi, On Mon, May 14, 2018 at 01:12:27PM -0600, Chris Murphy wrote: > Hi, > > xfsprogs 4.16.0 defaults to enabling "sparse inode" which is not > compatible with GRUB. > > Downstream bug in Fedora, grub-probe fails so grub-install can't work; > and on systems with an already properly installed core.i

Re: [PATCH 7/8] Make more generic the code for raid6 rebuilding

2018-05-15 Thread Daniel Kiper
On Mon, May 14, 2018 at 10:52:11PM +0200, Goffredo Baroncelli wrote: > On 05/14/2018 08:57 PM, Daniel Kiper wrote: > > On Fri, May 11, 2018 at 09:24:45PM +0200, Goffredo Baroncelli wrote: > [...] > > > >> + char *buf, grub_uint64_t sector, grub_size_t size, > >> +