[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1227289331.11607.34.camel@nimitz>
Date: Fri, 21 Nov 2008 09:42:10 -0800
From: Dave Hansen <dave@...ux.vnet.ibm.com>
To: Mimi Zohar <zohar@...ux.vnet.ibm.com>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...x-foundation.org>,
James Morris <jmorris@...ei.org>,
Christoph Hellwig <hch@...radead.org>,
Al Viro <viro@...IV.linux.org.uk>,
David Safford <safford@...son.ibm.com>,
Serge Hallyn <serue@...ux.vnet.ibm.com>
Subject: Re: [PATCH 0/4] integrity
My worry:
36 files changed, 3250 insertions(+), 14 deletions(-)
Can you find any better way to split this up? 79k is still pretty huge
for one patch. Were you just trying to get under the LKML limit? ;)
Documentation/kernel-parameters.txt | 5
b/Documentation/ABI/testing/ima_policy | 61 ++++
b/Documentation/kernel-parameters.txt | 6
b/drivers/char/tpm/tpm.c | 140 +++++++++
b/drivers/char/tpm/tpm.h | 4
b/drivers/char/tpm/tpm_tis.c | 3
b/fs/exec.c | 7
b/fs/file_table.c | 3
b/fs/inode.c | 22 +
b/fs/namei.c | 6
b/include/linux/audit.h | 5
b/include/linux/ima.h | 46 +++
b/include/linux/integrity.h | 166 +++++++++++
b/include/linux/tpm.h | 49 +++
b/mm/mmap.c | 4
b/security/Kconfig | 2
b/security/Makefile | 4
b/security/integrity/Kconfig | 24 +
b/security/integrity/Makefile | 6
b/security/integrity/ima/Kconfig | 48 +++
b/security/integrity/ima/Makefile | 9
b/security/integrity/ima/ima.h | 198 +++++++++++++
b/security/integrity/ima/ima_api.c | 420 ++++++++++++++++++++++++++++
b/security/integrity/ima/ima_crypto.c | 149 ++++++++++
b/security/integrity/ima/ima_fs.c | 488 +++++++++++++++++++++++++++++++++
b/security/integrity/ima/ima_iint.c | 63 ++++
b/security/integrity/ima/ima_init.c | 105 +++++++
b/security/integrity/ima/ima_main.c | 331 ++++++++++++++++++++++
b/security/integrity/ima/ima_policy.c | 336 ++++++++++++++++++++++
b/security/integrity/ima/ima_queue.c | 124 ++++++++
b/security/integrity/integrity.c | 313 +++++++++++++++++++++
b/security/integrity/integrity.h | 30 ++
b/security/integrity/integrity_audit.c | 81 +++++
security/Kconfig | 3
security/integrity/Kconfig | 2
security/integrity/Makefile | 1
36 files changed, 3250 insertions(+), 14 deletions(-)
-- Dave
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists