]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
authorChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 5 Dec 2019 12:40:43 +0000 (07:40 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Feb 2020 07:36:31 +0000 (08:36 +0100)
commit3aa694d0e11203119bb8f0dbce547929440e9b18
tree94cdddfb6b3abb7ccc4d8493dba6ff3b7ead731a
parent25cbba5d4e143232608c6f80a49c36af231692ca
KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups

[ Upstream commit c611990844c28c61ca4b35ff69d3a2ae95ccd486 ]

There is no ENOTSUPP for userspace.

Reported-by: Julian Wiedmann <jwi@linux.ibm.com>
Fixes: 519783935451 ("KVM: s390: introduce ais mode modify function")
Fixes: 2c1a48f2e5ed ("KVM: S390: add new group for flic")
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/s390/kvm/interrupt.c