From: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> Turn on CONFIG_PACKING for RHEL Upstream commit dc4305be467a6 makes CONFIG_ICE select PACKING now. As we had it turned off, this creates a mismatch where the kernel will not build with the config we define. We must either turn on CONFIG_PACKING or turn off CONFIG_ICE. Signed-off-by: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PACKING b/redhat/configs/pending-rhel/generic/CONFIG_PACKING deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_PACKING +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PACKING=y diff --git a/redhat/configs/rhel/generic/CONFIG_PACKING b/redhat/configs/rhel/generic/CONFIG_PACKING index blahblah..blahblah 100644 --- a/redhat/configs/rhel/generic/CONFIG_PACKING +++ b/redhat/configs/rhel/generic/CONFIG_PACKING @@ -1 +1 @@ -# CONFIG_PACKING is not set +CONFIG_PACKING=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3725 -- _______________________________________________ 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