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:
c175eea
)
crypto: don't track xor test pages with kmemcheck
author
Vegard Nossum
<vegard.nossum@gmail.com>
Thu, 26 Feb 2009 08:55:52 +0000
(09:55 +0100)
committer
Vegard Nossum
<vegard.nossum@gmail.com>
Mon, 15 Jun 2009 10:40:10 +0000
(12:40 +0200)
The xor tests are run on uninitialized data, because it is doesn't
really matter what the underlying data is. Annotate this false-
positive warning.
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
No differences found