From 0e8d1900c9b9835101feee63a78fde51d81fe641 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Thu, 24 Jan 2019 19:26:50 +0100 Subject: [PATCH] kmodtool: add "zfcpdump" to the list of known kernel variants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In RHEL 9, there's a s390x-specific "zfcpdump" kernel variant (which replaces previous "kdump¨ variant). Add it to the list of the known kernel variants. * kmodtool (knownvariants): Add "zfcpdump". Resolves: #2002887 Signed-off-by: Eugene Syromiatnikov --- kmodtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmodtool b/kmodtool index 10cf3b9..828d411 100755 --- a/kmodtool +++ b/kmodtool @@ -43,7 +43,7 @@ shopt -s extglob myprog="kmodtool" myver="0.10.10_kmp2" -knownvariants=@(debug|kdump) +knownvariants=@(debug|kdump|zfcpdump) kmod_name= kver= verrel=