Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jul 2022 06:16:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 264282] BIOS boot from GELI encrypted broken / 'currdev' set to wrong string
Message-ID:  <bug-264282-227-zZzqQ3MmQI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264282-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264282-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264282

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D67f8b6d985dbc85682d6f8b2dd5117068=
c19ca59

commit 67f8b6d985dbc85682d6f8b2dd5117068c19ca59
Author:     Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2022-06-20 06:51:44 +0000
Commit:     Toomas Soome <tsoome@FreeBSD.org>
CommitDate: 2022-07-04 06:14:43 +0000

    loader: GELI encrypted disk should still use device name disk

    geli_probe_and_attach() does pick geli_devsw structure for
    encrypted disks, the implementation depends on device
    name "disk" when device type is DEVT_DISK, but geli_devsw is
    setting name field "gelidisk".

    PR:             264282
    Submitted by:   yamagi@yamagi.org
    Reported by:    yamagi@yamagi.org

    (cherry picked from commit e417249016efcca73c9edad21b94b1315bc44601)

 stand/libsa/geli/gelidev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264282-227-zZzqQ3MmQI>