From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758214AbYLKVlS (ORCPT ); Thu, 11 Dec 2008 16:41:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756983AbYLKVlG (ORCPT ); Thu, 11 Dec 2008 16:41:06 -0500 Received: from courier.cs.helsinki.fi ([128.214.9.1]:32952 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756222AbYLKVlE (ORCPT ); Thu, 11 Dec 2008 16:41:04 -0500 Message-ID: <494187FD.8010303@cs.helsinki.fi> Date: Thu, 11 Dec 2008 23:37:01 +0200 From: Pekka Enberg User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Catalin Marinas CC: linux-kernel@vger.kernel.org, Matt Mackall Subject: Re: [PATCH 04/15] kmemleak: Add the slob memory allocation/freeing hooks References: <20081210182652.30323.4594.stgit@pc1117.cambridge.arm.com> <20081210182716.30323.13359.stgit@pc1117.cambridge.arm.com> In-Reply-To: <20081210182716.30323.13359.stgit@pc1117.cambridge.arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Catalin Marinas wrote: > This patch adds the callbacks to memleak_(alloc|free) functions from the > slob allocator. > > Signed-off-by: Catalin Marinas > Cc: Matt Mackall > Cc: Pekka Enberg Acked-by: Pekka Enberg