Re: [PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup

2012-09-27 Thread Ashley Lai
On Wed, 2012-09-26 at 08:55 -0500, k...@linux.vnet.ibm.com wrote: > On Mon, Sep 24, 2012 at 10:48:21AM -0500, k...@linux.vnet.ibm.com wrote: > > On Mon, Sep 24, 2012 at 09:10:41AM -0500, k...@linux.vnet.ibm.com wrote: > > > On Mon, Sep 24, 2012 at 12:26:05PM +1000, James Morris wrote: > > > > On We

Re: [PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup

2012-09-26 Thread key
On Mon, Sep 24, 2012 at 10:48:21AM -0500, k...@linux.vnet.ibm.com wrote: > On Mon, Sep 24, 2012 at 09:10:41AM -0500, k...@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 ta

Re: [PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup

2012-09-24 Thread key
On Mon, Sep 24, 2012 at 09:10:41AM -0500, k...@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 u

Re: [PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup

2012-09-24 Thread key
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 comm

Re: [PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup

2012-09-23 Thread James Morris
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. > --- > Jame

[PATCH 1/1] drivers/char/tpm: remove tasklet and cleanup

2012-09-12 Thread Ashley Lai
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 --- James, This patch is based on your "next" branch. git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git Thanks, Ashley