From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754953AbXJJInS (ORCPT ); Wed, 10 Oct 2007 04:43:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752986AbXJJInK (ORCPT ); Wed, 10 Oct 2007 04:43:10 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:52386 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752842AbXJJInJ (ORCPT ); Wed, 10 Oct 2007 04:43:09 -0400 Date: Wed, 10 Oct 2007 01:43:11 -0700 (PDT) Message-Id: <20071010.014311.115911329.davem@davemloft.net> To: sfa.linux@gmail.com Cc: linux-kernel@vger.kernel.org Subject: Re: PROBLEM: skb_clone SMP race? From: David Miller In-Reply-To: References: X-Mailer: Mew version 5.1.52 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: "Santiago Font Arquer" Date: Wed, 10 Oct 2007 10:37:57 +0200 > I'm studying the implementation of sk_buff and I think there's a > possible race condition in skb_clone (2.6.22.9) > The code is: Please discuss networking code on netdev@vger.kernel.org which is where the kernel networking developers are subscribed, thanks!