From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1PJ4j3-000227-LN for user-mode-linux-devel@lists.sourceforge.net; Thu, 18 Nov 2010 13:40:33 +0000 Received: from mail-pw0-f47.google.com ([209.85.160.47]) by sog-mx-1.v43.ch3.sourceforge.com with esmtp (Exim 4.69) id 1PJ4j1-0003oA-SL for user-mode-linux-devel@lists.sourceforge.net; Thu, 18 Nov 2010 13:40:33 +0000 Received: by pwi8 with SMTP id 8so824055pwi.34 for ; Thu, 18 Nov 2010 05:40:26 -0800 (PST) Date: Thu, 18 Nov 2010 21:43:24 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang Message-ID: <20101118134324.GA3800@hack> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [uml-devel] [PATCH 1/2] uml: Safely iterate list of winch handlers in line driver. List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Will Newton Cc: Andrew Morton , Jeff Dike , Linux Kernel list , user-mode-linux-devel@lists.sourceforge.net On Sat, Nov 13, 2010 at 05:44:28PM +0000, Will Newton wrote: >unregister_winch should use list_for_each_safe, as it can >potentially delete from the list. > >Signed-off-by: Will Newton Acked-by: WANG Cong Cc: Andrew Morton Thanks. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757855Ab0KRNk1 (ORCPT ); Thu, 18 Nov 2010 08:40:27 -0500 Received: from mail-pw0-f46.google.com ([209.85.160.46]:48750 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756723Ab0KRNk0 (ORCPT ); Thu, 18 Nov 2010 08:40:26 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ur2428wgX6G8RMhUeM3bl0uytNPMLCrKlcdlwtZLBMzNIDINMAIuJpugxxafiUA7Km K8Kb2p5dJSZBBmhgLDVSIg8ApE0Cb186exKSlQ49huxl3ce8+AZ8lanUVvmoHMxxHnc6 dg9jKLQZgOBUCze15PPw6CWB4elZzGufp/fLM= Date: Thu, 18 Nov 2010 21:43:24 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: Will Newton Cc: Linux Kernel list , user-mode-linux-devel@lists.sourceforge.net, Jeff Dike , Andrew Morton Subject: Re: [PATCH 1/2] uml: Safely iterate list of winch handlers in line driver. Message-ID: <20101118134324.GA3800@hack> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 13, 2010 at 05:44:28PM +0000, Will Newton wrote: >unregister_winch should use list_for_each_safe, as it can >potentially delete from the list. > >Signed-off-by: Will Newton Acked-by: WANG Cong Cc: Andrew Morton Thanks.