From: Waiman Long longman@redhat.com
redhat/configs: Move ark/generic/s390x/CONFIG_ZSMALLOC to common/generic
Commit 3f72c8eb03cb ("Fix up ZSMALLOC config for s390") added s390x specific CONFIG_ZSMALLOC to resolve config generation problem due to upcommit commit b3fbd58fcbb1 ("mm: Kconfig: simplify zswap configuration"). As this commit is being backported to centos-stream-9 with similar config changes into the common/generic directory. It makes sense to move the ark/generic config files to common/generic too.
Signed-off-by: Waiman Long longman@redhat.com
diff --git a/redhat/configs/ark/generic/s390x/CONFIG_ZSMALLOC b/redhat/configs/common/generic/s390x/CONFIG_ZSMALLOC rename from redhat/configs/ark/generic/s390x/CONFIG_ZSMALLOC rename to redhat/configs/common/generic/s390x/CONFIG_ZSMALLOC index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/s390x/CONFIG_ZSMALLOC +++ b/redhat/configs/common/generic/s390x/CONFIG_ZSMALLOC diff --git a/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_ZSMALLOC rename from redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC rename to redhat/configs/common/generic/s390x/zfcpdump/CONFIG_ZSMALLOC index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_ZSMALLOC +++ b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_ZSMALLOC
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2127