Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756916AbYJGSbw (ORCPT ); Tue, 7 Oct 2008 14:31:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755473AbYJGSaK (ORCPT ); Tue, 7 Oct 2008 14:30:10 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:36076 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753714AbYJGSaE (ORCPT ); Tue, 7 Oct 2008 14:30:04 -0400 From: Mimi Zohar To: linux-kernel@vger.kernel.org Cc: Mimi Zohar , Andrew Morton , James Morris , Christoph Hellwig , Al Viro , David Safford , Serge Hallyn Subject: [PATCH 0/4] integrity Date: Tue, 7 Oct 2008 14:00:10 -0400 Message-Id: X-Mailer: git-send-email 1.5.5.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1653 Lines: 37 This patchset addresses a couple of concerns raised on the mailing list: - Christoph Hellwig's questioned what is protecting the TPM internal kernel interface from the driver being removed, when it is not builtin. The TPM device should be builtin in order to start collecting measurements at the earliest possible time. When the TPM is not builtin, the internal TPM kernel interface now protects itself from the driver being removed by incrementing the module reference count. The integrity-TPM-internal-kernel-interface.patch prereqs: TPM-update-char-dev-BKL-pushdown.patch TPM-num_opens-to-is_open-variable-change.patch TPM-rcu-locking.patch TPM-addition-of-pnp-remove.patch TPM-Fixed-tpm_release-timing.patch - Discussion on the mailing list questioned the use of special magic values in userspace, concluding these values are already exported to userspace via statfs and their correct/incorrect usage is left up to the userspace application. - Concern was raised on the lkml mailing list, about adding i_integrity to the inode structure. This patch adds a comment clarifying that i_integrity is only included in the inode if INTEGRITY is configured. Mimi Zohar (4): integrity: TPM internel kernel interface integrity: special fs magic integrity: Linux Integrity Module(LIM) integrity: IMA as an integrity service provider -- 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/