diff options
author | Jean-Philippe Brucker <[email protected]> | 2024-04-19 17:07:24 +0100 |
---|---|---|
committer | Christian Borntraeger <[email protected]> | 2024-05-02 09:41:38 +0200 |
commit | 175f2f5bcdfce9e728f1ff956a50f28824d28791 (patch) | |
tree | 99bae9412e3849f89cab362fe0cbd5618dafeebd /fs/xfs/xfs_inode.c | |
parent | 16c20208b9c2fff73015ad4e609072feafbf81ad (diff) |
KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M
KVM allows issuing the KVM_CHECK_EXTENSION ioctl either on the /dev/kvm
fd or the VM fd. In the first case, kvm_vm_ioctl_check_extension() is
called with kvm==NULL. Ensure we don't dereference the pointer in that
case.
Fixes: 40ebdb8e59df ("KVM: s390: Make huge pages unavailable in ucontrol VMs")
Signed-off-by: Jean-Philippe Brucker <[email protected]>
Reviewed-by: Claudio Imbrenda <[email protected]>
Reviewed-by: Christian Borntraeger <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
0 files changed, 0 insertions, 0 deletions