From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752983AbbC3MlT (ORCPT ); Mon, 30 Mar 2015 08:41:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43401 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752945AbbC3MlS (ORCPT ); Mon, 30 Mar 2015 08:41:18 -0400 Date: Mon, 30 Mar 2015 14:41:13 +0200 From: "gregkh@linuxfoundation.org" To: EunTaik Lee Cc: "linux-kernel@vger.kernel.org" Subject: Re: Re: [PATCH] fix race condition between device_del and device_add Message-ID: <20150330124113.GA23896@kroah.com> References: <99368734.97531427716494863.JavaMail.weblogic@epmlwas08c> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <99368734.97531427716494863.JavaMail.weblogic@epmlwas08c> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 30, 2015 at 11:54:54AM +0000, EunTaik Lee wrote: > > > > >The bus that the device is on should prevent this, why isn't that > >working for you? What type of device/bus do you see this problem on? > > The device is a firmware class device on a virtual bus. What kernel code is causing this? Again, the bus should be preventing this from happening, is the virtual bus code incorrect somehow? > >> Signed-off-by: eun.taik.lee > > > >We need a "real" name here, I don't think your name has '.' in it, > >right? > > Right. It should've been Eun Taik Lee. > > >Your email client turned all tabs to spaces and made the patch unable to > >be applied. > > I think I pasted the patch on HTML mode and then switched to text mode. > Below patch should be okay. I can't take a patch like this, please resend it properly. thanks, greg k-h