2 matches found
Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992473)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992473 advisory. In the Linux kernel, the following vulnerability has been resolved: md: call mdstopwrites in mdstop From the link 1, we can see raid1d was running even after the pat...
CVE-2022-49987
In the Linux kernel, the following vulnerability has been resolved: md: call mdstopwrites in mdstop From the link 1, we can see raid1d was running even after the path raiddtr - mdstop - mdstop. Let's stop write first in destructor to align with normal md-raid to fix the KASAN issue. 1...