[OS-BUILD PATCH] [redhat] New configs in kernel/module

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>

[redhat] New configs in kernel/module

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: BASIC_MODVERSIONS [=y]
 Type  : bool
 Defined at kernel/module/Kconfig:220
   Prompt: Basic Module Versioning Support
   Depends on: MODULES [=y] && MODVERSIONS [=y]
   Location:
     -> Enable loadable module support (MODULES [=y])
       -> Basic Module Versioning Support (BASIC_MODVERSIONS [=y])

 Commit: e8639b7ef0f8 (modpost: Allow extended modversions without basic MODVERSIONS)

---

 Symbol: EXTENDED_MODVERSIONS [=n]
 Type  : bool
 Defined at kernel/module/Kconfig:210
   Prompt: Extended Module Versioning Support
   Depends on: MODULES [=y] && MODVERSIONS [=y]
   Location:
     -> Enable loadable module support (MODULES [=y])
       -> Extended Module Versioning Support (EXTENDED_MODVERSIONS [=n])
 Selected by [n]:
   - RUST [=n] && HAVE_RUST [=y] && RUST_IS_AVAILABLE [=y] && (!MODVERSIONS [=y] || GENDWARFKSYMS [=n]) && !GCC_PLUGIN_RANDSTRUCT [=n] && !RANDSTRUCT [=n] && (!DEBUG_INFO_BTF [=y] || PAHOLE_HAS_LANG_EXCLUDE [=y]) && (!CFI_CLANG [=n] || HAVE_CFI_ICALL_NORMALIZE_INTEGERS_RUSTC [=y]) && (!CALL_PADDING [=y] || RUSTC_VERSION [=108400]>=108100) && !KASAN_SW_TAGS [=n] && (!MITIGATION_RETHUNK [=y] || !KASAN [=n] || RUSTC_VERSION [=108400]>=108300) && MODVERSIONS [=y]

 Commit: fc7d5e3210ae (modpost: Produce extended MODVERSIONS information)

---

 Symbol: GENDWARFKSYMS [=n]
 Type  : bool
 Defined at kernel/module/Kconfig:188
   Prompt: gendwarfksyms (from debugging information)
   Depends on: MODULES [=y] && MODVERSIONS [=y] && DEBUG_INFO [=y] && !DEBUG_INFO_REDUCED [=n] && !DEBUG_INFO_SPLIT [=n] && !LTO [=n]
   Location:
     -> Enable loadable module support (MODULES [=y])
       -> Module versioning support (MODVERSIONS [=y])
         -> Module versioning implementation (<choice> [=n])
           -> gendwarfksyms (from debugging information) (GENDWARFKSYMS [=n])

 Commit: f28568841ae0 (tools: Add gendwarfksyms)

---

 Symbol: GENKSYMS [=y]
 Type  : bool
 Defined at kernel/module/Kconfig:180
   Prompt: genksyms (from source code)
   Depends on: MODULES [=y] && MODVERSIONS [=y]
   Location:
     -> Enable loadable module support (MODULES [=y])
       -> Module versioning support (MODVERSIONS [=y])
         -> Module versioning implementation (<choice> [=n])
           -> genksyms (from source code) (GENKSYMS [=y])

 Commit: 9c3681f9b9fd (kbuild: Add gendwarfksyms as an alternative to genksyms)

---

Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>

diff --git a/redhat/configs/pending-rhel/generic/CONFIG_BASIC_MODVERSIONS b/redhat/configs/pending-rhel/generic/CONFIG_BASIC_MODVERSIONS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_BASIC_MODVERSIONS
+++ /dev/null
@@ -1,13 +0,0 @@
-# Symbol: BASIC_MODVERSIONS [=y]
-# Type  : bool
-# Defined at kernel/module/Kconfig:220
-#   Prompt: Basic Module Versioning Support
-#   Depends on: MODULES [=y] && MODVERSIONS [=y]
-#   Location:
-#     -> Enable loadable module support (MODULES [=y])
-#       -> Basic Module Versioning Support (BASIC_MODVERSIONS [=y])
-# 
-# 
-# 
-# Commit: e8639b7ef0f8 (modpost: Allow extended modversions without basic MODVERSIONS)
-CONFIG_BASIC_MODVERSIONS=y
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_EXTENDED_MODVERSIONS b/redhat/configs/pending-rhel/generic/CONFIG_EXTENDED_MODVERSIONS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_EXTENDED_MODVERSIONS
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: EXTENDED_MODVERSIONS [=n]
-# Type  : bool
-# Defined at kernel/module/Kconfig:210
-#   Prompt: Extended Module Versioning Support
-#   Depends on: MODULES [=y] && MODVERSIONS [=y]
-#   Location:
-#     -> Enable loadable module support (MODULES [=y])
-#       -> Extended Module Versioning Support (EXTENDED_MODVERSIONS [=n])
-# Selected by [n]:
-#   - RUST [=n] && HAVE_RUST [=y] && RUST_IS_AVAILABLE [=y] && (!MODVERSIONS [=y] || GENDWARFKSYMS [=n]) && !GCC_PLUGIN_RANDSTRUCT [=n] && !RANDSTRUCT [=n] && (!DEBUG_INFO_BTF [=y] || PAHOLE_HAS_LANG_EXCLUDE [=y]) && (!CFI_CLANG [=n] || HAVE_CFI_ICALL_NORMALIZE_INTEGERS_RUSTC [=y]) && (!CALL_PADDING [=y] || RUSTC_VERSION [=108400]>=108100) && !KASAN_SW_TAGS [=n] && (!MITIGATION_RETHUNK [=y] || !KASAN [=n] || RUSTC_VERSION [=108400]>=108300) && MODVERSIONS [=y]
-# 
-# 
-# 
-# Commit: fc7d5e3210ae (modpost: Produce extended MODVERSIONS information)
-# CONFIG_EXTENDED_MODVERSIONS is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_GENDWARFKSYMS b/redhat/configs/pending-rhel/generic/CONFIG_GENDWARFKSYMS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_GENDWARFKSYMS
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: GENDWARFKSYMS [=n]
-# Type  : bool
-# Defined at kernel/module/Kconfig:188
-#   Prompt: gendwarfksyms (from debugging information)
-#   Depends on: MODULES [=y] && MODVERSIONS [=y] && DEBUG_INFO [=y] && !DEBUG_INFO_REDUCED [=n] && !DEBUG_INFO_SPLIT [=n] && !LTO [=n]
-#   Location:
-#     -> Enable loadable module support (MODULES [=y])
-#       -> Module versioning support (MODVERSIONS [=y])
-#         -> Module versioning implementation (<choice> [=n])
-#           -> gendwarfksyms (from debugging information) (GENDWARFKSYMS [=n])
-# 
-# 
-# 
-# Commit: f28568841ae0 (tools: Add gendwarfksyms)
-# CONFIG_GENDWARFKSYMS is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_GENKSYMS b/redhat/configs/pending-rhel/generic/CONFIG_GENKSYMS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_GENKSYMS
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: GENKSYMS [=y]
-# Type  : bool
-# Defined at kernel/module/Kconfig:180
-#   Prompt: genksyms (from source code)
-#   Depends on: MODULES [=y] && MODVERSIONS [=y]
-#   Location:
-#     -> Enable loadable module support (MODULES [=y])
-#       -> Module versioning support (MODVERSIONS [=y])
-#         -> Module versioning implementation (<choice> [=n])
-#           -> genksyms (from source code) (GENKSYMS [=y])
-# 
-# 
-# 
-# Commit: 9c3681f9b9fd (kbuild: Add gendwarfksyms as an alternative to genksyms)
-CONFIG_GENKSYMS=y
diff --git a/redhat/configs/rhel/generic/CONFIG_BASIC_MODVERSIONS b/redhat/configs/rhel/generic/CONFIG_BASIC_MODVERSIONS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_BASIC_MODVERSIONS
@@ -0,0 +1 @@
+CONFIG_BASIC_MODVERSIONS=y
diff --git a/redhat/configs/rhel/generic/CONFIG_EXTENDED_MODVERSIONS b/redhat/configs/rhel/generic/CONFIG_EXTENDED_MODVERSIONS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_EXTENDED_MODVERSIONS
@@ -0,0 +1 @@
+# CONFIG_EXTENDED_MODVERSIONS is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_GENDWARFKSYMS b/redhat/configs/rhel/generic/CONFIG_GENDWARFKSYMS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_GENDWARFKSYMS
@@ -0,0 +1 @@
+# CONFIG_GENDWARFKSYMS is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_GENKSYMS b/redhat/configs/rhel/generic/CONFIG_GENKSYMS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_GENKSYMS
@@ -0,0 +1 @@
+CONFIG_GENKSYMS=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3670

-- 
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/kernel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux