Skip to content

[redhat] New configs in kernel/module

CKI ARK Bot requested to merge configs/os-build/2023-11-03/kernel/module into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

Symbol: MODULE_SIG_SHA3_256 [=n] Type : bool Defined at kernel/module/Kconfig:251 Prompt: Sign modules with SHA3-256 Depends on: Location: -> Enable loadable module support (MODULES [=y]) -> Which hash algorithm should modules be signed with? ( [=y]) -> Sign modules with SHA3-256 (MODULE_SIG_SHA3_256 [=n]) Selects: CRYPTO_SHA3 [=y]


Symbol: MODULE_SIG_SHA3_384 [=n] Type : bool Defined at kernel/module/Kconfig:255 Prompt: Sign modules with SHA3-384 Depends on: Location: -> Enable loadable module support (MODULES [=y]) -> Which hash algorithm should modules be signed with? ( [=y]) -> Sign modules with SHA3-384 (MODULE_SIG_SHA3_384 [=n]) Selects: CRYPTO_SHA3 [=y]


Symbol: MODULE_SIG_SHA3_512 [=n] Type : bool Defined at kernel/module/Kconfig:259 Prompt: Sign modules with SHA3-512 Depends on: Location: -> Enable loadable module support (MODULES [=y]) -> Which hash algorithm should modules be signed with? ( [=y]) -> Sign modules with SHA3-512 (MODULE_SIG_SHA3_512 [=n]) Selects: CRYPTO_SHA3 [=y]


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports