From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Date: Tue, 03 May 2016 06:50:00 +0000 Subject: Re: [PATCH 0/5] Use dma_pool_zalloc Message-Id: <20160503065533.GO2274@localhost> List-Id: References: <1461960552-7429-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1461960552-7429-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, Apr 29, 2016 at 10:09:07PM +0200, Julia Lawall wrote: > Dma_pool_zalloc combines dma_pool_alloc and memset 0. The semantic patch > that makes this transformation is as follows: (http://coccinelle.lip6.fr/) Applied all dmaengine patches -- ~Vinod From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH 0/5] Use dma_pool_zalloc Date: Tue, 3 May 2016 12:25:34 +0530 Message-ID: <20160503065533.GO2274@localhost> References: <1461960552-7429-1-git-send-email-Julia.Lawall@lip6.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-crypto@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?iso-8859-1?Q?S=F6ren?= Brinkmann , linux-kernel@vger.kernel.org, Dan Williams , dmaengine@vger.kernel.org, linuxppc-dev@lists.ozlabs.org To: Julia Lawall Return-path: Content-Disposition: inline In-Reply-To: <1461960552-7429-1-git-send-email-Julia.Lawall@lip6.fr> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On Fri, Apr 29, 2016 at 10:09:07PM +0200, Julia Lawall wrote: > Dma_pool_zalloc combines dma_pool_alloc and memset 0. The semantic patch > that makes this transformation is as follows: (http://coccinelle.lip6.fr/) Applied all dmaengine patches -- ~Vinod From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Tue, 3 May 2016 12:25:34 +0530 Subject: [PATCH 0/5] Use dma_pool_zalloc In-Reply-To: <1461960552-7429-1-git-send-email-Julia.Lawall@lip6.fr> References: <1461960552-7429-1-git-send-email-Julia.Lawall@lip6.fr> Message-ID: <20160503065533.GO2274@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Apr 29, 2016 at 10:09:07PM +0200, Julia Lawall wrote: > Dma_pool_zalloc combines dma_pool_alloc and memset 0. The semantic patch > that makes this transformation is as follows: (http://coccinelle.lip6.fr/) Applied all dmaengine patches -- ~Vinod