From: Justin M. Forbes <jfor...@fedoraproject.org>

Fix up ZSMALLOC config for s390

Due to some dependency changes upstream, ZSMALLOC was causing a config
mismatch on s390.  It is set to =y in common for all arches, but the
only listed consumer used to be ZSWAP, which was disabled on s390. Now,
it is selected by ZRAM which is built as a module everywhere except for
s390 zfcpdump, where modules are not supported, so it is built in.  As
ZSWAP is not enabled on s390 at all, it seemed the best course to fix
the mismatch was to make ZSMALLOC match the config for ZRAM on s390.

Signed-off-by: Justin M. Forbes <jfor...@fedoraproject.org>

diff --git a/redhat/configs/pending-ark/generic/s390x/CONFIG_ZSMALLOC 
b/redhat/configs/ark/generic/s390x/CONFIG_ZSMALLOC
rename from redhat/configs/pending-ark/generic/s390x/CONFIG_ZSMALLOC
rename to redhat/configs/ark/generic/s390x/CONFIG_ZSMALLOC
index blahblah..blahblah 100644
--- a/redhat/configs/pending-ark/generic/s390x/CONFIG_ZSMALLOC
+++ b/redhat/configs/ark/generic/s390x/CONFIG_ZSMALLOC
diff --git a/redhat/configs/pending-ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC 
b/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC
rename from redhat/configs/pending-ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC
rename to redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC
index blahblah..blahblah 100644
--- a/redhat/configs/pending-ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC
+++ b/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1830
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to