From patchwork Tue Jun 22 08:46:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sankar P X-Patchwork-Id: 107354 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o5M8lNXm027996 for ; Tue, 22 Jun 2010 08:47:23 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754098Ab0FVIrW (ORCPT ); Tue, 22 Jun 2010 04:47:22 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:6500 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753938Ab0FVIrV (ORCPT ); Tue, 22 Jun 2010 04:47:21 -0400 Received: by fg-out-1718.google.com with SMTP id d23so1259450fga.1 for ; Tue, 22 Jun 2010 01:47:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=xgQNeeToZqaurakMQaMneZT+pHGHY/F79pfJ7xJXZDE=; b=Yl7ZZPxcC6lC5pImDMNlRxgB2ZBRymtatNQ3Pm1KT0vNqbS56JI1W/BIBFoHA6SAK0 ViaA5vYE14qHoKyGoGXWh6fuzjPQMDYSlgdrbU2WryCBdFgxz5TEWQsRdzy9Cr+MBwbT cShr2FaK2bGb8DQgSfr+GjpzU/kHOPLfYF9rY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=LkFFJcWgTRNf9AvKv6PtoeMjm1dmwpq30HLLL+T+k5w/9XH138yunvy+FERULGveCR R1qLGPIG38bmPhgcui/dz2iESvDjwZSqVvl2WBepw8JpwmGLO/UkFXq9TkKMp0USPnI6 OvNQr5+OzMWj4/l3+JEGxDDf3t+QykuwGNYMA= Received: by 10.87.68.7 with SMTP id v7mr9802971fgk.71.1277196439560; Tue, 22 Jun 2010 01:47:19 -0700 (PDT) Received: from localhost.localdomain (ecoprobe-dmz.gns.novell.com [192.31.114.252]) by mx.google.com with ESMTPS id 18sm10269914fkq.4.2010.06.22.01.47.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Jun 2010 01:47:18 -0700 (PDT) From: Sankar P To: penberg@cs.helsinki.fi Cc: lethal@linux-sh.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, lrodriguez@atheros.com, catalin.marinas@arm.com, rnagarajan@novell.com, teheo@novell.com, linux-mm@kvack.org, paulmck@linux.vnet.ibm.com, mingo@elte.hu, akpm@linux-foundation.org, Sankar P Subject: [PATCH] kmemleak: config-options: Default buffer size for kmemleak Date: Tue, 22 Jun 2010 14:16:43 +0530 Message-Id: <1277196403-20836-1-git-send-email-sankar.curiosity@gmail.com> X-Mailer: git-send-email 1.6.4.2 In-Reply-To: <4C20702C.1080405@cs.helsinki.fi> References: <1277189909-16376-1-git-send-email-sankar.curiosity@gmail.com> <4C20702C.1080405@cs.helsinki.fi> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 22 Jun 2010 08:47:23 +0000 (UTC) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e722e9d..5eb9463 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -382,7 +382,7 @@ config DEBUG_KMEMLEAK_EARLY_LOG_SIZE int "Maximum kmemleak early log entries" depends on DEBUG_KMEMLEAK range 200 40000 - default 400 + default 1000 help Kmemleak must track all the memory allocations to avoid reporting false positives. Since memory may be allocated or