Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751567AbbECSjr (ORCPT ); Sun, 3 May 2015 14:39:47 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:40821 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbbECSji (ORCPT ); Sun, 3 May 2015 14:39:38 -0400 X-IronPort-AV: E=Sophos;i="5.13,361,1427752800"; d="scan'208";a="138738534" Date: Sun, 3 May 2015 20:39:35 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@localhost6.localdomain6 To: Greg Kroah-Hartman cc: Julia Lawall , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Oleg Drokin , Andreas Dilger , kernel-janitors@vger.kernel.org, HPDD-discuss@ml01.01.org Subject: Re: [PATCH 0/11] Use kzalloc and kfree In-Reply-To: <20150503181710.GA24621@kroah.com> Message-ID: References: <1430495482-933-1-git-send-email-Julia.Lawall@lip6.fr> <20150503181710.GA24621@kroah.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 22 On Sun, 3 May 2015, Greg Kroah-Hartman wrote: > On Fri, May 01, 2015 at 05:51:11PM +0200, Julia Lawall wrote: > > Replace OBD_ALLOC, OBD_ALLOC_WAIT, OBD_ALLOC_PTR, and OBD_ALLOC_PTR_WAIT by > > kalloc/kcalloc, and OBD_FREE and OBD_FREE_PTR by kfree. The complete > > semantic patch that makes these changes is as follows: > > (http://coccinelle.lip6.fr/) > > > > You lost the leading '0' on the early patches here, did you use git > send-email for these? I'll just sort them by hand, but in the future, > please fix it up to make it easier to apply things. I will fix it. julia -- 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/