2020-04-23 14:04:00

by Cornelia Huck

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] s390/protvirt: fix compilation issue

On Thu, 23 Apr 2020 14:01:14 +0200
Claudio Imbrenda <[email protected]> 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 <[email protected]>
> Reported-by: Philipp Rudo <[email protected]>
> Suggested-by: Philipp Rudo <[email protected]>
> CC: Vasily Gorbik <[email protected]>
> Signed-off-by: Claudio Imbrenda <[email protected]>
> ---
> arch/s390/boot/uv.c | 2 --
> arch/s390/kernel/uv.c | 3 ++-
> 2 files changed, 2 insertions(+), 3 deletions(-)
>

Reviewed-by: Cornelia Huck <[email protected]>