[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 6/9] cryptodisk: Unregister cryptomount command when remov
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v3 6/9] cryptodisk: Unregister cryptomount command when removing module |
Date: |
Mon, 21 Sep 2020 13:25:46 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Mon, Sep 21, 2020 at 06:45:57AM +0000, Glenn Washburn wrote:
> Sep 8, 2020 7:28:13 AM Daniel Kiper <daniel.kiper@oracle.com>:
> > On Mon, Sep 07, 2020 at 05:27:55PM +0200, Patrick Steinhardt wrote:
> >> From: Glenn Washburn <development@efficientek.com>
> >>
> >> Signed-off-by: Glenn Washburn <development@efficientek.com>
> >> Reviewed-by: Patrick Steinhardt <ps@pks.im>
> >> ---
> >> grub-core/disk/cryptodisk.c | 1 +
> >> 1 file changed, 1 insertion(+)
> >>
> >> diff --git a/grub-core/disk/cryptodisk.c b/grub-core/disk/cryptodisk.c
> >> index 1897acc4b..b2c6e9a7d 100644
> >> --- a/grub-core/disk/cryptodisk.c
> >> +++ b/grub-core/disk/cryptodisk.c
> >> @@ -1311,5 +1311,6 @@ GRUB_MOD_FINI (cryptodisk)
> >> {
> >> grub_disk_dev_unregister (&grub_cryptodisk_dev);
> >> cryptodisk_cleanup ();
> >
> > I am OK with this patch but I realized that cryptodisk_cleanup() body is
> > commented out, So, could you add another patch which drops
> > cryptodisk_cleanup() entirely from the GRUB code? Or make it work as it
> > supposed to work. Maybe the latter is better...
> >
> > Daniel
> >
>
> I can look in to this when I get to the other changes.
OK...
Daniel
- Re: [PATCH v3 3/9] luks2: Fix use of incorrect index and some error messages, (continued)
[PATCH v3 4/9] luks2: grub_cryptodisk_t->total_length is the max number of device native sectors, Patrick Steinhardt, 2020/09/07
[PATCH v3 5/9] luks2: Improve error reporting when decrypting/verifying key, Patrick Steinhardt, 2020/09/07
[PATCH v3 6/9] cryptodisk: Unregister cryptomount command when removing module, Patrick Steinhardt, 2020/09/07
[PATCH v3 7/9] cryptodisk: Fix incorrect calculation of start sector, Patrick Steinhardt, 2020/09/07
[PATCH v3 8/9] cryptodisk: Fix cipher IV mode 'plain64' always being set as 'plain', Patrick Steinhardt, 2020/09/07
[PATCH v3 9/9] cryptodisk: Properly handle non-512 byte sized sectors, Patrick Steinhardt, 2020/09/07
Re: [PATCH v3 0/9] Cryptodisk fixes for v2.06, Daniel Kiper, 2020/09/09
Re: [PATCH v3 0/9] Cryptodisk fixes for v2.06, Patrick Steinhardt, 2020/09/17
Re: [PATCH v3 0/9] Cryptodisk fixes for v2.06, Glenn Washburn, 2020/09/21