From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from 1wt.eu (1wt.eu [62.212.114.60]) by ozlabs.org (Postfix) with ESMTP id 581B5B70EA for ; Tue, 8 Feb 2011 09:11:18 +1100 (EST) Date: Mon, 7 Feb 2011 23:11:06 +0100 From: Willy Tarreau To: Anton Blanchard Subject: Re: [PATCH 21/23] hvc_console: Fix race between hvc_close and hvc_remove Message-ID: <20110207221106.GA10317@1wt.eu> References: <4beed4da27f06efb2c13d6ed48850634@local> <20110206232253.421321729@pcw.home.local> <20110208081600.1a816af5@kryten> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20110208081600.1a816af5@kryten> Cc: Rusty Russell , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, stable@kernel.org, linuxppc-dev@ozlabs.org, Amit Shah , stable-review@kernel.org, Alan Cox List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Anton, On Tue, Feb 08, 2011 at 08:16:00AM +1100, Anton Blanchard wrote: > > Hi, > > > From: Amit Shah > > > > commit e74d098c66543d0731de62eb747ccd5b636a6f4c upstream. > > > > Alan pointed out a race in the code where hvc_remove is invoked. The > > recent virtio_console work is the first user of hvc_remove(). > > I faintly remember this bug caused boot issues and the following patch > must be applied to fix it. The patch you pointed was indeed merged just after this one so we should be OK. Thanks very much for the double check ! Willy