Cuju-ft/Cuju

Destroy related dirty bitmaps

coldfunction opened this issue · 2 comments

In KVM module, the related dirty bitmaps should be released include epoch_dirty_bitmaps. Although in the commit b48e0b7 temporarily fix the issue of the kernel panic due to the destruction of related epoch_dirty_bitmaps, just ignore and doesn't really release them.

Fixed: 2cb55b2

This part is not the root cause of memory leak problem
the root cause is that e64a658