Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kmemleak: Only scan non-zero-size areas
Kmemleak should only track valid scan areas with a non-zero size. Otherwise, such area may reside just at the end of an object and kmemleak would report "Adding scan area to unknown object". Signed-off-by: Tiejun Chen <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
- Loading branch information