git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c8460d
)
Do not call 'ima_path_check()' for each path component
author
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 28 Aug 2009 17:05:33 +0000
(10:05 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 8 Sep 2009 18:07:17 +0000
(11:07 -0700)
Not only is that a supremely timing-critical path, but it's hopefully
some day going to be lockless for the common case, and ima can't do
that.
Plus the integrity code doesn't even care about non-regular files, so it
was always a total waste of time and effort.
Acked-by: Serge Hallyn <serue@us.ibm.com>
Acked-by: Mimi Zohar <zohar@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/namei.c
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge