From: David Hildenbrand <david@xxxxxxxxxx> redhat/configs: Enable CONFIG_DEVICE_PRIVATE on aarch64 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2231407 Peter Robinson reported that the default of CONFIG_DEVICE_PRIVATE would have been "y": With common/generic/CONFIG_HSA_AMD_SVM=y (that depends on CONFIG_DEVICE_PRIVATE -- which ends up depending on CONFIG_ZONE_DEVICE) and rhel/generic/CONFIG_ZONE_DEVICE=y (that depends on CONFIG_MEMORY_HOTREMOVE), it would turn CONFIG_DEVICE_PRIVATE on as default. However, when enabling CONFIG_MEMORY_HOTREMOVE to work around the error: Found unset config items, please set them to an appropriate value CONFIG_DEVICE_PRIVATE=n" We ended up setting "# CONFIG_DEVICE_PRIVATE is not set" instead, which was the wrong fix for the error. Let's fix that by setting "CONFIG_DEVICE_PRIVATE=y" instead. Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_DEVICE_PRIVATE b/redhat/configs/common/generic/arm/aarch64/CONFIG_DEVICE_PRIVATE index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/arm/aarch64/CONFIG_DEVICE_PRIVATE +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_DEVICE_PRIVATE @@ -1 +1 @@ -# CONFIG_DEVICE_PRIVATE is not set +CONFIG_DEVICE_PRIVATE=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2639 _______________________________________________ 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