+9
−0
+10
−1
Loading
If shadowing causes the shadow gmap to get unshadowed, exit early to prevent an attempt to dereference the parent pointer, which at this point is NULL. Opportunistically add some more checks to prevent NULL parents. Fixes: a2c17f92 ("KVM: s390: New gmap code") Fixes: e5f98a68 ("KVM: s390: Add some helper functions needed for vSIE") Fixes: e38c884d ("KVM: s390: Switch to new gmap") Signed-off-by:Claudio Imbrenda <imbrenda@linux.ibm.com>