[Bug 247482] loader: GELI writes are not yet implemented

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 08 Oct 2021 16:10:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247482

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=1f152c027551e887d150ea837afc06cec3fe5fcf

commit 1f152c027551e887d150ea837afc06cec3fe5fcf
Author:     Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2020-07-11 06:51:42 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-10-08 08:11:27 +0000

    loader: implement GELI writes

    Bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247482

    This patch is based on initial work from allanjude.

    PR:             247482

    (cherry picked from commit de776da3239ee3edc5f77bd0e48d0bb15262024b)

 stand/i386/gptboot/gptboot.c         |  2 +-
 stand/libsa/geli/geliboot.c          |  8 ++--
 stand/libsa/geli/geliboot.h          | 10 ++++-
 stand/libsa/geli/geliboot_crypto.c   | 33 +++++++++-------
 stand/libsa/geli/geliboot_internal.h |  4 +-
 stand/libsa/geli/gelidev.c           | 75 ++++++++++++++++++++++++------------
 6 files changed, 86 insertions(+), 46 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.