From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-2.mimecast.com ([205.139.110.61]:60842 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726056AbgDWMNx (ORCPT ); Thu, 23 Apr 2020 08:13:53 -0400 Date: Thu, 23 Apr 2020 14:13:38 +0200 From: Cornelia Huck Subject: Re: [PATCH v1 1/1] s390/protvirt: fix compilation issue Message-ID: <20200423141338.15ee2edc.cohuck@redhat.com> In-Reply-To: <20200423120114.2027410-1-imbrenda@linux.ibm.com> References: <20200423120114.2027410-1-imbrenda@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-s390-owner@vger.kernel.org List-ID: To: Claudio Imbrenda Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, borntraeger@de.ibm.com, frankja@linux.ibm.com, gor@linux.ibm.com, david@redhat.com, kbuild test robot , Philipp Rudo On Thu, 23 Apr 2020 14:01:14 +0200 Claudio Imbrenda wrote: > The kernel fails to compile with CONFIG_PROTECTED_VIRTUALIZATION_GUEST > set but CONFIG_KVM unset. > > This patch fixes the issue by making the needed variable always available. > > Fixes: a0f60f8431999bf5 ("s390/protvirt: Add sysfs firmware interface for Ultravisor information") > Reported-by: kbuild test robot > Reported-by: Philipp Rudo > Suggested-by: Philipp Rudo > CC: Vasily Gorbik > Signed-off-by: Claudio Imbrenda > --- > arch/s390/boot/uv.c | 2 -- > arch/s390/kernel/uv.c | 3 ++- > 2 files changed, 2 insertions(+), 3 deletions(-) > Reviewed-by: Cornelia Huck