From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Mueller Subject: Re: [PATCH v5 01/15] KVM: s390: unregister debug feature on failing arch init Date: Thu, 20 Dec 2018 08:49:32 +0100 Message-ID: <4ce0210a-e054-16e6-3089-278ecb3ef5ea@linux.ibm.com> References: <20181219191756.57973-1-mimu@linux.ibm.com> <20181219191756.57973-2-mimu@linux.ibm.com> <20181219210934.2f370eb7.cohuck@redhat.com> Reply-To: mimu@linux.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM Mailing List , Linux-S390 Mailing List , linux-kernel@vger.kernel.org, Martin Schwidefsky , Heiko Carstens , Christian Borntraeger , Janosch Frank , David Hildenbrand , Halil Pasic , Pierre Morel To: Cornelia Huck Return-path: In-Reply-To: <20181219210934.2f370eb7.cohuck@redhat.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 19.12.18 21:10, Cornelia Huck wrote: > On Wed, 19 Dec 2018 20:17:42 +0100 > Michael Mueller wrote: > >> Make sure the debug feature and its allocated resources get >> released upon unsuccessful architecture initialization. >> >> A related indication of the issue will be reported as kernel >> message. >> >> Signed-off-by: Michael Mueller >> Reviewed-by: Cornelia Huck >> Reviewed-by: Pierre Morel >> Reviewed-by: David Hildenbrand >> Message-Id: <20181130143215.69496-2-mimu@linux.ibm.com> >> Signed-off-by: Christian Borntraeger >> --- >> Documentation/kmsg/s390/kvm | 12 ++++++++++++ >> arch/s390/kvm/kvm-s390.c | 17 ++++++++++++++--- >> 2 files changed, 26 insertions(+), 3 deletions(-) >> create mode 100644 Documentation/kmsg/s390/kvm >> >> diff --git a/Documentation/kmsg/s390/kvm b/Documentation/kmsg/s390/kvm >> new file mode 100644 >> index 000000000000..76ffe2012254 >> --- /dev/null >> +++ b/Documentation/kmsg/s390/kvm >> @@ -0,0 +1,12 @@ >> +/*? >> + * Text: "Failed to register FLIC rc=%d\n" >> + * Severity: Error >> + * Parameter: >> + * @1: return code of the FLIC registration call >> + * Description: >> + * The registration of the FLIC (Floating Interrupt Controller Interface) >> + * was not successful. >> + * User action: >> + * If this problem persists after a reload of the kvm kernel module, gather >> + * Linux debug data and contact your support organization. >> + */ > > Hm, it seems that the kmsg stuff crept in there again... > picked from wrong branch, sorry...