Re: [PATCH] grub-mkconfig/10_linux: Support multiple early initrd images

2018-03-17 Thread Christian Hesse
Daniel Kiper on Mon, 2018/03/05 17:48: > On Sat, Feb 24, 2018 at 05:44:58PM -0500, Matthew S. Turnbull wrote: > > Add support for multiple, shared, early initrd images. These early > > images will be loaded in the order declared, and all will be loaded > > before the initrd image. > > > > While ma

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

2018-03-17 Thread TJ
On 14/03/18 09:44, John Lane wrote: > --- a/grub-core/disk/cryptodisk.c > +++ b/grub-core/disk/cryptodisk.c > @@ -880,7 +882,7 @@ grub_cryptodisk_cheat_mount (const char *sourcedev, const > char *cheat) > >FOR_CRYPTODISK_DEVS (cr) >{ > -dev = cr->scan (source, search_uuid, check_boot

Re: [PATCH 3/7] cryptomount luks allow multiple passphrase attempts

2018-03-17 Thread TJ
On 14/03/18 09:45, John Lane wrote: > --- a/grub-core/disk/luks.c > +++ b/grub-core/disk/luks.c > @@ -321,10 +321,10 @@ configure_ciphers (grub_disk_t disk, const char > *check_uuid, > > static grub_err_t > luks_recover_key (grub_disk_t source, > - grub_cryptodisk_t dev, > -

Re: [PATCH 2/7] Cryptomount support key files

2018-03-17 Thread TJ
On 14/03/18 09:44, John Lane wrote: > --- a/grub-core/disk/cryptodisk.c > +++ b/grub-core/disk/cryptodisk.c > @@ -949,6 +954,45 @@ grub_cmd_cryptomount (grub_extcmd_context_t ctxt, int > argc, char **args) > hdr = NULL; > >have_it = 0; > + key = NULL; > + > + if (state[4].set) /* Key

Re: [PATCH] F2FS support

2018-03-17 Thread 林博仁
> "F2FS (Flash-Friendly File System) is flash-friendly file system which was > merged into Linux kernel v3.8 in 2013. > Any update on this patch? F2FS really help much on my system's performance on a dirt-cheap flash storage key. 林博仁(Buo-ren, Lin) buo.ren@gmail.com