From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755313AbYIYNhI (ORCPT ); Thu, 25 Sep 2008 09:37:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753162AbYIYNg6 (ORCPT ); Thu, 25 Sep 2008 09:36:58 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:54997 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753099AbYIYNg5 (ORCPT ); Thu, 25 Sep 2008 09:36:57 -0400 Date: Thu, 25 Sep 2008 08:36:45 -0500 From: "Serge E. Hallyn" To: "Paul E. McKenney" Cc: Rajiv Andrade , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, serue@linux.vnet.ibm.com, zohar@linux.vnet.ibm.com, safford@watson.ibm.com, debora@linux.vnet.ibm.com Subject: Re: [PATCH 3/4] TPM: rcu locking Message-ID: <20080925133645.GB13414@us.ibm.com> References: <1222190371-23814-3-git-send-email-srajiv@linux.vnet.ibm.com> <20080923181922.GE6637@linux.vnet.ibm.com> <1222201097.24276.12.camel@blackbox> <20080923202701.GF6637@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080923202701.GF6637@linux.vnet.ibm.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Paul E. McKenney (paulmck@linux.vnet.ibm.com): > On Tue, Sep 23, 2008 at 05:18:17PM -0300, Rajiv Andrade wrote: > > Paul, > > > > On Tue, 2008-09-23 at 11:19 -0700, Paul E. McKenney wrote: > > > > > > But here we are deleting from what appears to be some other list. > > > And I don't see any insertiong into either list. > > > > > > What am I missing here? > > > > > > Thanx, Paul > > > > Sorry, forgot to change list_add() to list_add_rcu() in the code section > > below: > > > > > > + /* Make chip available */ > > > > + spin_lock(&driver_lock); > > > > + list_add(&chip->list, &tpm_chip_list); > > > > + spin_unlock(&driver_lock); > > > > I'll resubmit. > > Cool! > > So tpm_chip_list and the not-obviously-identical list manipulated > in tpm_remove_hardware() really are the same list? > > Thanx, Paul Hey Paul, curious, why do they not look like the same list? -serge