Re: [PATCH] arm64: make sure fdt has #address-cells and #size-cells properties

2019-11-07 Thread Javier Martinez Canillas
Hello Leif, On 11/7/19 5:40 PM, Leif Lindholm wrote: > On Thu, Oct 31, 2019 at 11:37:40AM +0100, Javier Martinez Canillas wrote: >> From: Mark Salter >> >> Recent upstream changes to kexec-tools relies on #address-cells >> and #size-cells properties in the FDT. If grub2 needs to create >> a chose

Re: [PATCH] arm64: make sure fdt has #address-cells and #size-cells properties

2019-11-07 Thread Leif Lindholm
On Thu, Oct 31, 2019 at 11:37:40AM +0100, Javier Martinez Canillas wrote: > From: Mark Salter > > Recent upstream changes to kexec-tools relies on #address-cells > and #size-cells properties in the FDT. If grub2 needs to create > a chosen node, it is likely because firmware did not provide one. >

Re: [PATCH] btrfs: disable zstd support for i386-pc

2019-11-07 Thread Daniel Kiper
On Wed, Nov 06, 2019 at 11:15:04AM -0800, Vladimir 'phcoder' Serbinenko wrote: > Please don't do it this way. The right solution is to move it to separate > module and include zstd module when needed. Not everybody uses btrfs > embedded area. I recommend not to use it. Using mbr gap or BBP is the >

Re: [PATCH] Warn the user to edit environment block by grub-editenv

2019-11-07 Thread Michael Chang
On Tue, Nov 05, 2019 at 12:49:08PM +0100, Javier Martinez Canillas wrote: > Hello Michael, > > On 11/5/19 10:20 AM, Michael Chang wrote: > > The environment block is a preallocated 1024-byte file serves as persistent > > storage for environment variables. It has its own format which is sensitive