Bug ID | 1189033 |
---|---|
Summary | config: re-modularize CRYPTO_{GCM,GHASH,GF128MUL} |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Kernel |
Assignee | jeffm@suse.com |
Reporter | jeffm@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
These modules were set as built-in as a result of a Kconfig change that forced them rather than an explicit choice. In 4.14-rc3: BIG_KEYS [=y] && KEYS [=y] && TMPFS [=y] - BIG_KEYS=y selected CRYPTO_GCM=y - CRYPTO_GHASH=y selected by CRYPTO_GCM=y - CONFIG_CRYPTO_GF128MUL=y selected by CRYPTO_GHASH=y A rework in 5.8-rc1 removed that select so that CRYPTO_GCM can be a module. Once CRYPTO_GCM is a module again, the others can as well.