You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Last week I was helping a user of UKSM that was having failures of swiotbl entries. To see if it would help, he turned on kmemleak. Immediately, we got a lot of entries with the following back-trace:
These point to the alllocation of rmap_item in scan_vma_one_page(). When I first analyzed the code, I thought I saw where this memory was being freed, but I cannot repeat the analysis. I do not see any increase in memory usage with UKMS installed, thus I believe that these are false positive results from kmemleak. If that is true, kmemleak can be silenced with the attached patch: