Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbYKTQoi (ORCPT ); Thu, 20 Nov 2008 11:44:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756210AbYKTQoU (ORCPT ); Thu, 20 Nov 2008 11:44:20 -0500 Received: from e1.ny.us.ibm.com ([32.97.182.141]:55886 "EHLO e1.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756161AbYKTQoT (ORCPT ); Thu, 20 Nov 2008 11:44:19 -0500 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: Thu, 20 Nov 2008 11:43:02 -0500 Message-Id: X-Mailer: git-send-email 1.5.6.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1023 Lines: 23 The first three patches address concerns raised on the mailing list. They apply cleanly to linux-2.6.28-rc5 and with minor offsets to security-testing-2.6/#next. The last patch is only for the security-testing-2.6/#next tree. It addresses credential merge issues. - Merges the integrity radix tree patch into the existing integrity patches. - Replaces integrity_nameidata_check() with integrity_path_check(). - Cleans up tget/tput callers and removed the null pointer test. - Replaces remaining GFP_ATOMIC alloc with GFP_KERNEL. - Replaces ima_iint_init() with RADIX_TREE macro. Mimi Zohar (4): integrity: TPM internel kernel interface integrity: Linux Integrity Module(LIM) integrity: IMA as an integrity service provider integrity: replace task uid with cred uid -- 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/