[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1251956140-5499-1-git-send-email-lrodriguez@atheros.com>
Date: Thu, 3 Sep 2009 01:35:35 -0400
From: "Luis R. Rodriguez" <lrodriguez@...eros.com>
To: catalin.marinas@....com, torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, penberg@...helsinki.fi,
mcgrof@...il.com, "Luis R. Rodriguez" <lrodriguez@...eros.com>
Subject: [PATCH v2 0/5] kmemleak: few small cleanups and clear command support
This is my second revision, now tested. Does the job I was looking for.
I fixed two issues from my previous untested revision, I removed the scan
lock, and also fixed the strncmp() count.
My kmemleak output was too polluted to do on the fly debugging, adding
a clear command lets you test the sections you want when you want with
a cleared fresh list of kmemleak objects.
Still not sure who this goes through so sending this to Linus.
Luis R. Rodriguez (5):
kmemleak: use bool for true/false questions
kmemleak: add clear command support
kmemleak: move common painting code together
kmemleak: fix sparse warning over overshadowed flags
kmemleak: fix sparse warning for static declarations
Documentation/kmemleak.txt | 17 ++++++++++
mm/kmemleak.c | 72 ++++++++++++++++++++++++++++++-------------
2 files changed, 67 insertions(+), 22 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists