Skip to content

Fix `Make dist-srpm` issue with CONFIG_VDPA

Nico Pache requested to merge npache/kernel-ark:vdpa-fix into os-build

when building SRPMS the following mismatch is reported

Processing ./redhat/configs/kernel-s390x-zfcpdump-rhel.config ... Error: Mismatches found in configuration files Found CONFIG_VDPA=y after generation, had CONFIG_VDPA=m in Source tree

This Commit sets CONFIG_VDPA=y on zfcpdump s390x

Merge request reports