From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Mon, 31 May 2010 07:31:09 +0000 Subject: Re: [PATCH 22/27] net/dccp: Use memdup_user Message-Id: <20100531.003109.260112093.davem@davemloft.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: dccp@vger.kernel.org From: Julia Lawall Date: Sat, 22 May 2010 10:25:19 +0200 (CEST) > From: Julia Lawall > > Use memdup_user when user data is immediately copied into the > allocated region. > > The semantic patch that makes this change is as follows: > (http://coccinelle.lip6.fr/) ... > Signed-off-by: Julia Lawall Applied.