From: Thomas Huth on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3720
s390x gained support for virtio-mem recently, see the ticket https://issues.redhat.com/browse/RHEL-65048 for details (and ticket RHEL-72992 for the downstream RHEL request). So we want to enable CONFIG_VIRTIO_MEM now for all platforms that support it, i.e. move the setting to the generic common folder (just keep it disabled in the s390x zfcpdump kernel since that should be kept as small as possible and likely does not need memory hot-plugging. For CONFIG_VIRTIO_MEM, we also need CONFIG_STRICT_DEVMEM on s390x, so this is adjusted in the second patch. Signed-off-by: Thomas Huth <[email protected]> --- redhat/configs/rhel/generic/s390x/CONFIG_VIRTIO_MEM => redhat/configs/common/generic/s390x/zfcpdump/CONFIG_VIRTIO_MEM | 0 redhat/configs/common/generic/x86/CONFIG_VIRTIO_MEM | 1 - redhat/configs/common/generic/arm/aarch64/CONFIG_VIRTIO_MEM => redhat/configs/common/generic/CONFIG_VIRTIO_MEM | 0 redhat/configs/fedora/generic/arm/aarch64/CONFIG_STRICT_DEVMEM | 1 - redhat/configs/fedora/generic/riscv/riscv64/CONFIG_STRICT_DEVMEM | 1 - redhat/configs/fedora/generic/CONFIG_VIRTIO_MEM | 1 - redhat/configs/rhel/debug/s390x/CONFIG_STRICT_DEVMEM | 1 - 7 files changed, 0 insertions(+), 5 deletions(-) -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
