[Bug 1189033] New: config: re-modularize CRYPTO_{GCM,GHASH,GF128MUL}
https://bugzilla.suse.com/show_bug.cgi?id=1189033 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. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1189033 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1189072 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1189033 https://bugzilla.suse.com/show_bug.cgi?id=1189033#c1 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Jeff Mahoney <jeffm@suse.com> --- commit fa0c28746e352039c9608630ae62d36b9200d462 Author: Jeff Mahoney <jeffm@jeffm.io> Date: Tue Aug 3 16:42:15 2021 -0400 config: re-modularize CRYPTO_{GCM,GHASH,GF128MUL} (bsc#1189033). These modules were selected as built-in due to Kconfig changes between 4.14-rc3 and 5.8-rc1 selecting them if BIG_KEYS was enabled. They can be built as modules again now. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com