Re: [PATCH v2 0/3] kmemleak: Fix false positive with special scan

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Catalin Marinas
Date: Wednesday, June 2, 2010 - 7:12 am

On Wed, 2010-06-02 at 12:34 +0100, Hiroshi DOYU wrote:

We could use a different tree with a "struct kmemleak_alias" structure
which is much smaller. Something like below:

struct kmemleak_alias {
	struct list_head alias_list;
	struct prio_tree_node tree_node;
	struct kmemleak_object *object;
}

And an alias_list member would be added to kmemleak_object as well.

Would the alias tree need to allow overlapping? Like different IOMMU
mappings with the same address (but pointing to different physical
memory).

-- 
Catalin

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH v2 2/3] kmemleak: Add special scan test case, Hiroshi DOYU, (Tue Jun 1, 3:25 am)
Re: [PATCH v2 0/3] kmemleak: Fix false positive with speci ..., Catalin Marinas, (Wed Jun 2, 7:12 am)
[RFC][PATCH 0/1] kmemleak: Fix false positive with alias, Hiroshi DOYU, (Thu Jun 17, 11:04 pm)
[PATCH 1/1] kmemleak: Fix false positive with alias, Hiroshi DOYU, (Thu Jun 17, 11:04 pm)
Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias, Catalin Marinas, (Mon Jun 28, 7:46 am)
Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias, Paul E. McKenney, (Mon Aug 30, 1:30 pm)
Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias, Catalin Marinas, (Fri Sep 17, 6:14 am)
Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias, Catalin Marinas, (Fri Sep 17, 9:18 am)