LUKS 2 support

2019-05-27 Thread StevenDoesStuffs
I was just wondering would y'all be open to taking patches for luks2 support (and maybe a few other crypto enhancements), or if someone else was already working on those things. Sent with [ProtonMail](https://protonmail.com) Secure Email.___ Grub-devel

Re: [PATCH] f2fs: Fix gcc9 error -Werror=maybe-uninitialized

2019-05-27 Thread John Paul Adrian Glaubitz
On 5/27/19 12:02 PM, Daniel Kiper wrote: >> http://lists.gnu.org/archive/html/grub-devel/2019-05/msg00099.html > > John, ping? Could you send us the patch soon? IMO this is the last thing > which blocks the release. Just a second, I will send the patch today. Sorry for the delay. Adrian -- .'

Re: [PATCH] f2fs: Fix gcc9 error -Werror=maybe-uninitialized

2019-05-27 Thread Daniel Kiper
On Thu, May 23, 2019 at 03:40:28PM +0800, Michael Chang wrote: > On Wed, May 22, 2019 at 05:35:34PM +0100, Neil MacLeod wrote: > > > Thanks! I allowed myself to add your Tested-by. I hope this is not a > > > problem for you > > > > Not at all! > > > > > This and other fixes posted earlier are now

[PATCH] grub2: add read_hook to blocklists

2019-05-27 Thread Michael Grzeschik
This is needed to make grubenv be stored in raw disk images. We now can run save_env -f (ata0)1024+2 VARIABLE Signed-off-by: Michael Grzeschik --- grub-core/kern/fs.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/grub-core/kern/fs.c b/grub-core/kern/fs.c index 2b85f4950..d50d519d2 1

[PATCH] grub2: setup root in grub-setup and grub-install

2019-05-27 Thread Michael Grzeschik
With this feature it is now possible to set the root device in userspace preperation like grub-mkimage. Signed-off-by: Michael Grzeschik --- include/grub/util/install.h | 4 ++-- util/grub-install.c | 4 ++-- util/grub-setup.c | 12 +++- util/setup.c|

[PATCH] grub2: add support to search for partuuid

2019-05-27 Thread Michael Grzeschik
With this feature the grub-shell is able to search for partuuid strings. This reduces the complexity to find the correct boot partition on systems with unspecified device connectivity. Signed-off-by: Michael Grzeschik --- grub-core/Makefile.core.def | 5 + grub-core/commands/search