Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934264AbZIEAoy (ORCPT ); Fri, 4 Sep 2009 20:44:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933858AbZIEAox (ORCPT ); Fri, 4 Sep 2009 20:44:53 -0400 Received: from mail.atheros.com ([12.36.123.2]:31872 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933828AbZIEAox (ORCPT ); Fri, 4 Sep 2009 20:44:53 -0400 From: "Luis R. Rodriguez" To: CC: , , , , "Luis R. Rodriguez" Subject: [PATCH v3 0/5] kmemleak: few small cleanups and clear command support Date: Fri, 4 Sep 2009 17:44:49 -0700 Message-ID: <1252111494-7593-1-git-send-email-lrodriguez@atheros.com> X-Mailer: git-send-email 1.6.3.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1900 Lines: 46 Here is my third respin, this time rebased ontop of: git://linux-arm.org/linux-2.6 kmemleak As suggested by Catalin we now clear the list by only painting reported unreferenced objects and the color we use is grey to ensure future scans are possible on these same objects to account for new allocations in the future referenced on the cleared objects. Patch 3 is now a little different, now with a paint_ptr() and a __paint_it() helper. I tested this by clearing kmemleak after bootup, then writing my own buggy module which kmalloc()'d onto some internal pointer, scanned, unloaded, and scanned again and then saw a new shiny report come up: unreferenced object 0xffff88003ad70920 (size 16): comm "insmod", pid 7449, jiffies 4296458482 hex dump (first 16 bytes): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: [] kmemleak_alloc+0x25/0x60 [] kmem_cache_alloc+0x14b/0x1c0 [] 0xffffffffa000a07f [] do_one_initcall+0x37/0x1a0 [] sys_init_module+0xd9/0x230 [] system_call_fastpath+0x16/0x1b [] 0xffffffffffffffff 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 | 30 +++++++++++ mm/kmemleak.c | 116 ++++++++++++++++++++++++++++++-------------- 2 files changed, 109 insertions(+), 37 deletions(-) -- 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/