[Bug 264282] BIOS boot from GELI encrypted broken / 'currdev' set to wrong string
Date: Mon, 20 Jun 2022 07:11:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264282 --- Comment #9 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e417249016efcca73c9edad21b94b1315bc44601 commit e417249016efcca73c9edad21b94b1315bc44601 Author: Toomas Soome <tsoome@FreeBSD.org> AuthorDate: 2022-06-20 06:51:44 +0000 Commit: Toomas Soome <tsoome@FreeBSD.org> CommitDate: 2022-06-20 07:10:14 +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 MFC after: 2 weeks stand/libsa/geli/gelidev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.