LWN.net Logo

integrity

From:  Mimi Zohar <zohar@linux.vnet.ibm.com>
To:  linux-kernel@vger.kernel.org
Subject:  [PATCH 0/4] integrity
Date:  Thu, 20 Nov 2008 11:43:02 -0500
Message-ID:  <cover.1227137423.git.zohar@linux.vnet.ibm.com>
Cc:  Mimi Zohar <zohar@linux.vnet.ibm.com>, Andrew Morton <akpm@liux-foundation.org>, James Morris <jmorris@namei.org>, Christoph Hellwig <hch@infradead.org>, Al Viro <viro@ZenIV.linux.org.uk>, David Safford <safford@watson.ibm.com>, Serge Hallyn <serue@linux.vnet.ibm.com>
Archive-link:  Article, Thread

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/

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds