lkml.org 
[lkml]   [2006]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2.6.17-rc6 7/9] Remove some of the kmemleak false positives

* Jeremy Fitzhardinge <jeremy@goop.org> wrote:

> This seems pretty over-engineered. I wouldn't go this far unless
> you're actually seeing performance/correctness problems, and a simple
> with/without pointers flag isn't enough. It also doesn't address the
> most troublesome source of false pointers: stacks. There is all sorts
> of junk lying around on stacks, and you can have an old dead pointer
> sitting there pinning old dead memory for a long time.

in an earlier thread i suggested to not scan kernel stacks at all, but
to delay the registration of new blocks to return-from-syscall time (via
having a per-task list of newly allocated but not yet registered
blocks). That way we dont get false positives for stuff that is on the
kernel stack temporarily and then freed, and we correctly register newly
allocated blocks as well.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-06-14 14:07    [W:0.102 / U:1.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site