Re: [PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-05-11 Thread Glenn Washburn
On Tue, 10 May 2022 19:16:06 + Maxim Fomin wrote: > --- Original Message --- > On Thursday, May 5th, 2022 at 6:09, Glenn Washburn > wrote: > > > Hi Maxim, > > > > I just want to reiterate Daniel, for v3, please use --threaded when > > using format-patch and send-email. It'll help r

[PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-05-10 Thread Maxim Fomin
--- Original Message --- On Thursday, May 5th, 2022 at 6:09, Glenn Washburn wrote: > Hi Maxim, > > I just want to reiterate Daniel, for v3, please use --threaded when > using format-patch and send-email. It'll help reviewers see all the > emails in the patch series together. It is compl

Re: [PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-05-04 Thread Glenn Washburn
Hi Maxim, I just want to reiterate Daniel, for v3, please use --threaded when using format-patch and send-email. It'll help reviewers see all the emails in the patch series together. On Sat, 02 Apr 2022 20:02:17 + Maxim Fomin wrote: > --- > docs/grub.texi | 47 > grub-co

Re: [PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-04-14 Thread Daniel Kiper
Hi Maxim, Adding Glenn and Patrick. I would like to hear your opinion here. Maxim, please CC Glenn and Patrick next time. Daniel PS Maxim, It looks you send the patch as an cover letter. Minor thing but a little annoying. On Sat, Apr 02, 2022 at 08:00:20PM +, Maxim Fomin wrote: > This p

[PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-04-02 Thread Maxim Fomin
--- docs/grub.texi | 47 grub-core/Makefile.core.def | 5 + grub-core/disk/plainmount.c | 511 3 files changed, 563 insertions(+) create mode 100644 grub-core/disk/plainmount.c diff --git a/docs/grub.texi b/docs/grub.texi index caba8befb.

[PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-04-02 Thread Maxim Fomin
This patch adds support for plain encryption mode (plain dm-crypt) via new module/command named 'plainmount'. This is the second version of the patch send at https://lists.gnu.org/archive/html/grub-devel/2022-01/msg00179.html. The patch was significantly rewritten. Notable changes are: 1. removin