In the Linux kernel, the following vulnerability has been resolved: dm integrity: Fix UAF in dmintegritydtr() Dmintegrity also has the same UAF problem when dmresume() and dmdestroy() are concurrent. Therefore, cancelling timer again in dmintegrity_dtr().