From: Dave Hansen <dave@linux.vnet.ibm.com>
To: Mimi Zohar <zohar@linux.vnet.ibm.com>
Cc: linux-kernel@vger.kernel.org,
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>
Subject: Re: [PATCH 0/4] integrity
Date: Fri, 21 Nov 2008 09:42:10 -0800 [thread overview]
Message-ID: <1227289331.11607.34.camel@nimitz> (raw)
In-Reply-To: <cover.1227137423.git.zohar@linux.vnet.ibm.com>
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
next prev parent reply other threads:[~2008-11-21 17:42 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-20 16:43 [PATCH 0/4] integrity Mimi Zohar
2008-11-20 16:43 ` [PATCH 1/4] integrity: TPM internel kernel interface Mimi Zohar
2008-11-20 16:43 ` [PATCH 2/4] integrity: Linux Integrity Module(LIM) Mimi Zohar
2008-11-20 17:45 ` Christoph Hellwig
2008-11-20 19:21 ` david safford
2008-11-20 19:26 ` Christoph Hellwig
2008-11-21 12:37 ` david safford
2008-11-21 17:45 ` Dave Hansen
2008-11-21 17:46 ` Dave Hansen
2008-11-21 19:10 ` Mimi Zohar
2008-11-21 17:48 ` Dave Hansen
2008-11-21 19:09 ` Mimi Zohar
2008-11-21 17:53 ` Dave Hansen
2008-11-21 19:10 ` Mimi Zohar
2008-11-20 16:43 ` [PATCH 3/4] integrity: IMA as an integrity service provider Mimi Zohar
2008-11-20 18:15 ` Christoph Hellwig
2008-11-20 20:52 ` Mimi Zohar
2008-11-21 1:42 ` Mimi Zohar
2008-11-20 21:22 ` Dave Hansen
2008-11-21 1:39 ` Mimi Zohar
2008-11-21 17:38 ` Dave Hansen
2008-11-20 16:43 ` [PATCH 4/4] integrity: replace task uid with cred uid Mimi Zohar
2008-11-21 17:42 ` Dave Hansen [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-11-13 3:47 [PATCH 0/4] integrity Mimi Zohar
2008-11-14 22:18 ` Andrew Morton
2008-11-17 20:42 ` david safford
2008-12-03 23:29 ` James Morris
2008-10-07 18:00 Mimi Zohar
2008-10-08 4:56 ` James Morris
2008-10-08 14:19 ` Mimi Zohar
2008-10-08 22:06 ` James Morris
2008-10-10 14:16 ` Mimi Zohar
2008-10-10 22:15 ` James Morris
2008-08-08 18:54 Mimi Zohar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1227289331.11607.34.camel@nimitz \
--to=dave@linux.vnet.ibm.com \
--cc=akpm@liux-foundation.org \
--cc=hch@infradead.org \
--cc=jmorris@namei.org \
--cc=linux-kernel@vger.kernel.org \
--cc=safford@watson.ibm.com \
--cc=serue@linux.vnet.ibm.com \
--cc=viro@ZenIV.linux.org.uk \
--cc=zohar@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.