freebsd-dev/sys/geom/part
Kyle Evans 74d6c131cb Annotate geom modules with MODULE_VERSION
GEOM ELI may double ask the password during boot. Once at loader time, and
once at init time.

This happens due a module loading bug. By default GEOM ELI caches the
password in the kernel, but without the MODULE_VERSION annotation, the
kernel loads over the kernel module, even if the GEOM ELI was compiled into
the kernel. In this case, the newly loaded module
purges/invalidates/overwrites the GEOM ELI's password cache, which causes
the double asking.

MFC Note: There's a pc98 component to the original submission that is
omitted here due to pc98 removal in head. This part will need to be revived
upon MFC.

Reviewed by:	imp
Submitted by:	op
Obtained from:	opBSD
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D14992
2018-04-10 19:18:16 +00:00
..
g_part_apm.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_bsd64.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_bsd.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_ebr.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_gpt.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_if.m sys/geom: spelling fixes in comments. 2016-04-29 20:56:58 +00:00
g_part_ldm.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_mbr.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_vtoc8.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part.c gpart: append partition name to the underlying provider's physical path 2018-02-14 20:26:09 +00:00
g_part.h Add GUID and alias for Apple APFS partition 2018-02-11 06:57:20 +00:00