]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(90kernel-modules): install generic crypto modules with hostonly unset
authorOndrej Mosnacek <omosnace@redhat.com>
Fri, 4 Dec 2020 16:21:05 +0000 (17:21 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 21 Jan 2021 11:20:22 +0000 (12:20 +0100)
commit951c6655f1726634926c0dd5343b6cfe82e29b33
treef9c06cb9da49755f93fb82ffc2b2a16dcd399162
parenta47c3f50b62a10ad98f267302da11ea7881a1fa8
fix(90kernel-modules): install generic crypto modules with hostonly unset

Otherwise e.g. the xts(aes) implementation provided by the vmx_crypto
module (which does usually get included on ppc64le) fails to initialize
when xts is built as a module (CONFIG_CRYPTO_XTS=m), because it can't
instantiate the fallback generic xts(aes) implementation (needs the
generic xts module).

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
modules.d/90kernel-modules/module-setup.sh