Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754273AbYJCQbw (ORCPT ); Fri, 3 Oct 2008 12:31:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753030AbYJCQbi (ORCPT ); Fri, 3 Oct 2008 12:31:38 -0400 Received: from igw3.br.ibm.com ([32.104.18.26]:49290 "EHLO igw3.br.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752602AbYJCQbg (ORCPT ); Fri, 3 Oct 2008 12:31:36 -0400 From: Rajiv Andrade To: linux-kernel@vger.kernel.org Cc: serue@us.ibm.com, zohar@linux.vnet.ibm.com, akpm@linux-foundation.org, jmorris@namei.org Subject: [PATCH 0/5] TPM: Locking update Date: Fri, 3 Oct 2008 13:30:05 -0300 Message-Id: X-Mailer: git-send-email 1.5.6.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 24 1) Removes unnecessary BKL from tpm.c 2) Changes the num_opens variable name to is_open since it's a binary state 3) Implements the use of RCU to protect tpm_chip_list 4) Insert .remove function in tis_pnp_driver structure 5) Puts the timer deletion before the flushing of unfinished jobs TPM: update char dev BKL pushdown TPM: num_opens to is_open variable change TPM: rcu locking TPM: pnp remove TPM: tpm_release() timing drivers/char/tpm/tpm.c | 92 ++++++++++++++++++++----------------------- drivers/char/tpm/tpm.h | 3 +- drivers/char/tpm/tpm_tis.c | 14 ++++++- 3 files changed, 58 insertions(+), 51 deletions(-) -- 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/