Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757137AbYH3CFp (ORCPT ); Fri, 29 Aug 2008 22:05:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753972AbYH3CFf (ORCPT ); Fri, 29 Aug 2008 22:05:35 -0400 Received: from igw2.br.ibm.com ([32.104.18.25]:58680 "EHLO igw2.br.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753746AbYH3CFe (ORCPT ); Fri, 29 Aug 2008 22:05:34 -0400 From: Rajiv Andrade To: linux-kernel@vger.kernel.org Cc: Andrew Morton , James Morris , Paul McKenney , Peter Dolding , Kenneth Goldman , Debora Velarde , David Safford , Serge Hallyn , Mimi Zohar , Pavel Machek , Greg KH , Christoph Hellwig , Alan Cox , Rajiv Andrade Subject: [PATCH 0/2] TPM Date: Sat, 30 Aug 2008 00:05:02 -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: 870 Lines: 19 Based on Christoph Hellwig's TPM internal kernel interface locking question, the following TPM changes were made: - removal of the BKL calls from the TPM driver, which were added in the overall misc-char-dev-BKL-pushdown.patch - continue to protect the tpm_chip_list using the driver_lock, and add an rcu to protect readers. The TPM internal kernel interface patch will be posted as part of the integrity patchset. drivers/char/tpm/tpm.c | 285 +++++++++++++++++++++++++++++++----------------- drivers/char/tpm/tpm.h | 2 +- 2 files changed, 188 insertions(+), 99 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/