HomeFreeBSD

MFC r332387: Annotate geom modules with MODULE_VERSION

Description

MFC r332387: 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.

This MFC commit differs slightly from head, due to pc98 removal. These
changes were trivial and should be obvious.

Details

Provenance
kevansAuthored on
Parents
rS332639: MFC r332390: make-memstick.sh: put partition args on separate lines
Branches
Unknown
Tags
Unknown