Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758740AbZA2XCQ (ORCPT ); Thu, 29 Jan 2009 18:02:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755569AbZA2XBr (ORCPT ); Thu, 29 Jan 2009 18:01:47 -0500 Received: from e24smtp04.br.ibm.com ([32.104.18.25]:43698 "EHLO e24smtp04.br.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755323AbZA2XBq (ORCPT ); Thu, 29 Jan 2009 18:01:46 -0500 From: Rajiv Andrade To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, dave@linux.vnet.ibm.com, jmorris@namei.org, matthltc@us.ibm.com, zohar@linux.vnet.ibm.com Subject: [PATCH 0/2] TPM: refactoring and integrity Date: Thu, 29 Jan 2009 21:01:33 -0200 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: 954 Lines: 17 This patchset contains a refactoring patch and integrity one. The first addresses Matt Helsley and Dave Hansen's comments on replacing the data[] vectors by packed structures making the code easier to read and debug and also consolidates most of the tpm_show_* functions. The second one provides an interface to read and extend PCR values, which is widely used by IMA. Rajiv Andrade (2): TPM: sysfs functions consolidation TPM: integrity interface drivers/char/tpm/tpm.c | 532 ++++++++++++++++++++++------------------------- drivers/char/tpm/tpm.h | 140 +++++++++++++ include/linux/tpm.h | 35 ++++ 3 files changed, 424 insertions(+), 283 deletions(-) create mode 100644 include/linux/tpm.h -- 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/