Re: [PATCH v2] s390/kvm: avoid hypfs error message

From: Heiko Carstens
Date: Mon Jun 20 2022 - 05:48:07 EST


On Mon, Jun 20, 2022 at 11:45:34AM +0200, Juergen Gross wrote:
> When booting under KVM the following error messages are issued:
>
> hypfs.7f5705: The hardware system does not support hypfs
> hypfs.7a79f0: Initialization of hypfs failed with rc=-61
>
> Demote the severity of first message from "error" to "info" and issue
> the second message only in other error cases.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> ---
> V2:
> - don't bail out if KVM, but avoid error messages instead (Christian
> Borntraeger)
> ---
> arch/s390/hypfs/hypfs_diag.c | 2 +-
> arch/s390/hypfs/inode.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>