From: Fedora Kernel Team <[email protected]>
[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 (<choice> [=n])
-> Arch-optimized, with fallback to slice-by-1
(CRC32_IMPL_ARCH_PLUS_SLICEBY1 [=n])
Commit: d36cebe03c3a (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 (<choice> [=n])
-> Arch-optimized, with fallback to slice-by-8
(CRC32_IMPL_ARCH_PLUS_SLICEBY8 [=y])
Commit: d36cebe03c3a (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 (<choice> [=n])
-> Classic Algorithm (one bit at a time) (CRC32_IMPL_BIT [=n])
Commit: d36cebe03c3a (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 (<choice> [=n])
-> Slice by 1 byte (Sarwate's algorithm) (CRC32_IMPL_SLICEBY1 [=n])
Commit: d36cebe03c3a (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 (<choice> [=n])
-> Slice by 4 bytes (CRC32_IMPL_SLICEBY4 [=n])
Commit: d36cebe03c3a (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 (<choice> [=n])
-> Slice by 8 bytes (CRC32_IMPL_SLICEBY8 [=n])
Commit: d36cebe03c3a (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 (<choice> [=n])
-> Architecture-optimized (CRC_T10DIF_IMPL_ARCH [=y])
Commit: 0961c3bcefa6 (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 (<choice> [=n])
-> Generic implementation (CRC_T10DIF_IMPL_GENERIC [=n])
Commit: 0961c3bcefa6 (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: e9502ea6db8a (lib: packing: add KUnit tests adapted from selftests)
---
Signed-off-by: Fedora Kernel Team <[email protected]>
diff --git
a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY1
b/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY1
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY1
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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 (<choice> [=n])
-# -> Arch-optimized, with fallback to slice-by-1
(CRC32_IMPL_ARCH_PLUS_SLICEBY1 [=n])
-#
-#
-#
-# Commit: d36cebe03c3a (lib/crc32: improve support for arch-specific overrides)
-# CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY1 is not set
diff --git
a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY8
b/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY8
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY8
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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 (<choice> [=n])
-# -> Arch-optimized, with fallback to slice-by-8
(CRC32_IMPL_ARCH_PLUS_SLICEBY8 [=y])
-#
-#
-#
-# Commit: d36cebe03c3a (lib/crc32: improve support for arch-specific overrides)
-CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY8=y
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_BIT
b/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_BIT
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_BIT
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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 (<choice> [=n])
-# -> Classic Algorithm (one bit at a time) (CRC32_IMPL_BIT [=n])
-#
-#
-#
-# Commit: d36cebe03c3a (lib/crc32: improve support for arch-specific overrides)
-# CONFIG_CRC32_IMPL_BIT is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY1
b/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY1
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY1
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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 (<choice> [=n])
-# -> Slice by 1 byte (Sarwate's algorithm) (CRC32_IMPL_SLICEBY1 [=n])
-#
-#
-#
-# Commit: d36cebe03c3a (lib/crc32: improve support for arch-specific overrides)
-# CONFIG_CRC32_IMPL_SLICEBY1 is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY4
b/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY4
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY4
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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 (<choice> [=n])
-# -> Slice by 4 bytes (CRC32_IMPL_SLICEBY4 [=n])
-#
-#
-#
-# Commit: d36cebe03c3a (lib/crc32: improve support for arch-specific overrides)
-# CONFIG_CRC32_IMPL_SLICEBY4 is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY8
b/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY8
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRC32_IMPL_SLICEBY8
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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 (<choice> [=n])
-# -> Slice by 8 bytes (CRC32_IMPL_SLICEBY8 [=n])
-#
-#
-#
-# Commit: d36cebe03c3a (lib/crc32: improve support for arch-specific overrides)
-# CONFIG_CRC32_IMPL_SLICEBY8 is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CRC_T10DIF_IMPL_ARCH
b/redhat/configs/pending-rhel/generic/CONFIG_CRC_T10DIF_IMPL_ARCH
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRC_T10DIF_IMPL_ARCH
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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 (<choice> [=n])
-# -> Architecture-optimized (CRC_T10DIF_IMPL_ARCH [=y])
-#
-#
-#
-# Commit: 0961c3bcefa6 (lib/crc-t10dif: add support for arch overrides)
-CONFIG_CRC_T10DIF_IMPL_ARCH=y
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CRC_T10DIF_IMPL_GENERIC
b/redhat/configs/pending-rhel/generic/CONFIG_CRC_T10DIF_IMPL_GENERIC
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRC_T10DIF_IMPL_GENERIC
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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 (<choice> [=n])
-# -> Generic implementation (CRC_T10DIF_IMPL_GENERIC [=n])
-#
-#
-#
-# Commit: 0961c3bcefa6 (lib/crc-t10dif: add support for arch overrides)
-# CONFIG_CRC_T10DIF_IMPL_GENERIC is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PACKING_KUNIT_TEST
b/redhat/configs/pending-rhel/generic/CONFIG_PACKING_KUNIT_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_PACKING_KUNIT_TEST
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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: e9502ea6db8a (lib: packing: add KUnit tests adapted from selftests)
-CONFIG_PACKING_KUNIT_TEST=m
diff --git a/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY1
b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY1
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY1
@@ -0,0 +1 @@
+# CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY1 is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY8
b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY8
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY8
@@ -0,0 +1 @@
+CONFIG_CRC32_IMPL_ARCH_PLUS_SLICEBY8=y
diff --git a/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_BIT
b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_BIT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_BIT
@@ -0,0 +1 @@
+# CONFIG_CRC32_IMPL_BIT is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY1
b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY1
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY1
@@ -0,0 +1 @@
+# CONFIG_CRC32_IMPL_SLICEBY1 is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY4
b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY4
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY4
@@ -0,0 +1 @@
+# CONFIG_CRC32_IMPL_SLICEBY4 is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY8
b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY8
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRC32_IMPL_SLICEBY8
@@ -0,0 +1 @@
+# CONFIG_CRC32_IMPL_SLICEBY8 is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CRC_T10DIF_IMPL_ARCH
b/redhat/configs/rhel/generic/CONFIG_CRC_T10DIF_IMPL_ARCH
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRC_T10DIF_IMPL_ARCH
@@ -0,0 +1 @@
+CONFIG_CRC_T10DIF_IMPL_ARCH=y
diff --git a/redhat/configs/rhel/generic/CONFIG_CRC_T10DIF_IMPL_GENERIC
b/redhat/configs/rhel/generic/CONFIG_CRC_T10DIF_IMPL_GENERIC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRC_T10DIF_IMPL_GENERIC
@@ -0,0 +1 @@
+# CONFIG_CRC_T10DIF_IMPL_GENERIC is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_PACKING_KUNIT_TEST
b/redhat/configs/rhel/generic/CONFIG_PACKING_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_PACKING_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_PACKING_KUNIT_TEST=m
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3632
--
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue