[redhat] New configs in lib/Kconfig

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: CRC32_IMPL_ARCH_PLUS_SLICEBY1 [=n] Type : bool Defined at lib/Kconfig:245 Prompt: Arch-optimized, with fallback to slice-by-1 Depends on: CRC32 [=y] Visible if: CRC32 [=y] && ARCH_HAS_CRC32 [=y] Location: -> Library routines -> CRC32 implementation ( [=n]) -> Arch-optimized, with fallback to slice-by-1 (CRC32_IMPL_ARCH_PLUS_SLICEBY1 [=n])

Commit: d36cebe0 (lib/crc32: improve support for arch-specific overrides)


Symbol: CRC32_IMPL_ARCH_PLUS_SLICEBY8 [=y] Type : bool Defined at lib/Kconfig:236 Prompt: Arch-optimized, with fallback to slice-by-8 Depends on: CRC32 [=y] Visible if: CRC32 [=y] && ARCH_HAS_CRC32 [=y] Location: -> Library routines -> CRC32 implementation ( [=n]) -> Arch-optimized, with fallback to slice-by-8 (CRC32_IMPL_ARCH_PLUS_SLICEBY8 [=y])

Commit: d36cebe0 (lib/crc32: improve support for arch-specific overrides)


Symbol: CRC32_IMPL_BIT [=n] Type : bool Defined at lib/Kconfig:278 Prompt: Classic Algorithm (one bit at a time) Depends on: CRC32 [=y] Location: -> Library routines -> CRC32 implementation ( [=n]) -> Classic Algorithm (one bit at a time) (CRC32_IMPL_BIT [=n])

Commit: d36cebe0 (lib/crc32: improve support for arch-specific overrides)


Symbol: CRC32_IMPL_SLICEBY1 [=n] Type : bool Defined at lib/Kconfig:270 Prompt: Slice by 1 byte (Sarwate's algorithm) Depends on: CRC32 [=y] Location: -> Library routines -> CRC32 implementation ( [=n]) -> Slice by 1 byte (Sarwate's algorithm) (CRC32_IMPL_SLICEBY1 [=n])

Commit: d36cebe0 (lib/crc32: improve support for arch-specific overrides)


Symbol: CRC32_IMPL_SLICEBY4 [=n] Type : bool Defined at lib/Kconfig:261 Prompt: Slice by 4 bytes Depends on: CRC32 [=y] Location: -> Library routines -> CRC32 implementation ( [=n]) -> Slice by 4 bytes (CRC32_IMPL_SLICEBY4 [=n])

Commit: d36cebe0 (lib/crc32: improve support for arch-specific overrides)


Symbol: CRC32_IMPL_SLICEBY8 [=n] Type : bool Defined at lib/Kconfig:251 Prompt: Slice by 8 bytes Depends on: CRC32 [=y] Location: -> Library routines -> CRC32 implementation ( [=n]) -> Slice by 8 bytes (CRC32_IMPL_SLICEBY8 [=n])

Commit: d36cebe0 (lib/crc32: improve support for arch-specific overrides)


Symbol: CRC_T10DIF_IMPL_ARCH [=y] Type : bool Defined at lib/Kconfig:176 Prompt: Architecture-optimized Depends on: CRC_T10DIF [=y] Visible if: CRC_T10DIF [=y] && ARCH_HAS_CRC_T10DIF [=y] Location: -> Library routines -> CRC-T10DIF implementation ( [=n]) -> Architecture-optimized (CRC_T10DIF_IMPL_ARCH [=y])

Commit: 0961c3bc (lib/crc-t10dif: add support for arch overrides)


Symbol: CRC_T10DIF_IMPL_GENERIC [=n] Type : bool Defined at lib/Kconfig:183 Prompt: Generic implementation Depends on: CRC_T10DIF [=y] Location: -> Library routines -> CRC-T10DIF implementation ( [=n]) -> Generic implementation (CRC_T10DIF_IMPL_GENERIC [=n])

Commit: 0961c3bc (lib/crc-t10dif: add support for arch overrides)


Symbol: PACKING_KUNIT_TEST [=m] Type : tristate Defined at lib/Kconfig:43 Prompt: KUnit tests for packing library Depends on: PACKING [=y] && KUNIT [=m] Visible if: PACKING [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m] Location: -> Library routines -> Generic bitfield packing and unpacking (PACKING [=y]) -> KUnit tests for packing library (PACKING_KUNIT_TEST [=m])

Commit: e9502ea6 (lib: packing: add KUnit tests adapted from selftests)


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

Merge request reports

Loading