Re: [PATCH] ZFS/other CoW FS save_env support

2020-02-24 Thread Paul Dagnelie
On Mon, Feb 24, 2020 at 3:03 AM Daniel Kiper wrote: > > > Why "root" not "boot"? That was a typo on my part; the code uses grub_guess_root_device to find the devices backing the default grub directory, but in most configurations, this should attempt to locate the boot filesystem instead of the roo

Re: Anyone tried hooking up Link Time Optimization (LTO)

2020-02-24 Thread Paul Menzel
Dear GRUB folks, Am 24.02.20 um 12:57 schrieb Paul Menzel: Dear GRUB folks, Jacob integrated support for LTO (Link Time Optimization) to coreboot [1], libpayload [2], and the payload *coreinfo* [3] resulting in a noticeable reduction in the size. So maybe GRUB would benefit too. Has anyone l

Anyone tried hooking up Link Time Optimization (LTO)

2020-02-24 Thread Paul Menzel
Dear GRUB folks, Jacob integrated support for LTO (Link Time Optimization) to coreboot [1], libpayload [2], and the payload *coreinfo* [3] resulting in a noticeable reduction in the size. So maybe GRUB would benefit too. Has anyone looked into this already? Kind regards, Paul [1]: https://r

Re: [PATCH 1/2] Cryptomount support LUKS detached header

2020-02-24 Thread Daniel Kiper
Adding Patrick... On Fri, Feb 21, 2020 at 10:03:48PM +0100, Denis 'GNUtoo' Carikli wrote: > From: John Lane Both patches require explanation what they do and more importantly why they are needed... And it would be nice to have cover letter. ...and please CC Patrick next time... Daniel > Signe

Re: [PATCH] ZFS/other CoW FS save_env support

2020-02-24 Thread Daniel Kiper
On Tue, Feb 18, 2020 at 11:10:07AM -0800, Paul Dagnelie wrote: > Hey all, I previously discussed my concept for this patch in my email > https://lists.gnu.org/archive/html/grub-devel/2020-01/msg4.html . > I'm pleased to announce that I've gotten it into a working state and > it is ready to revi

Re: [PATCH] Make grub_strtol() "end" pointers have safer const qualifiers. (v2)

2020-02-24 Thread Daniel Kiper
On Fri, Feb 21, 2020 at 04:39:33PM -0500, Peter Jones wrote: > Currently the string functions grub_strtol(), grub_strtoul(), and > grub_strtoull() don't declare the "end" pointer in such a way as to > require the pointer itself or the character array to be immutable to the > implementation, nor doe