From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753712AbbGNLKl (ORCPT ); Tue, 14 Jul 2015 07:10:41 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:18865 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751830AbbGNLKi (ORCPT ); Tue, 14 Jul 2015 07:10:38 -0400 Date: Tue, 14 Jul 2015 14:09:53 +0300 From: Dan Carpenter To: Christophe JAILLET Cc: jejb@parisc-linux.org, deller@gmx.de, mpatocka@redhat.com, kirill.shutemov@linux.intel.com, linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] parisc: mm: Fix a memory leak related to pmd not attached to the pgd Message-ID: <20150714110953.GB5835@mwanda> References: <1436779963-4286-1-git-send-email-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436779963-4286-1-git-send-email-christophe.jaillet@wanadoo.fr> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I assume you found this with Coccinelle? Smatch can also find this bug but you would need a cross compile environment set up. regards, dan carpenter