From: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> Turn CONFIG_DEVMEM back on for aarch64 We have ended up with a config mismatch for the RHEL configs in a way that was unclear and untracked. CONFIG_STRICT_DEVMEM is enabled in configs/common/generic, but CONFIG_DEVMEM was disabled for aarc64 in RHEL (though not in Fedora). This creates a mismatch situation where the configs do not get generated in the way they are set. Our options are to either turn on CONFIG_DEVMEM as I have here, or turn off CONFIG_STRICT_DEVMEM for aarch64. I went with the former, but I am happy to change this if needed, we just need the configs coherent. Signed-off-by: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> diff --git a/redhat/configs/ark/debug/arm/aarch64/CONFIG_DEVMEM b/redhat/configs/ark/debug/arm/aarch64/CONFIG_DEVMEM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/ark/debug/arm/aarch64/CONFIG_DEVMEM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_DEVMEM=y diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_DEVMEM b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DEVMEM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_DEVMEM +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_DEVMEM is not set diff --git a/redhat/configs/pending-common/generic/arm/aarch64/CONFIG_DEVMEM b/redhat/configs/pending-common/generic/arm/aarch64/CONFIG_DEVMEM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-common/generic/arm/aarch64/CONFIG_DEVMEM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_DEVMEM=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1408 _______________________________________________ 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 on the list, report it: https://pagure.io/fedora-infrastructure