From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756635Ab2IXPtW (ORCPT ); Mon, 24 Sep 2012 11:49:22 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:52918 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756438Ab2IXPtU (ORCPT ); Mon, 24 Sep 2012 11:49:20 -0400 Date: Mon, 24 Sep 2012 10:48:21 -0500 From: key@linux.vnet.ibm.com To: key@linux.vnet.ibm.com Cc: James Morris , Ashley Lai , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, tpmdd-devel@lists.sourceforge.net, benh@kernel.crashing.org, linuxppc-dev@lists.ozlabs.org, rcj@linux.vnet.ibm.com, adlai@us.ibm.com Subject: Re: [PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup Message-ID: <20120924154821.GA16007@ennui.austin.ibm.com> References: <1345670263.25124.7.camel@footlong> <1347472190.27058.5.camel@footlong> <20120924141041.GA2741@ennui.austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120924141041.GA2741@ennui.austin.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12092415-5406-0000-0000-0000008A1D89 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Kent > > Kent >