[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: |
Tue, 8 Sep 2020 15:28:03 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
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
[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
- Re: [PATCH v3 6/9] cryptodisk: Unregister cryptomount command when removing module,
Daniel Kiper <=
[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