CVE-2023-53545
Summary: CVE-2023-53545 is a Linux kernel AMDGPU VM management issue. The root cause was improper handling of VM bo_va unmapping/removal: the Root PD BO was not reserved before unmapping/removing a bo_va from the VM, which could trigger a lockdep warning. The patch adds a guard by ensuring fpriv-...