From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756602Ab2IZNzd (ORCPT ); Wed, 26 Sep 2012 09:55:33 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:50641 "EHLO e8.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752879Ab2IZNzb (ORCPT ); Wed, 26 Sep 2012 09:55:31 -0400 Date: Wed, 26 Sep 2012 08:55:13 -0500 From: key@linux.vnet.ibm.com To: benh@kernel.crashing.org Cc: James Morris , Ashley Lai , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, tpmdd-devel@lists.sourceforge.net, linuxppc-dev@lists.ozlabs.org, rcj@linux.vnet.ibm.com, adlai@us.ibm.com, key@linux.vnet.ibm.com Subject: Re: [PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup Message-ID: <20120926135513.GA8251@ennui.austin.ibm.com> References: <1345670263.25124.7.camel@footlong> <1347472190.27058.5.camel@footlong> <20120924141041.GA2741@ennui.austin.ibm.com> <20120924154821.GA16007@ennui.austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120924154821.GA16007@ennui.austin.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) x-cbid: 12092613-9360-0000-0000-00000B0E96EA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 24, 2012 at 10:48:21AM -0500, key@linux.vnet.ibm.com wrote: > On Mon, Sep 24, 2012 at 09:10:41AM -0500, key@linux.vnet.ibm.com wrote: > > On Mon, Sep 24, 2012 at 12:26:05PM +1000, James Morris wrote: > > > On Wed, 12 Sep 2012, Ashley Lai wrote: > > > > > > > This patch removed the tasklet and moved the wait queue into the > > > > private structure. It also cleaned up the response CRQ path. > > > > > > > > Signed-off-by: Ashley Lai > > > > > > > > > Kent: any comment on this? You should probably push this to me via your > > > tree. > > > > Oh, I thought we were waiting on Ben. This looks good to me, I'll get > > this to you today. > > Ashley tells me Ben's review is in the works, so I'll send once we > have it. Ben - any status here? Kent > > Kent > > > > > Kent > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e5.ny.us.ibm.com (e5.ny.us.ibm.com [32.97.182.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e5.ny.us.ibm.com", Issuer "GeoTrust SSL CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 13A192C008A for ; Wed, 26 Sep 2012 23:56:32 +1000 (EST) Received: from /spool/local by e5.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 26 Sep 2012 09:56:25 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8QDuMQS100356 for ; Wed, 26 Sep 2012 09:56:23 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8QDtL7H004145 for ; Wed, 26 Sep 2012 07:55:22 -0600 Date: Wed, 26 Sep 2012 08:55:13 -0500 From: key@linux.vnet.ibm.com To: benh@kernel.crashing.org Subject: Re: [PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup Message-ID: <20120926135513.GA8251@ennui.austin.ibm.com> References: <1345670263.25124.7.camel@footlong> <1347472190.27058.5.camel@footlong> <20120924141041.GA2741@ennui.austin.ibm.com> <20120924154821.GA16007@ennui.austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20120924154821.GA16007@ennui.austin.ibm.com> Cc: rcj@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, James Morris , linux-security-module@vger.kernel.org, tpmdd-devel@lists.sourceforge.net, adlai@us.ibm.com, key@linux.vnet.ibm.com, Ashley Lai , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Sep 24, 2012 at 10:48:21AM -0500, key@linux.vnet.ibm.com wrote: > On Mon, Sep 24, 2012 at 09:10:41AM -0500, key@linux.vnet.ibm.com wrote: > > On Mon, Sep 24, 2012 at 12:26:05PM +1000, James Morris wrote: > > > On Wed, 12 Sep 2012, Ashley Lai wrote: > > > > > > > This patch removed the tasklet and moved the wait queue into the > > > > private structure. It also cleaned up the response CRQ path. > > > > > > > > Signed-off-by: Ashley Lai > > > > > > > > > Kent: any comment on this? You should probably push this to me via your > > > tree. > > > > Oh, I thought we were waiting on Ben. This looks good to me, I'll get > > this to you today. > > Ashley tells me Ben's review is in the works, so I'll send once we > have it. Ben - any status here? Kent > > Kent > > > > > Kent > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ >