GHSA-vqgj-mcrm-863fCriticalCVSS 9.3
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix unlikely race...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
KVM: s390: Fix unlikely race in try_get_locked_pte()
Fix an unlikely race in try_get_locked_pte(), which could have happened if puds or pmds get unmapped between the p?dp_get() and p?d_offset() functions.