From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e17.ny.us.ibm.com (e17.ny.us.ibm.com [129.33.205.207]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 9BAA61A08CA for ; Sat, 8 Aug 2015 05:46:15 +1000 (AEST) Received: from /spool/local by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 7 Aug 2015 15:46:13 -0400 Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 851C338C8046 for ; Fri, 7 Aug 2015 15:46:10 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t77JkAMJ62914722 for ; Fri, 7 Aug 2015 19:46:10 GMT Received: from d01av01.pok.ibm.com (localhost [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t77Jk9Bp020878 for ; Fri, 7 Aug 2015 15:46:10 -0400 Message-ID: <55C50AFD.3020101@linux.vnet.ibm.com> Date: Fri, 07 Aug 2015 14:46:05 -0500 From: Nathan Fontenot MIME-Version: 1.0 To: Andrzej Hajda , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman CC: Marek Szyprowski , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz Subject: Re: [PATCH 05/31] arch/powerpc/nvram: use kmemdup rather than duplicating its implementation References: <1438934377-4922-1-git-send-email-a.hajda@samsung.com> <1438934377-4922-6-git-send-email-a.hajda@samsung.com> In-Reply-To: <1438934377-4922-6-git-send-email-a.hajda@samsung.com> Content-Type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 08/07/2015 02:59 AM, Andrzej Hajda wrote: > The patch was generated using fixed coccinelle semantic patch > scripts/coccinelle/api/memdup.cocci [1]. > > [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 > > Signed-off-by: Andrzej Hajda Reviewed-by: Nathan Fontenot